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