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