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