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