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