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