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