cione-comp-lib
Version:
`$ yarn add cione-comp-lib` 或者 `$ npm i cione-comp-lib -S`
22 lines (21 loc) • 828 B
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: "MinimizeIcon",
components: {
Icon
}
};
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", { d: "M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3" }, 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
]),
_: 1
});
}
var MinimizeIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { MinimizeIcon as default };