lucide-solid
Version:
A Lucide icon library package for Solid applications
21 lines (19 loc) • 645 B
JSX
/**
* @license lucide-solid v0.487.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
// src/icons/chart-no-axes-gantt.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "M8 6h10", key: "9lnwnk" }],
["path", { d: "M6 12h9", key: "1g9pqf" }],
["path", { d: "M11 18h7", key: "c8dzvl" }]
];
var ChartNoAxesGantt = (props) => <Icon {...props} iconNode={iconNode} name="chart-no-axes-gantt" />;
var chart_no_axes_gantt_default = ChartNoAxesGantt;
export {
chart_no_axes_gantt_default as default
};
//# sourceMappingURL=chart-no-axes-gantt.jsx.map