import * as React from 'react'; export interface UserEdit24Props extends React.SVGProps { ariaLabel?: string } export default function UserEdit24({ ariaLabel, ...props }: UserEdit24Props) { return ( ); }