import { TentTree, Caravan, FlameKindling, MountainSnow, Trees, Axe, Map, CloudMoon, Sparkles, } from "lucide-preact"; import { h } from "preact"; import "./icon.css"; function App() { return (
); } export default App;