@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.
51 lines (50 loc) • 1.33 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 16 16",
style: {
"enable-background": "new 0 0 16 16"
},
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"rect",
{
style: {
"fill": "none"
}
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M8 1c3.87 0 7 3.13 7 7s-3.13 7-7 7-7-3.13-7-7 3.13-7 7-7zm2.29 4.04L8 7.33 5.71 5.04a.465.465 0 0 0-.67 0l-.06.07c-.12.18-.1.43.06.6L7.33 8l-2.29 2.29c-.19.19-.19.49 0 .67.09.09.21.14.34.14l.09-.01c.09-.02.18-.06.24-.13L8 8.67l2.29 2.29c.09.09.21.14.34.14s.25-.05.34-.14l.06-.07c.12-.18.1-.43-.06-.6L8.67 8l2.29-2.29c.19-.19.19-.49 0-.67a.465.465 0 0 0-.67 0z",
style: {
"fill-rule": "evenodd",
"clip-rule": "evenodd"
}
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var Operationfaild = {
render
};
var index = function index2() {
return svg({
name: "IconOperationfaild",
component: Operationfaild
})();
};
export {
index as default
};