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