@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.
53 lines (52 loc) • 1.27 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
"data-name": "图层 1",
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 16 16"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
"data-name": "路径",
d: "M8 1C4.13 1 1 4.13 1 8s3.13 7 7 7 7-3.14 7-7-3.14-7-7-7Z",
style: {
"fill-rule": "evenodd",
"fill": "var(--tv-color-success-icon)"
}
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
"data-name": "形状结合",
d: "M10.38 5.97c.18-.16.46-.16.63 0a.5.5 0 0 1 0 .65L7.73 9.9c-.18.17-.4.26-.63.26s-.46-.09-.65-.26L4.97 8.42a.487.487 0 0 1 0-.64c.18-.16.46-.16.64 0l1.48 1.48 3.28-3.28Z",
style: {
"fill": "#fff",
"fill-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 Success = {
render
};
var success = function success2() {
return svg({
name: "IconSuccess",
component: Success,
filledComponent: Success
})();
};
export {
success as default
};