UNPKG

cione-comp-lib

Version:

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

22 lines (21 loc) 907 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: "KeysIcon", components: { Icon } }; const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", { d: "M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z" }, 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 KeysIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { KeysIcon as default };