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