UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

17 lines (13 loc) 464 B
/** * @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 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