lucide-react
Version:
A Lucide icon library package for React applications
17 lines (13 loc) • 459 B
JavaScript
/**
* @license lucide-react v0.367.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