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