@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.19 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.062 1.97c.397 0 .795.153 1.099.458.604.604.61 1.577.013 2.173L7.177 9.6a.655.655 0 0 1-.187.132l-2.764 1.303a.505.505 0 0 1-.67-.671l1.302-2.764a.664.664 0 0 1 .132-.187l4.997-4.997a1.514 1.514 0 0 1 1.075-.444ZM9.86 3.956 5.738 8.078l-.69 1.462 1.463-.69 4.122-4.122-.773-.773Zm1.202-.984-.047.002a.511.511 0 0 0-.321.15l-.127.125.773.773.127-.126a.515.515 0 0 0 .149-.325l.002-.047a.551.551 0 0 0-.164-.388.554.554 0 0 0-.392-.164ZM12.333 12.207a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5H3.667a.5.5 0 0 1-.5-.5v-1.5a.5.5 0 0 1 .5-.5Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var EditorBackground = {
render
};
var index = function index2() {
return svg({
name: "EditorBackground",
component: EditorBackground
})();
};
export {
index as default
};