import { SVGProps } from 'react'; export function Explore2Icon(props: JSX.IntrinsicAttributes & SVGProps) { return ( ); }