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