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