@icongo/vv
Version:
Vivid Icons
38 lines (37 loc) • 1.45 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VVGift = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var VVGift = function VVGift(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: "M8 20h32v23H8V20Zm3-9a4.939 4.939 0 0 1 4.875-5c1.866 0 2.2.489 4.125 2l4 3 4-3c1.711-1.621 2.259-2 4.125-2A4.939 4.939 0 0 1 37 11a4.939 4.939 0 0 1-4.875 5h-16.25A4.939 4.939 0 0 1 11 11Zm21 2a2 2 0 0 0 0-4 2.463 2.463 0 0 0-1.776 1.1L27 13h5Zm-14.224-2.9A2.463 2.463 0 0 0 16 9a2 2 0 0 0 0 4h5Z",
style: {
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.875 16H39.99v4H26v23h-4V20H7.99v-4h7.885Z",
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd"
}
})]
}));
};
exports.VVGift = VVGift;