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