From 117a683d9a0cf7726aec24d5a0f688a7de00afa8 Mon Sep 17 00:00:00 2001
From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com>
Date: Fri, 30 May 2025 08:34:47 +0530
Subject: [PATCH] feat(assets): add weather icons
---
public/weather/clear-day.svg | 131 ++++++
public/weather/clear-night.svg | 159 ++++++++
public/weather/cloudy-1-day.svg | 178 +++++++++
public/weather/cloudy-1-night.svg | 206 ++++++++++
public/weather/fog-day.svg | 244 ++++++++++++
public/weather/fog-night.svg | 309 +++++++++++++++
public/weather/frost-day.svg | 204 ++++++++++
public/weather/frost-night.svg | 269 +++++++++++++
public/weather/rain-and-sleet-mix.svg | 141 +++++++
public/weather/rainy-1-day.svg | 179 +++++++++
public/weather/rainy-1-night.svg | 243 ++++++++++++
public/weather/rainy-2-day.svg | 204 ++++++++++
public/weather/rainy-2-night.svg | 256 ++++++++++++
public/weather/rainy-3-day.svg | 206 ++++++++++
public/weather/rainy-3-night.svg | 270 +++++++++++++
.../weather/scattered-thunderstorms-day.svg | 374 ++++++++++++++++++
.../weather/scattered-thunderstorms-night.svg | 283 +++++++++++++
public/weather/severe-thunderstorm.svg | 307 ++++++++++++++
public/weather/snowy-1-day.svg | 241 +++++++++++
public/weather/snowy-1-night.svg | 269 +++++++++++++
public/weather/snowy-2-day.svg | 273 +++++++++++++
public/weather/snowy-2-night.svg | 301 ++++++++++++++
public/weather/snowy-3-day.svg | 334 ++++++++++++++++
public/weather/snowy-3-night.svg | 361 +++++++++++++++++
24 files changed, 5942 insertions(+)
create mode 100644 public/weather/clear-day.svg
create mode 100644 public/weather/clear-night.svg
create mode 100644 public/weather/cloudy-1-day.svg
create mode 100644 public/weather/cloudy-1-night.svg
create mode 100644 public/weather/fog-day.svg
create mode 100644 public/weather/fog-night.svg
create mode 100644 public/weather/frost-day.svg
create mode 100644 public/weather/frost-night.svg
create mode 100644 public/weather/rain-and-sleet-mix.svg
create mode 100644 public/weather/rainy-1-day.svg
create mode 100644 public/weather/rainy-1-night.svg
create mode 100644 public/weather/rainy-2-day.svg
create mode 100644 public/weather/rainy-2-night.svg
create mode 100644 public/weather/rainy-3-day.svg
create mode 100644 public/weather/rainy-3-night.svg
create mode 100644 public/weather/scattered-thunderstorms-day.svg
create mode 100644 public/weather/scattered-thunderstorms-night.svg
create mode 100644 public/weather/severe-thunderstorm.svg
create mode 100644 public/weather/snowy-1-day.svg
create mode 100644 public/weather/snowy-1-night.svg
create mode 100644 public/weather/snowy-2-day.svg
create mode 100644 public/weather/snowy-2-night.svg
create mode 100644 public/weather/snowy-3-day.svg
create mode 100644 public/weather/snowy-3-night.svg
diff --git a/public/weather/clear-day.svg b/public/weather/clear-day.svg
new file mode 100644
index 0000000..d97d28b
--- /dev/null
+++ b/public/weather/clear-day.svg
@@ -0,0 +1,131 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/clear-night.svg b/public/weather/clear-night.svg
new file mode 100644
index 0000000..005ac63
--- /dev/null
+++ b/public/weather/clear-night.svg
@@ -0,0 +1,159 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/cloudy-1-day.svg b/public/weather/cloudy-1-day.svg
new file mode 100644
index 0000000..823fea1
--- /dev/null
+++ b/public/weather/cloudy-1-day.svg
@@ -0,0 +1,178 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/cloudy-1-night.svg b/public/weather/cloudy-1-night.svg
new file mode 100644
index 0000000..3fe1541
--- /dev/null
+++ b/public/weather/cloudy-1-night.svg
@@ -0,0 +1,206 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/fog-day.svg b/public/weather/fog-day.svg
new file mode 100644
index 0000000..ed834cf
--- /dev/null
+++ b/public/weather/fog-day.svg
@@ -0,0 +1,244 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/fog-night.svg b/public/weather/fog-night.svg
new file mode 100644
index 0000000..d59f98f
--- /dev/null
+++ b/public/weather/fog-night.svg
@@ -0,0 +1,309 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/frost-day.svg b/public/weather/frost-day.svg
new file mode 100644
index 0000000..16d591c
--- /dev/null
+++ b/public/weather/frost-day.svg
@@ -0,0 +1,204 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/frost-night.svg b/public/weather/frost-night.svg
new file mode 100644
index 0000000..ff2c8dc
--- /dev/null
+++ b/public/weather/frost-night.svg
@@ -0,0 +1,269 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/rain-and-sleet-mix.svg b/public/weather/rain-and-sleet-mix.svg
new file mode 100644
index 0000000..172010d
--- /dev/null
+++ b/public/weather/rain-and-sleet-mix.svg
@@ -0,0 +1,141 @@
+
+
+
+
\ No newline at end of file
diff --git a/public/weather/rainy-1-day.svg b/public/weather/rainy-1-day.svg
new file mode 100644
index 0000000..2faf06e
--- /dev/null
+++ b/public/weather/rainy-1-day.svg
@@ -0,0 +1,179 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/rainy-1-night.svg b/public/weather/rainy-1-night.svg
new file mode 100644
index 0000000..ee8ffd8
--- /dev/null
+++ b/public/weather/rainy-1-night.svg
@@ -0,0 +1,243 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/rainy-2-day.svg b/public/weather/rainy-2-day.svg
new file mode 100644
index 0000000..affdfff
--- /dev/null
+++ b/public/weather/rainy-2-day.svg
@@ -0,0 +1,204 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/rainy-2-night.svg b/public/weather/rainy-2-night.svg
new file mode 100644
index 0000000..9c3ae20
--- /dev/null
+++ b/public/weather/rainy-2-night.svg
@@ -0,0 +1,256 @@
+
+
\ No newline at end of file
diff --git a/public/weather/rainy-3-day.svg b/public/weather/rainy-3-day.svg
new file mode 100644
index 0000000..b0b5754
--- /dev/null
+++ b/public/weather/rainy-3-day.svg
@@ -0,0 +1,206 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/rainy-3-night.svg b/public/weather/rainy-3-night.svg
new file mode 100644
index 0000000..4078e7d
--- /dev/null
+++ b/public/weather/rainy-3-night.svg
@@ -0,0 +1,270 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/scattered-thunderstorms-day.svg b/public/weather/scattered-thunderstorms-day.svg
new file mode 100644
index 0000000..0cfbccc
--- /dev/null
+++ b/public/weather/scattered-thunderstorms-day.svg
@@ -0,0 +1,374 @@
+
+
+
+
\ No newline at end of file
diff --git a/public/weather/scattered-thunderstorms-night.svg b/public/weather/scattered-thunderstorms-night.svg
new file mode 100644
index 0000000..72cf7a6
--- /dev/null
+++ b/public/weather/scattered-thunderstorms-night.svg
@@ -0,0 +1,283 @@
+
+
+
+
\ No newline at end of file
diff --git a/public/weather/severe-thunderstorm.svg b/public/weather/severe-thunderstorm.svg
new file mode 100644
index 0000000..223198b
--- /dev/null
+++ b/public/weather/severe-thunderstorm.svg
@@ -0,0 +1,307 @@
+
+
+
+
\ No newline at end of file
diff --git a/public/weather/snowy-1-day.svg b/public/weather/snowy-1-day.svg
new file mode 100644
index 0000000..fb73943
--- /dev/null
+++ b/public/weather/snowy-1-day.svg
@@ -0,0 +1,241 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/snowy-1-night.svg b/public/weather/snowy-1-night.svg
new file mode 100644
index 0000000..039ea2e
--- /dev/null
+++ b/public/weather/snowy-1-night.svg
@@ -0,0 +1,269 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/snowy-2-day.svg b/public/weather/snowy-2-day.svg
new file mode 100644
index 0000000..323a616
--- /dev/null
+++ b/public/weather/snowy-2-day.svg
@@ -0,0 +1,273 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/snowy-2-night.svg b/public/weather/snowy-2-night.svg
new file mode 100644
index 0000000..10dcbfa
--- /dev/null
+++ b/public/weather/snowy-2-night.svg
@@ -0,0 +1,301 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/snowy-3-day.svg b/public/weather/snowy-3-day.svg
new file mode 100644
index 0000000..846c17a
--- /dev/null
+++ b/public/weather/snowy-3-day.svg
@@ -0,0 +1,334 @@
+
+
+
\ No newline at end of file
diff --git a/public/weather/snowy-3-night.svg b/public/weather/snowy-3-night.svg
new file mode 100644
index 0000000..b3c8c24
--- /dev/null
+++ b/public/weather/snowy-3-night.svg
@@ -0,0 +1,361 @@
+
+
+
\ No newline at end of file