@opentiny/vue-icon
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
32 lines (31 loc) • 1.39 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M670.344 369.644c-6.248-6.249-16.371-6.249-22.62 0L511.992 505.376 376.258 369.644c-6.247-6.249-16.386-6.249-22.62 0-6.248 6.247-6.248 16.37 0 22.619l135.733 135.732L353.64 663.73c-6.249 6.248-6.249 16.37 0 22.619 6.233 6.248 16.37 6.248 22.619 0l135.733-135.734 135.734 135.734c6.248 6.248 16.37 6.248 22.619 0s6.248-16.371 0-22.62L534.61 527.996l135.734-135.732c6.248-6.248 6.248-16.372-.001-22.62zM511.99 128.092c-212.026 0-383.906 171.881-383.906 383.907 0 212.027 171.88 383.908 383.906 383.908 212.027 0 383.923-171.881 383.923-383.908 0-212.026-171.896-383.907-383.923-383.907zm0 735.823c-194.36 0-351.914-157.556-351.914-351.915s157.556-351.914 351.914-351.914c194.345 0 351.915 157.555 351.915 351.914s-157.57 351.915-351.915 351.915z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var CloseCircle = {
render
};
var index = function index2() {
return svg({
name: "IconCloseCircle",
component: CloseCircle
})();
};
export {
index as default
};