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