@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.
33 lines (32 loc) • 863 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 16 16",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "m8.5 5.21 2.86 3.38c.22.25.17.6-.1.79-.25.2-.63.16-.83-.09L8.6 7.12v4.31c0 .32-.28.57-.6.57-.34 0-.6-.25-.6-.57V7.18L5.55 9.3c-.18.21-.51.26-.74.13l-.1-.05a.542.542 0 0 1-.08-.79l2.94-3.38c.24-.29.69-.29.93 0Z",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Update = {
render
};
var index = function index2() {
return svg({
name: "IconUpdate",
component: Update
})();
};
export {
index as default
};