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