cione-comp-lib
Version:
`$ yarn add cione-comp-lib` 或者 `$ npm i cione-comp-lib -S`
42 lines (41 loc) • 1.41 kB
JavaScript
import Icon from "./Icon.mjs";
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode } from "vue";
import _export_sfc from "../../../../_virtual/plugin-vue_export-helper.mjs";
const _sfc_main = {
name: "DragIcon",
components: {
Icon
}
};
const _hoisted_1 = /* @__PURE__ */ createElementVNode("polyline", { points: "5 9 2 12 5 15" }, null, -1);
const _hoisted_2 = /* @__PURE__ */ createElementVNode("polyline", { points: "9 5 12 2 15 5" }, null, -1);
const _hoisted_3 = /* @__PURE__ */ createElementVNode("polyline", { points: "15 19 12 22 9 19" }, null, -1);
const _hoisted_4 = /* @__PURE__ */ createElementVNode("polyline", { points: "19 9 22 12 19 15" }, null, -1);
const _hoisted_5 = /* @__PURE__ */ createElementVNode("line", {
x1: "2",
y1: "12",
x2: "22",
y2: "12"
}, null, -1);
const _hoisted_6 = /* @__PURE__ */ createElementVNode("line", {
x1: "12",
y1: "2",
x2: "12",
y2: "22"
}, null, -1);
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
const _component_Icon = resolveComponent("Icon");
return openBlock(), createBlock(_component_Icon, null, {
default: withCtx(() => [
_hoisted_1,
_hoisted_2,
_hoisted_3,
_hoisted_4,
_hoisted_5,
_hoisted_6
]),
_: 1
});
}
var DragIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { DragIcon as default };