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