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