UNPKG

cione-comp-lib

Version:

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

24 lines (23 loc) 706 B
import { openBlock, createElementBlock, renderSlot } from "vue"; import _export_sfc from "../../../../_virtual/plugin-vue_export-helper.mjs"; const _sfc_main = { name: "Icon" }; const _hoisted_1 = { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createElementBlock("svg", _hoisted_1, [ renderSlot(_ctx.$slots, "default") ]); } var Icon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { Icon as default };