UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

15 lines (11 loc) 363 B
/** * lucide-react v0.0.1 - ISC */ import createLucideIcon from '../createLucideIcon.mjs'; const ListFilter = createLucideIcon("ListFilter", [ ["path", { d: "M3 6h18", key: "d0wm0j" }], ["path", { d: "M7 12h10", key: "b7w52i" }], ["path", { d: "M10 18h4", key: "1ulq68" }] ]); export { ListFilter as default }; //# sourceMappingURL=list-filter.mjs.map