@ant-design/icons
Version:
30 lines (29 loc) • 1.11 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var FilterTwoTone = {
name: 'filter',
theme: 'twotone',
icon: function (primaryColor, secondaryColor) {
return {
tag: 'svg',
attrs: { viewBox: '64 64 896 896' },
children: [
{
tag: 'path',
attrs: {
fill: secondaryColor,
d: 'M420.6 798h182.9V642H420.6zM411 561.4l9.5 16.6h183l9.5-16.6L811.3 226H212.7z'
}
},
{
tag: 'path',
attrs: {
d: 'M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.5 798H420.6V642h182.9v156zm9.5-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z',
fill: primaryColor
}
}
]
};
}
};
exports.default = FilterTwoTone;
;