@ant-design/icons
Version:
20 lines (19 loc) • 518 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var LineOutline = {
name: 'line',
theme: 'outline',
icon: {
tag: 'svg',
attrs: { viewBox: '64 64 896 896' },
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;
;