/** * lucide v0.244.0 - ISC */ import defaultAttributes from '../defaultAttributes.js'; const ListChecks = [ "svg", defaultAttributes, [ ["line", { x1: "10", x2: "21", y1: "6", y2: "6" }], ["line", { x1: "10", x2: "21", y1: "12", y2: "12" }], ["line", { x1: "10", x2: "21", y1: "18", y2: "18" }], ["polyline", { points: "3 6 4 7 6 5" }], ["polyline", { points: "3 12 4 13 6 11" }], ["polyline", { points: "3 18 4 19 6 17" }] ] ]; export { ListChecks as default }; //# sourceMappingURL=list-checks.js.map