/**
* @license lucide-solid v0.562.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/

// src/icons/list-filter.tsx
import Icon from "../Icon";
var iconNode = [
  ["path", { d: "M2 5h20", key: "1fs1ex" }],
  ["path", { d: "M6 12h12", key: "8npq4p" }],
  ["path", { d: "M9 19h6", key: "456am0" }]
];
var ListFilter = (props) => <Icon {...props} iconNode={iconNode} name="list-filter" />;
var list_filter_default = ListFilter;
export {
  list_filter_default as default
};
//# sourceMappingURL=list-filter.jsx.map
