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

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