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