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

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