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

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