UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 451 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgShoppingBag2Fill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M20.005 22h-16a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1m-11-16h-2v2a5 5 0 0 0 10 0V6h-2v2a3 3 0 0 1-6 0z" }) })); const Memo = memo(SvgShoppingBag2Fill); export default Memo;