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