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