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