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