@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.
48 lines (47 loc) • 1.29 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 16 16",
style: {
"enable-background": "new 0 0 16 16"
},
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"rect",
{
style: {
"fill": "none"
}
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "refresh_svg__st1",
d: "M11.81 2.75a6.433 6.433 0 0 1 1.75 8.55l1.7-.45c.23-.06.46.05.56.25l.02.08c.07.25-.08.52-.34.58l-2.9.78a.467.467 0 0 1-.58-.34l-.78-2.9a.482.482 0 0 1 .93-.25l.5 1.84c1.56-2.42.97-5.67-1.41-7.38-2.47-1.78-5.91-1.23-7.71 1.22s-1.24 5.88 1.22 7.66c1.66 1.2 3.53 1.45 5.64.78.25-.08.52.06.61.3.08.25-.06.52-.3.61-2.4.78-4.58.47-6.48-.91C1.32 11.09.66 7.06 2.77 4.18 4.86 1.3 8.91.67 11.81 2.75z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var Refresh = {
render
};
var index = function index2() {
return svg({
name: "IconRefresh",
component: Refresh
})();
};
export {
index as default
};