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