cione-comp-lib
Version:
`$ yarn add cione-comp-lib` 或者 `$ npm i cione-comp-lib -S`
22 lines (21 loc) • 851 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: "ClipboardIcon",
components: {
Icon
}
};
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", { d: "M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48" }, 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 ClipboardIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { ClipboardIcon as default };