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

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