dikplhd/public/assets/libs/lucide/esm/icons/line-chart.js

18 lines
302 B
JavaScript

/**
* lucide v0.244.0 - ISC
*/
import defaultAttributes from '../defaultAttributes.js';
const LineChart = [
"svg",
defaultAttributes,
[
["path", { d: "M3 3v18h18" }],
["path", { d: "m19 9-5 5-4-4-3 3" }]
]
];
export { LineChart as default };
//# sourceMappingURL=line-chart.js.map