@icongo/vv
Version:
Vivid Icons
32 lines (31 loc) • 1.15 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VVShop = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var VVShop = function VVShop(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: "M41 11v30H7V11H5V7h38v4h-2Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M38.5 18c-4.3 0-4.5-5-4.5-5a5 5 0 0 1-10 0 5 5 0 0 1-10 0s-.2 5-4.5 5A4.5 4.5 0 0 1 5 13.5V11h38v2.5a4.5 4.5 0 0 1-4.5 4.5ZM22.01 35.01h-9v-9.02h9v9.02ZM34.993 41h-8V25.99h8V41Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
};
exports.VVShop = VVShop;