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