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