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