Skip to main contentMynaUI
All Icons
StopSquare
stop-square
npm install @mynaui/icons-react
                  
import { StopSquare } from "@mynaui/icons-react";

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