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