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