14 lines
325 B
JavaScript
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
|