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