@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.
34 lines (33 loc) • 1.06 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 16 16",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M8 16c-4.41 0-8-3.6-8-8 0-4.41 3.59-8 8-8 4.4 0 8 3.59 8 8 0 4.4-3.6 8-8 8ZM8 1.23C4.27 1.23 1.23 4.27 1.23 8c0 3.72 3.04 6.76 6.77 6.76 3.72 0 6.76-3.04 6.76-6.76 0-3.73-3.04-6.77-6.76-6.77Zm-.45 9.66c-.12.12-.27.19-.44.19-.16 0-.35-.08-.46-.19L3.86 8.14a.635.635 0 0 1 0-.87c.25-.24.63-.24.87 0l2.34 2.3 4.16-4.47c.24-.24.63-.26.88-.02.25.23.27.63.03.87l-4.59 4.94Z",
"clip-rule": "evenodd",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Successful = {
render
};
var index = function index2() {
return svg({
name: "IconSuccessful",
component: Successful
})();
};
export {
index as default
};