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