@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.
49 lines (48 loc) • 1.28 kB
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 16 16",
style: {
"enable-background": "new 0 0 16 16"
},
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
style: {
"fill": "none"
},
d: "M0 0h16v16H0z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "folder_svg__st1",
d: "M5.32 2.17c.17 0 .33.07.46.17l2.2 1.86h4.92c.83 0 1.51.63 1.59 1.45l.01.14v5.55c0 1.48-1.21 2.68-2.69 2.68H4.18a2.68 2.68 0 0 1-2.68-2.68V3.59a1.6 1.6 0 0 1 1.58-1.42h2.24zM13.5 7.4h-11v3.94c0 .89.69 1.62 1.57 1.67l.11.01h7.63c.93 0 1.69-.76 1.69-1.68V7.4zM5.21 3.17H3.08c-.3 0-.55.23-.58.5V6.4h11v-.61c0-.3-.23-.55-.52-.59H7.87c-.16 0-.33-.06-.46-.17l-2.2-1.86z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var Folder = {
render
};
var index = function index2() {
return svg({
name: "IconFolder",
component: Folder
})();
};
export {
index as default
};