@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.24 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: "m6.574 6.158-.04-.01a.496.496 0 0 1-.076-.027l.031.013a.498.498 0 0 1-.318-.4l-.004-.067V3.873l-3.46 3.46 3.46 3.46V9l.002-.035.006-.055a.508.508 0 0 1 .424-.406l.068-.004c2.136 0 3.862.366 5.217 1.02a.5.5 0 1 1-.434.9c-1.111-.535-2.526-.86-4.283-.913V12a.5.5 0 0 1-.802.399l-.052-.045-4.667-4.667a.5.5 0 0 1-.048-.651l.048-.056 4.667-4.667a.5.5 0 0 1 .85.285l.004.069v2.511c2.828.132 4.824 1.385 6.09 3.388a8.747 8.747 0 0 1 1.016 2.31l.042.154.07.284.053.25.037.212c.01.065.017.122.022.172a.5.5 0 0 1-.994.104l-.016-.112-.02-.123A7.759 7.759 0 0 0 12.41 9.1c-1.162-1.84-3.006-2.934-5.744-2.934l-.093-.009Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var EditorUndo = {
render
};
var index = function index2() {
return svg({
name: "EditorUndo",
component: EditorUndo
})();
};
export {
index as default
};