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