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