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