NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@ant-design/icons/lib/fill/FolderFill.js
2023-09-14 14:47:11 +08:00

20 lines
579 B
Java

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var FolderFill = {
name: 'folder',
theme: 'fill',
icon: {
tag: 'svg',
attrs: { viewBox: '64 64 896 896', focusable: false },
children: [
{
tag: 'path',
attrs: {
d: 'M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32z'
}
}
]
}
};
exports.default = FolderFill;