@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.
34 lines (33 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 24 24",
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "conment-refresh_svg__st0",
d: "M23.2 12c-.5 0-.9.3-.9.8-.2 2.6-1.4 5-3.3 6.8-1.9 1.8-4.4 2.8-7 2.8-2 0-4-.6-5.7-1.7-1.5-1-2.7-2.3-3.5-3.9h2.3c.5 0 .8-.4.8-.8.1-.6-.3-1-.7-1H.8c-.4 0-.8.4-.8.8v4.3c0 .5.4.9.8.9s.8-.4.8-.8v-2c1 1.5 2.3 2.8 3.8 3.8 2 1.3 4.3 2 6.6 2 3 0 6-1.1 8.2-3.2 2.2-2.1 3.6-4.9 3.8-7.9 0-.5-.3-.9-.8-.9zm0-9c-.5 0-.8.4-.8.8v2c-1-1.5-2.3-2.8-3.8-3.8-2-1.3-4.3-2-6.6-2-3 0-6 1.1-8.2 3.2C1.6 5.3.3 8.1 0 11.1c0 .5.3.9.8.9s.9-.3.9-.8C1.9 8.6 3 6.2 5 4.4c1.9-1.8 4.4-2.8 7-2.8 2 0 4 .6 5.7 1.7 1.5 1 2.7 2.3 3.5 3.9h-2.3c-.5 0-.8.4-.8.8-.1.6.3 1 .7 1h4.3c.5 0 .9-.4.9-.8V3.8c0-.4-.4-.8-.8-.8z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var ConmentRefresh = {
render
};
var index = function index2() {
return svg({
name: "IconConmentRefresh",
component: ConmentRefresh
})();
};
export {
index as default
};