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