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