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