Files
khalij-pay/node_modules/lucide-react/dist/esm/icons/line-chart.mjs
2025-10-23 21:52:07 +03:30

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