@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.48 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: "M7.52 3.75c.24 0 .476.046.697.135l.162.074 3.419 1.765h5.177c1.213 0 2.128.494 2.624 1.452l.088.185a.75.75 0 0 1-1.374.6c-.204-.465-.558-.7-1.177-.733l-.16-.004h-5.183a1.49 1.49 0 0 1-.556-.108l-.129-.06-3.417-1.764a.374.374 0 0 0-.112-.037l-.058-.005H5.297c-.802 0-1.469.642-1.54 1.47l-.007.148v7.699l1-3.388a2.334 2.334 0 0 1 2.297-1.903h12.367a2.333 2.333 0 0 1 2.336 2.33c0 .142-.013.285-.057.5l-1.844 6.242a2.334 2.334 0 0 1-2.296 1.902H5.186c-.292 0-.573-.054-.831-.152-1.17-.388-2.026-1.481-2.1-2.784l-.005-.182V6.868c0-1.655 1.264-3.018 2.868-3.113l.18-.005H7.52Z",
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 FolderOpenedSolid = {
render
};
var index = function index2() {
return svg({
name: "IconFolderOpenedSolid",
component: FolderOpenedSolid
})();
};
export {
index as default
};