Files
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

14 lines
325 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const LineChart = createLucideIcon("LineChart", [
["path", { d: "M3 3v18h18", key: "1s2lah" }],
["path", { d: "m19 9-5 5-4-4-3 3", key: "2osh9i" }]
]);
export { LineChart as default };
//# sourceMappingURL=line-chart.mjs.map