All Icons
ChartGanttSolid
chart-gantt-solid
npm install @mynaui/icons-react
                  
import { ChartGanttSolid } from "@mynaui/icons-react";

const App = () => {
  return <ChartGanttSolid />;
};