/**
* @license lucide-solid v0.562.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: "M6 5h12", key: "fvfigv" }],
  ["path", { d: "M4 12h10", key: "oujl3d" }],
  ["path", { d: "M12 19h8", key: "baeox8" }]
];
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
