@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.
35 lines (34 loc) • 1.32 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",
{
"clip-path": "url(#item-planning-properties_svg__clip131_1886)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M20 2H4a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2 2 2 0 0 0-2 2v2a2 2 0 0 0 2 2 2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h8.101A7 7 0 1 1 22 12.101V11a2 2 0 0 0-2-2 2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM4.75 4.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5Zm2.5 6.5h-2.5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5ZM11.5 17a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5.5-3.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0 3a.75.75 0 0 0-.75.75v2.5a.75.75 0 0 0 1.5 0v-2.5a.75.75 0 0 0-.75-.75ZM4.75 17.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5Z",
"fill-rule": "evenodd"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var ItemPlanningProperties = {
render
};
var index = function index2() {
return svg({
name: "IconItemPlanningProperties",
component: ItemPlanningProperties
})();
};
export {
index as default
};