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