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.

39 lines (38 loc) 1.03 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", { 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", fill: "#F3F3F3" }), /* @__PURE__ */ createElementVNode("path", { d: "m13.414 5.414 5.172 5.172a2 2 0 0 1 0 2.828l-5.172 5.172a2 2 0 0 1-2.828 0l-5.172-5.172a2 2 0 0 1 0-2.828l5.172-5.172a2 2 0 0 1 2.828 0Z", fill: "#393939" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Milestone = { render }; var index = function index2() { return svg({ name: "IconMilestone", component: Milestone })(); }; export { index as default };