@opentiny/vue-icon
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
38 lines (37 loc) • 1.08 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"g",
{
fill: "none",
"fill-rule": "evenodd"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M4 0h16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4Z"
}), /* @__PURE__ */ createElementVNode("path", {
d: "m13.2 4.6 6 8A1.5 1.5 0 0 1 18 15H6a1.5 1.5 0 0 1-1.2-2.4l6-8a1.5 1.5 0 0 1 2.4 0ZM5.25 16.5h13.5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-.75.75H5.25a.75.75 0 0 1-.75-.75v-1.5a.75.75 0 0 1 .75-.75Z",
fill: "#D19F00"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var WorkPackage = {
render
};
var index = function index2() {
return svg({
name: "IconWorkPackage",
component: WorkPackage
})();
};
export {
index as default
};