UNPKG

infinity-forge

Version:
14 lines 2.29 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconShopping = IconShopping; exports.IconShopping2 = IconShopping2; var jsx_runtime_1 = require("react/jsx-runtime"); function IconShopping(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '18', viewBox: '0 0 16 18', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M3.42076 0.666687H12.5874C12.8497 0.666687 13.0967 0.790179 13.2541 1.00002L15.5041 4.00002V16.5C15.5041 16.9603 15.131 17.3334 14.6708 17.3334H1.33742C0.877189 17.3334 0.504089 16.9603 0.504089 16.5V4.00002L2.75409 1.00002C2.91147 0.790179 3.15846 0.666687 3.42076 0.666687ZM13.8374 5.66669H2.17076V15.6667H13.8374V5.66669ZM13.4208 4.00002L12.1708 2.33335H3.83742L2.58742 4.00002H13.4208ZM5.50409 7.33335V9.00002C5.50409 10.3808 6.62336 11.5 8.00411 11.5C9.38477 11.5 10.5041 10.3808 10.5041 9.00002V7.33335H12.1708V9.00002C12.1708 11.3012 10.3053 13.1667 8.00411 13.1667C5.70291 13.1667 3.83742 11.3012 3.83742 9.00002V7.33335H5.50409Z', fill: color }) })); } function IconShopping2(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M22.4088 23.2111L20.5847 5.8405C20.5464 5.47686 20.2399 5.20073 19.8743 5.20073H16.4458V4.41906C16.4458 1.98248 14.4633 0 12.0267 0C9.58998 0 7.6075 1.98248 7.6075 4.41906V5.20073H4.17904C3.81338 5.20073 3.50687 5.47686 3.4686 5.8405L1.6445 23.2111C1.62345 23.4124 1.68881 23.6132 1.82413 23.7637C1.95963 23.9141 2.15262 24 2.35495 24H21.6982C21.9007 24 22.0937 23.9141 22.229 23.7637C22.3647 23.6132 22.4299 23.4124 22.4088 23.2111ZM9.03609 4.41906C9.03609 2.7702 10.3777 1.42859 12.0267 1.42859C13.6756 1.42859 15.0172 2.7702 15.0172 4.41906V5.20073H9.03609V4.41906ZM3.14816 22.5714L4.82229 6.62932H7.6075V8.20347C7.6075 8.59788 7.92739 8.91777 8.3218 8.91777C8.71621 8.91777 9.03609 8.59788 9.03609 8.20347V6.62932H15.0172V8.20347C15.0172 8.59788 15.3371 8.91777 15.7315 8.91777C16.1259 8.91777 16.4458 8.59788 16.4458 8.20347V6.62932H19.231L20.9051 22.5714H3.14816Z', fill: color }) })); } //# sourceMappingURL=icon-shopping.js.map