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