@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.
32 lines (31 loc) • 1.08 kB
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: "m10.326 3.313 3.86 3.862a.834.834 0 0 1 0 1.179l-3.861 3.862a.828.828 0 0 1-.907.18.83.83 0 0 1-.515-.77L8.902 9.94c-1.688.05-3.127.357-4.283.913a.499.499 0 1 1-.434-.901c1.405-.676 3.16-1.02 5.218-1.02a.5.5 0 0 1 .5.5v1.794l3.46-3.46-3.46-3.46v1.793a.5.5 0 0 1-.41.492l-.09.008c-2.582 0-4.514.987-5.744 2.933C2.732 11 2.568 12.47 2.567 12.483a.5.5 0 1 1-.995-.104c.007-.067.757-6.46 7.33-6.77V3.904a.83.83 0 0 1 .516-.77.83.83 0 0 1 .908.18Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var EditorRedo = {
render
};
var index = function index2() {
return svg({
name: "EditorRedo",
component: EditorRedo
})();
};
export {
index as default
};