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