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