"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const FilterFilled = {
name: 'filter',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M10 14 4 5V3h16v2l-6 9v6l-4 2z"/>',
};
exports.default = FilterFilled;