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