@ant-design/icons
Version:
20 lines (19 loc) • 595 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var FilterFill = {
name: 'filter',
theme: 'fill',
icon: {
tag: 'svg',
attrs: { viewBox: '64 64 896 896' },
children: [
{
tag: 'path',
attrs: {
d: 'M349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V642H349v196zm531.1-684H143.9c-24.5 0-39.8 26.7-27.5 48l221.3 376h348.8l221.3-376c12.1-21.3-3.2-48-27.7-48z'
}
}
]
}
};
exports.default = FilterFill;
;