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

20 lines
822 B
Java

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var BarsOutline = {
name: 'bars',
theme: 'outline',
icon: {
tag: 'svg',
attrs: { viewBox: '0 0 1024 1024', focusable: false },
children: [
{
tag: 'path',
attrs: {
d: 'M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0z'
}
}
]
}
};
exports.default = BarsOutline;