@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.
44 lines (43 loc) • 1.78 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12 17.937 22.75 12 22.75 1.25 17.937 1.25 12Z",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M12.75 10.333V6.167c0-.42-.33-.75-.75-.75s-.75.33-.75.75v4.166c0 .42.33.75.75.75s.75-.33.75-.75Zm-4.343-1.97a5.114 5.114 0 0 0-1.362 2.463 5.132 5.132 0 0 0-.128 1.15 5.132 5.132 0 0 0 .4 1.988 5.099 5.099 0 0 0 3.56 2.995c.365.083.74.124 1.123.124a5.064 5.064 0 0 0 1.977-.4 5.058 5.058 0 0 0 1.616-1.095 5.112 5.112 0 0 0 1.362-2.463c.086-.373.128-.757.128-1.15a5.132 5.132 0 0 0-.4-1.989 5.105 5.105 0 0 0-1.09-1.624.743.743 0 0 1 .002-1.06.743.743 0 0 1 1.061.002 6.557 6.557 0 0 1 1.41 2.1 6.585 6.585 0 0 1 .517 2.571 6.587 6.587 0 0 1-1.093 3.65 6.62 6.62 0 0 1-.834 1.022 6.53 6.53 0 0 1-2.092 1.416 6.513 6.513 0 0 1-2.564.52 6.51 6.51 0 0 1-2.564-.52 6.53 6.53 0 0 1-2.092-1.416 6.615 6.615 0 0 1-1.41-2.1 6.581 6.581 0 0 1-.517-2.572 6.583 6.583 0 0 1 1.093-3.65c.241-.364.519-.705.834-1.02a.743.743 0 0 1 1.06-.003.743.743 0 0 1 .003 1.06Z",
"fill-rule": "evenodd",
fill: "#FFF"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var TurnOn = {
render
};
var index = function index2() {
return svg({
name: "IconTurnOn",
component: TurnOn
})();
};
export {
index as default
};