UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 476 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgMic2Fill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M12 1a5 5 0 0 1 5 5v6a5 5 0 0 1-10 0V6a5 5 0 0 1 5-5M2.192 13.962l1.962-.393a8.003 8.003 0 0 0 15.692 0l1.962.392C20.896 18.545 16.852 22 12 22s-8.896-3.455-9.808-8.039" }) })); const Memo = memo(SvgMic2Fill); export default Memo;