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