17 lines
464 B
JavaScript
17 lines
464 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 AreaChart = createLucideIcon("AreaChart", [
|
||
|
|
["path", { d: "M3 3v18h18", key: "1s2lah" }],
|
||
|
|
["path", { d: "M7 12v5h12V8l-5 5-4-4Z", key: "zxz28u" }]
|
||
|
|
]);
|
||
|
|
|
||
|
|
export { AreaChart as default };
|
||
|
|
//# sourceMappingURL=area-chart.js.map
|