import type { SVGProps } from "react"; const SvgMicIcon = (props: SVGProps) => ( ); export default SvgMicIcon;