UNPKG

@icongo/vv

Version:
38 lines (37 loc) 1.31 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.VVBag = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var VVBag = function VVBag(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: "M13.394 15h21.212L38 41H10Z", style: { fillRule: "evenodd", fill: "#ff6e6e" } }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m10 41 .522-4h26.956L38 41H10Zm18-27c0-1.516-.737-5-4-5s-4 3.484-4 5v1h-3l.01-2.951C17.01 9.017 20.053 6 24 6s6.99 3.017 6.99 6.049L31 15h-3v-1Z", style: { fill: "#0c0058", fillRule: "evenodd" } }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m17 15 .009 2h3v-2H17Zm10.989 0v1.989h3L31 15h-3.009Z", style: { fill: "#fafafa", fillRule: "evenodd" } })] })); }; exports.VVBag = VVBag;