All Icons
TentSolid
tent-solid
npm install @mynaui/icons-react
                  
import { TentSolid } from "@mynaui/icons-react";

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