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