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