UNPKG

@icongo/vv

Version:
32 lines (31 loc) 1.17 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.VVCart = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var VVCart = function VVCart(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M14.58 35.043a3.479 3.479 0 1 1-3.527 3.479 3.5 3.5 0 0 1 3.527-3.479Zm11.771 0a3.479 3.479 0 1 1-3.542 3.479 3.511 3.511 0 0 1 3.542-3.479ZM44 12H14L9 6H4l14 20h12l-2 3H13l-4 4h21Z", style: { fillRule: "evenodd", fill: "#ff6e6e" } }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M16 16h20l-2 2H18Zm3 4h13l-2 2h-9Z", style: { fill: "#0c0058", fillRule: "evenodd" } })] })); }; exports.VVCart = VVCart;