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

20 lines
551 B
Java

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var WindowsFill = {
name: 'windows',
theme: 'fill',
icon: {
tag: 'svg',
attrs: { viewBox: '64 64 896 896', focusable: false },
children: [
{
tag: 'path',
attrs: {
d: 'M523.8 191.4v288.9h382V128.1zm0 642.2l382 62.2v-352h-382zM120.1 480.2H443V201.9l-322.9 53.5zm0 290.4L443 823.2V543.8H120.1z'
}
}
]
}
};
exports.default = WindowsFill;