UNPKG

cione-comp-lib

Version:

`$ yarn add cione-comp-lib` 或者 `$ npm i cione-comp-lib -S`

22 lines (21 loc) 828 B
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: "MaximizeIcon", components: { Icon } }; const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", { d: "M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3" }, 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 MaximizeIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { MaximizeIcon as default };