yuang-framework-ui-pc
Version:
yuang-framework-ui-pc Library
24 lines (23 loc) • 797 B
JavaScript
;
const vue = require("vue");
const _sfc_main = vue.defineComponent({
name: "CheckCircleFilled"
});
const _export_sfc = (sfc, props) => {
const target = sfc.__vccOpts || sfc;
for (const [key, val] of props) {
target[key] = val;
}
return target;
};
const _hoisted_1 = {
viewBox: "0 0 48 48",
fill: "currentColor"
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
vue.createElementVNode("path", { d: "M24 2C36 2 46 12 46 24S36 46 24 46 2 36 2 24 12 2 24 2ZM21 29 14 22 11 25 21 35 38 18 35 15Z" }, null, -1)
]));
}
const CheckCircleFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
module.exports = CheckCircleFilled;