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.

34 lines (33 loc) 1.03 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M2.3 7.78v.08c.02.65.561 1.17 1.221 1.17.68 0 1.229-.54 1.229-1.21 0-.672-.549-1.21-1.229-1.21-.66 0-1.2.519-1.22 1.17Zm4.241.04c0 .67.54 1.21 1.22 1.21.68 0 1.23-.54 1.23-1.21 0-.672-.55-1.21-1.23-1.21-.68 0-1.22.538-1.22 1.21Zm4.24.04v-.08c.02-.651.559-1.17 1.219-1.17.682 0 1.23.538 1.23 1.21 0 .67-.548 1.21-1.23 1.21-.66 0-1.2-.52-1.219-1.17Z", "clip-rule": "evenodd", "fill-rule": "evenodd" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Popup = { render }; var index = function index2() { return svg({ name: "IconPopup", component: Popup })(); }; export { index as default };