import { Flame } from "lucide-react"; export default function FlameButton({ onClick }) { return ( ); }