cione-comp-lib
Version:
`$ yarn add cione-comp-lib` 或者 `$ npm i cione-comp-lib -S`
29 lines (28 loc) • 897 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: "PowerIcon",
components: {
Icon
}
};
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", { d: "M18.36 6.64a9 9 0 1 1-12.73 0" }, null, -1);
const _hoisted_2 = /* @__PURE__ */ createElementVNode("line", {
x1: "12",
y1: "2",
x2: "12",
y2: "12"
}, 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,
_hoisted_2
]),
_: 1
});
}
var PowerIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { PowerIcon as default };