@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.99 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: "M16.773 13.004a4.854 4.854 0 0 1-.085.342.758.758 0 0 0-.372-.096c-.42 0-.75.33-.75.75v1.608c0 .207.073.384.22.53.146.147.323.22.53.22a.74.74 0 0 0 .575-.268 6.376 6.376 0 0 0 1.09-1.877A6.323 6.323 0 0 0 18.376 12a6.374 6.374 0 0 0-.501-2.482 6.365 6.365 0 0 0-3.392-3.392A6.335 6.335 0 0 0 12 5.625a6.386 6.386 0 0 0-2.121.361.743.743 0 0 0-.458.957c.14.396.56.598.957.458A4.842 4.842 0 0 1 12 7.125a4.876 4.876 0 0 1 1.898.382 4.853 4.853 0 0 1 1.55 1.045 4.883 4.883 0 0 1 1.044 1.55A4.825 4.825 0 0 1 16.876 12c0 .342-.034.677-.103 1.004Zm-9.46-2.348A4.782 4.782 0 0 0 7.126 12a4.876 4.876 0 0 0 .383 1.897 4.858 4.858 0 0 0 1.825 2.186 4.859 4.859 0 0 0 2.667.792 4.886 4.886 0 0 0 1.62-.276.743.743 0 0 1 .957.459.743.743 0 0 1-.458.956 6.344 6.344 0 0 1-2.119.361 6.374 6.374 0 0 1-2.482-.501 6.356 6.356 0 0 1-2.845-2.369A6.354 6.354 0 0 1 5.626 12a6.383 6.383 0 0 1 .394-2.21 6.347 6.347 0 0 1 1.087-1.875.748.748 0 0 1 .575-.27.745.745 0 0 1 .53.22.743.743 0 0 1 .165.243.745.745 0 0 1 .055.288V10c0 .42-.33.75-.75.75a.757.757 0 0 1-.369-.094Z",
"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 Generating = {
render
};
var index = function index2() {
return svg({
name: "IconGenerating",
component: Generating
})();
};
export {
index as default
};