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

20 lines
663 B
Java

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var FileOutline = {
name: 'file',
theme: 'outline',
icon: {
tag: 'svg',
attrs: { viewBox: '64 64 896 896', focusable: false },
children: [
{
tag: 'path',
attrs: {
d: 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z'
}
}
]
}
};
exports.default = FileOutline;