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

20 lines
517 B
Java

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var LineOutline = {
name: 'line',
theme: 'outline',
icon: {
tag: 'svg',
attrs: { viewBox: '64 64 896 896', focusable: false },
children: [
{
tag: 'path',
attrs: {
d: 'M904 476H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
}
}
]
}
};
exports.default = LineOutline;