@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.
46 lines (45 loc) • 1.24 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 21.75 20.25",
xmlns: "http://www.w3.org/2000/svg",
width: "21.75",
height: "20.25",
fill: "none"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M0 0h24v24H0z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M5.348 3.75h1.675c.63 0 1.234.25 1.676.697l.3.303H16.6c1.691 0 3.053 1.397 3.145 3.134v.026a3.12 3.12 0 0 1 2.005 2.906v6.316c0 1.724-1.413 3.118-3.15 3.118H5.4c-1.737 0-3.15-1.394-3.15-3.118V6.817c0-1.696 1.39-3.067 3.098-3.067Zm12.867 3.947c-.148-.783-.75-1.372-1.474-1.44L16.6 6.25h-6.114l1.185 1.195a.86.86 0 0 0 .61.252h5.934Z",
fill: "#191919",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var FolderClosedSolid = {
render
};
var index = function index2() {
return svg({
name: "IconFolderClosedSolid",
component: FolderClosedSolid
})();
};
export {
index as default
};