@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.
42 lines (41 loc) • 1.83 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 525.84 484",
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M390.801 0H134.559C60.238 0 0 60.641 0 134.559v214.882C0 423.762 60.641 484 134.559 484h256.722c74.32 0 134.559-60.641 134.559-134.559V134.559C525.762 60.641 465.121 0 390.801 0zM491.68 349.441h-.078c0 55.359-45.043 100.398-100.402 100.398H134.56c-55.36 0-100.399-45.039-100.399-100.398V134.559C34.161 79.199 79.2 34.16 134.56 34.16h256.32c55.602 0 100.801 45.039 100.801 100.399v214.882z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M410.879 152H332.32c-9.441 0-17.121 7.68-17.121 17.121 0 9.438 7.68 17.117 17.121 17.117h78.559c9.441 0 17.121-7.679 17.121-17.117 0-9.441-7.68-17.121-17.121-17.121zM272.078 152H116.16c-9.441 0-17.121 7.68-17.121 17.121 0 9.438 7.68 17.117 17.121 17.117h155.918c9.441 0 17.121-7.679 17.121-17.117 0-9.441-7.679-17.121-17.121-17.121zM271.078 288H115.16c-9.441 0-17.121 7.68-17.121 17.121 0 9.438 7.68 17.117 17.121 17.117h155.918c9.441 0 17.121-7.68 17.121-17.117 0-9.441-7.679-17.121-17.121-17.121zM409.879 288H331.32c-9.441 0-17.121 7.68-17.121 17.121 0 9.438 7.68 17.117 17.121 17.117h78.559c9.441 0 17.121-7.68 17.121-17.117 0-9.441-7.68-17.121-17.121-17.121z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var Files = {
render
};
var index = function index2() {
return svg({
name: "IconFiles",
component: Files
})();
};
export {
index as default
};