UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

24 lines (20 loc) 598 B
/** * @license lucide-react v1.46.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createLucideIcon from '../createLucideIcon.mjs'; const __iconData = { name: "list-filter", size: 24, node: [ ["path", { d: "M2 5h20", key: "1fs1ex" }], ["path", { d: "M6 12h12", key: "8npq4p" }], ["path", { d: "M9 19h6", key: "456am0" }] ] }; __iconData.node; const ListFilter = createLucideIcon(__iconData); export { __iconData, ListFilter as default }; //# sourceMappingURL=list-filter.mjs.map