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

20 lines
585 B
Java

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var LayoutFill = {
name: 'layout',
theme: 'fill',
icon: {
tag: 'svg',
attrs: { viewBox: '64 64 896 896', focusable: false },
children: [
{
tag: 'path',
attrs: {
d: 'M384 912h496c17.7 0 32-14.3 32-32V340H384v572zm496-800H384v164h528V144c0-17.7-14.3-32-32-32zm-768 32v736c0 17.7 14.3 32 32 32h176V112H144c-17.7 0-32 14.3-32 32z'
}
}
]
}
};
exports.default = LayoutFill;