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