@icongo/li
Version:
LibreICONS Icons
30 lines (29 loc) • 1.81 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIShoppingBasket = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIShoppingBasket = function LIShoppingBasket(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#546e7a",
d: "M2.143 5.857H1.57V3.286c0-.494.299-1.429 1.429-1.429h8c.494 0 1.429.358 1.429 1.714v2.286h-.572V3.571c0-1.13-.822-1.142-.857-1.142H3c-.807 0-.855.715-.857.858v2.57z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e91e63",
d: "M9.724 5.857a2.857 2.857 0 0 1-5.448 0h-2.99l1.377 6.286h8.674l1.377-6.286h-2.99zm-2.438 5.429h-.572v-1.143h.572v1.143zm0-1.715h-.572V8.43h.572v1.14zm1.428 1.715h-.571v-1.143h.571v1.143zm0-1.715h-.571V8.43h.571v1.14zm1.429 1.715H9.57v-1.143h.572v1.143zm0-1.715H9.57V8.43h.572v1.14zm-4.286 1.715h-.571v-1.143h.571v1.143zm0-1.715h-.571V8.43h.571v1.14zM4.43 11.286h-.572v-1.143h.572v1.143zm0-1.715h-.572V8.43h.572v1.14z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ad1457",
d: "M12.429 5.571H8.615a1.713 1.713 0 0 1-3.23 0H1.571A.572.572 0 0 0 1 6.143v.286c0 .315.256.571.571.571h2.982A3.139 3.139 0 0 0 7 8.143c1.05 0 1.89-.476 2.447-1.143h2.982A.572.572 0 0 0 13 6.429v-.286a.572.572 0 0 0-.571-.572z"
})]
}));
};
exports.LIShoppingBasket = LIShoppingBasket;