From ec63142ca3f713fe5f75038eb9710a012d360396 Mon Sep 17 00:00:00 2001 From: SDCore Date: Thu, 2 Jul 2026 20:35:28 -0500 Subject: [PATCH] Drizzle/Light Rain Icon --- src/utils/weather.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/utils/weather.js b/src/utils/weather.js index cec5ef2..4004082 100644 --- a/src/utils/weather.js +++ b/src/utils/weather.js @@ -12,6 +12,10 @@ export function getWeatherIcon(icon) { return `partlycloudyday`; case "breezy": return `windy`; + case "drizzle": + return `drizzle`; + case "light-rain": + return `drizzle`; case "rain": return `rain`; case "thunderstorm":