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