@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.1 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: "M11.075 1.975a1.964 1.964 0 0 1 2.893 2.654l-.114.125-1.647 1.645 2.054.001a.5.5 0 0 1 .492.41l.008.09a.5.5 0 0 1-.41.492l-.09.008H11a.5.5 0 0 1-.41-.788l.056-.066 2.5-2.5a.964.964 0 1 0-1.638-.803l-.008.128a.5.5 0 0 1-1 .006 1.96 1.96 0 0 1 .575-1.402ZM8.891 3.715a.5.5 0 0 1 .683.725L6.368 8.057l3.2 3.611a.5.5 0 0 1-.682.726l-.066-.062L5.7 8.81l-3.12 3.522-.066.062a.5.5 0 0 1-.683-.726l3.2-3.61L1.826 4.44a.5.5 0 0 1 .683-.725l.065.062L5.7 7.303l3.126-3.526Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var EditorSuper = {
render
};
var index = function index2() {
return svg({
name: "EditorSuper",
component: EditorSuper
})();
};
export {
index as default
};