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