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

30 lines
1.1 KiB
Java

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var LayoutTwoTone = {
name: 'layout',
theme: 'twotone',
icon: function (primaryColor, secondaryColor) {
return {
tag: 'svg',
attrs: { viewBox: '64 64 896 896', focusable: false },
children: [
{
tag: 'path',
attrs: {
fill: secondaryColor,
d: 'M384 185h456v136H384zm-200 0h136v656H184zm696-73H144c-17.7 0-32 14.3-32 32v1c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32v-1c0-17.7-14.3-32-32-32zM384 385h456v456H384z'
}
},
{
tag: 'path',
attrs: {
d: 'M880 113H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V145c0-17.7-14.3-32-32-32zM320 841H184V185h136v656zm520 0H384V385h456v456zm0-520H384V185h456v136z',
fill: primaryColor
}
}
]
};
}
};
exports.default = LayoutTwoTone;