UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 457 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgMvFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007zm10 8.178A3 3 0 1 0 14 15V7.999h3V6h-5z" }) })); const Memo = memo(SvgMvFill); export default Memo;