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