@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.
35 lines (34 loc) • 1.22 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: "M3.47 4c0-.42-.33-.75-.75-.75a.749.749 0 1 0 0 1.5c.42 0 .75-.34.75-.75Zm10.58 0c0-.28-.22-.5-.5-.5H5.1c-.27 0-.5.22-.5.5 0 .27.23.5.5.5h8.45c.28 0 .5-.23.5-.5ZM2.72 7.25c.42 0 .75.33.75.75a.749.749 0 1 1-1.5 0c0-.42.34-.75.75-.75ZM14.05 8c0-.28-.22-.5-.5-.5H5.1c-.27 0-.5.22-.5.5 0 .27.23.5.5.5h8.45c.28 0 .5-.23.5-.5ZM3.47 12c0-.42-.33-.75-.75-.75a.749.749 0 1 0 0 1.5c.42 0 .75-.34.75-.75Zm10.08-.5c.28 0 .5.22.5.5 0 .27-.22.5-.5.5H5.1c-.27 0-.5-.23-.5-.5 0-.28.23-.5.5-.5h8.45Z",
"clip-rule": "evenodd",
"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 EditorList = {
render
};
var editorList = function editorList2() {
return svg({
name: "IconEditorList",
component: EditorList,
filledComponent: EditorList
})();
};
export {
editorList as default
};