17 lines
459 B
JavaScript
17 lines
459 B
JavaScript
|
|
/**
|
||
|
|
* @license lucide-react v0.300.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.js';
|
||
|
|
|
||
|
|
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.js.map
|