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

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