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

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