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