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