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