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