UNPKG

@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.48 kB
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(#requirements-planning_svg__clip131_1887)" }, [/* @__PURE__ */ createElementVNode("path", { d: "M22 15.414c0 1.005-.55 1.927-1.43 2.392l-7.333 3.886c-.775.41-1.699.41-2.474 0L3.43 17.806A2.704 2.704 0 0 1 2 15.414V4.7C2 3.209 3.194 2 4.667 2h14.666C20.806 2 22 3.209 22 4.7v10.714ZM18.12 5.25h-7c-.42 0-.75.33-.75.75s.33.75.75.75h7c.42 0 .75-.33.75-.75s-.33-.75-.75-.75Zm-10 .25h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1Zm10 2.45h-7c-.42 0-.75.33-.75.75s.33.75.75.75h7c.42 0 .75-.33.75-.75s-.33-.75-.75-.75Zm-12 3.55h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1Zm5 .05h7c.42 0 .75.33.75.75s-.33.75-.75.75h-7c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm7 2.7h-7c-.42 0-.75.33-.75.75s.33.75.75.75h7c.42 0 .75-.33.75-.75s-.33-.75-.75-.75Z", "fill-rule": "evenodd" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var RequirementsPlanning = { render }; var index = function index2() { return svg({ name: "IconRequirementsPlanning", component: RequirementsPlanning })(); }; export { index as default };