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