UNPKG

@navinc/base-react-components

Version:
6 lines 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const ShoppingBag = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ width: "24", height: "24", fill: "currentcolor", "data-testid": "icon:shopping-bag" }, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.97192 4.00001C3.97192 2.89544 4.86455 2 5.96701 2H19.9768C21.0787 2 21.9719 2.89821 21.9719 4.00001V20C21.9719 21.1046 21.0793 22 19.9768 22H5.96701C4.86516 22 3.97192 21.1018 3.97192 20V4.00001ZM5.97192 4V20H19.9719V4H5.97192ZM17.9719 11C17.9719 13.76 15.7302 16 12.9719 16C10.2119 16 7.97192 13.7583 7.97192 11V9.73244C7.37412 9.38663 6.97192 8.74028 6.97192 8C6.97192 6.89543 7.86735 6 8.97192 6C10.0765 6 10.9719 6.89543 10.9719 8C10.9719 8.74028 10.5697 9.38663 9.97192 9.73244V11C9.97192 12.6541 11.3168 14 12.9719 14C14.626 14 15.9719 12.6551 15.9719 11V9.73244C15.3741 9.38663 14.9719 8.74028 14.9719 8C14.9719 6.89543 15.8674 6 16.9719 6C18.0765 6 18.9719 6.89543 18.9719 8C18.9719 8.74028 18.5697 9.38663 17.9719 9.73244V11Z" }) }))); exports.default = ShoppingBag; //# sourceMappingURL=shopping-bag.js.map