@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.
36 lines (35 loc) • 1.29 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { openBlock, createElementBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"g",
{
"clip-path": "url(#finish-o_svg__clip131_1879)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M16 2H6a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h5.893A7 7 0 0 1 19 9.937V5a3 3 0 0 0-3-3ZM6 5.25h7.5c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm0 3.5h2c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75ZM10 16a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm8.528-.967-3.025 3c-.176.174-.352.261-.528.261-.176 0-.352-.087-.528-.262l-1.975-1.958a.743.743 0 0 1-.005-1.06.742.742 0 0 1 1.061-.005l1.447 1.435 2.497-2.477a.743.743 0 0 1 1.06.005.743.743 0 0 1-.004 1.06Z",
"fill-rule": "evenodd"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var FinishO = {
render
};
var finishO = function finishO2() {
return svg({
name: "IconFinishO",
component: FinishO,
filledComponent: FinishO
})();
};
export {
finishO as default
};