Skip to main contentMynaUI
All Icons
SpinnerOne
spinner-one
npm install @mynaui/icons-react
                  
import { SpinnerOne } from "@mynaui/icons-react";

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