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