@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) • 982 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-opened_svg__st0",
d: "M22.5 9.7V6.9c0-.9-.8-1.7-1.7-1.7h-9.3l-.6-1.8c-.2-.7-.9-1.2-1.6-1.2H1.7C.8 2.2 0 3 0 3.9V20.5c.1.3.2.5.4.7h.2c.2.1.5.2.8.3h18.7c.8 0 1.4-.5 1.6-1.3l2.2-8.6c.3-.8-.4-1.7-1.4-1.9zM1.7 3.9h7.6l1 3h10.6v2.8h-17c-.8 0-1.4.5-1.6 1.3l-.5 2.1V3.9zM20.1 20H1.7l2.2-8.6h18.5L20.1 20z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var FolderOpened = {
render
};
var index = function index2() {
return svg({
name: "IconFolderOpened",
component: FolderOpened
})();
};
export {
index as default
};