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