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