feat: add dynamic weather hero effects
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { CloudRain, CloudSun, MoonStar, Snowflake, Sun, Wind } from "lucide-react";
|
||||
import { CloudRain, CloudSun, MoonStar, Snowflake, ThermometerSun, Wind } from "lucide-react";
|
||||
import type { WeatherMood } from "@/types/imgw";
|
||||
|
||||
export function WeatherIcon({ mood, className = "" }: { mood: WeatherMood; className?: string }) {
|
||||
const Icon = {
|
||||
clear: Sun,
|
||||
warm: ThermometerSun,
|
||||
rain: CloudRain,
|
||||
wind: Wind,
|
||||
cold: Snowflake,
|
||||
|
||||
Reference in New Issue
Block a user