UNPKG

@icongo/li

Version:
58 lines (57 loc) 2.01 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIShoppingCart = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIShoppingCart = function LIShoppingCart(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("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.jsxs)("g", { transform: "translate(.13 .043) scale(.28986)", children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#009688", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M18 32c-1.1 0-2-.9-2-2V20h-4v10c0 3.3 2.7 6 6 6h19v-4H18z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m12.8 10-.4-1.3C11.8 7.1 10.3 6 8.6 6H5v4h3.6l5.5 16.6c.3.8 1 1.4 1.9 1.4h19c.8 0 1.5-.5 1.8-1.2L44.4 10H12.8z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 5, cy: 8, r: 2, fill: "#00695c" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#37474f", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 34, cy: 39, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 19, cy: 39, r: 3 })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#607d8b", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 34, cy: 39, r: 1 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 19, cy: 39, r: 1 })] })] }) })); }; exports.LIShoppingCart = LIShoppingCart;