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