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