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