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