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