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