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