lucide-react
Version:
A Lucide icon library package for React applications.
26 lines (22 loc) • 704 B
JavaScript
/**
* @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-checks",
size: 24,
node: [
["path", { d: "M13 5h8", key: "a7qcls" }],
["path", { d: "M13 12h8", key: "h98zly" }],
["path", { d: "M13 19h8", key: "c3s6r1" }],
["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
["path", { d: "m3 7 2 2 4-4", key: "1obspn" }]
]
};
__iconData.node;
const ListChecks = createLucideIcon(__iconData);
export { __iconData, ListChecks as default };
//# sourceMappingURL=list-checks.mjs.map