@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.
34 lines (33 loc) • 903 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "folder-closed_svg__st0",
d: "M0 7V4c0-1.1.9-2 2-2h6c.6 0 1.2.3 1.6.8L11 4.5c.1.2.2.3.3.5H22c1.1 0 2 .9 2 2v13c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V7zm2 0v13h20V7H2zm.5-3c-.3 0-.5.2-.5.5s.2.5.5.5h5c.3 0 .5-.2.5-.5S7.8 4 7.5 4h-5z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var FolderClosed = {
render
};
var index = function index2() {
return svg({
name: "IconFolderClosed",
component: FolderClosed
})();
};
export {
index as default
};