From 8fef3bc99b2ea6817119df82d72a5cdb9cf39ece Mon Sep 17 00:00:00 2001 From: Darren Griffin Date: Mon, 25 Mar 2024 13:09:20 +0000 Subject: [PATCH] Added Japanese regional icons. Closes #3 --- README.md | 25 +++++++++++++++++++++++++ v4/cloudy_with_rain_dark.svg | 10 ++++++++++ v4/cloudy_with_rain_light.svg | 25 +++++++++++++++++++++++++ v4/cloudy_with_snow_dark.svg | 10 ++++++++++ v4/cloudy_with_snow_light.svg | 21 +++++++++++++++++++++ v4/cloudy_with_sunny_dark.svg | 15 +++++++++++++++ v4/cloudy_with_sunny_light.svg | 26 ++++++++++++++++++++++++++ v4/rain_with_cloudy_dark.svg | 10 ++++++++++ v4/rain_with_cloudy_light.svg | 25 +++++++++++++++++++++++++ v4/rain_with_snow_dark.svg | 4 ++++ v4/rain_with_snow_light.svg | 10 ++++++++++ v4/rain_with_sunny_dark.svg | 11 +++++++++++ v4/rain_with_sunny_light.svg | 15 +++++++++++++++ v4/snow_with_cloudy_dark.svg | 10 ++++++++++ v4/snow_with_cloudy_light.svg | 21 +++++++++++++++++++++ v4/snow_with_rain_dark.svg | 11 +++++++++++ v4/snow_with_rain_light.svg | 15 +++++++++++++++ v4/snow_with_sunny_dark.svg | 16 ++++++++++++++++ v4/snow_with_sunny_light.svg | 16 ++++++++++++++++ v4/sunny_with_cloudy_dark.svg | 20 ++++++++++++++++++++ v4/sunny_with_cloudy_light.svg | 31 +++++++++++++++++++++++++++++++ v4/sunny_with_rain_dark.svg | 16 ++++++++++++++++ v4/sunny_with_rain_light.svg | 20 ++++++++++++++++++++ v4/sunny_with_snow_dark.svg | 16 ++++++++++++++++ v4/sunny_with_snow_light.svg | 16 ++++++++++++++++ 25 files changed, 415 insertions(+) create mode 100644 v4/cloudy_with_rain_dark.svg create mode 100644 v4/cloudy_with_rain_light.svg create mode 100644 v4/cloudy_with_snow_dark.svg create mode 100644 v4/cloudy_with_snow_light.svg create mode 100644 v4/cloudy_with_sunny_dark.svg create mode 100644 v4/cloudy_with_sunny_light.svg create mode 100644 v4/rain_with_cloudy_dark.svg create mode 100644 v4/rain_with_cloudy_light.svg create mode 100644 v4/rain_with_snow_dark.svg create mode 100644 v4/rain_with_snow_light.svg create mode 100644 v4/rain_with_sunny_dark.svg create mode 100644 v4/rain_with_sunny_light.svg create mode 100644 v4/snow_with_cloudy_dark.svg create mode 100644 v4/snow_with_cloudy_light.svg create mode 100644 v4/snow_with_rain_dark.svg create mode 100644 v4/snow_with_rain_light.svg create mode 100644 v4/snow_with_sunny_dark.svg create mode 100644 v4/snow_with_sunny_light.svg create mode 100644 v4/sunny_with_cloudy_dark.svg create mode 100644 v4/sunny_with_cloudy_light.svg create mode 100644 v4/sunny_with_rain_dark.svg create mode 100644 v4/sunny_with_rain_light.svg create mode 100644 v4/sunny_with_snow_dark.svg create mode 100644 v4/sunny_with_snow_light.svg diff --git a/README.md b/README.md index b14b5d5..6264a73 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,31 @@ I've altered these icons inherit the same moon gradient as v4 which, in my opini [](v4/tornado.svg) [](v4/very_cold.svg) [](v4/umbrella.svg) +### Japanese Regional (Thanks to [@NikSavchenk0](https://github.com/mrdarrengriffin/google-weather-icons/issues/3)) +[](v4/cloudy_with_rain_dark.svg) +[](v4/cloudy_with_rain_light.svg) +[](v4/cloudy_with_snow_dark.svg) +[](v4/cloudy_with_snow_light.svg) +[](v4/cloudy_with_sunny_dark.svg) +[](v4/cloudy_with_sunny_light.svg) +[](v4/rain_with_cloudy_dark.svg) +[](v4/rain_with_cloudy_light.svg) +[](v4/rain_with_snow_dark.svg) +[](v4/rain_with_snow_light.svg) +[](v4/rain_with_sunny_dark.svg) +[](v4/rain_with_sunny_light.svg) +[](v4/snow_with_cloudy_dark.svg) +[](v4/snow_with_cloudy_light.svg) +[](v4/snow_with_rain_dark.svg) +[](v4/snow_with_rain_light.svg) +[](v4/snow_with_sunny_dark.svg) +[](v4/snow_with_sunny_light.svg) +[](v4/sunny_with_cloudy_dark.svg) +[](v4/sunny_with_cloudy_light.svg) +[](v4/sunny_with_rain_dark.svg) +[](v4/sunny_with_rain_light.svg) +[](v4/sunny_with_snow_dark.svg) +[](v4/sunny_with_snow_light.svg) # TODO - [x] Add custom night icons for v3 diff --git a/v4/cloudy_with_rain_dark.svg b/v4/cloudy_with_rain_dark.svg new file mode 100644 index 0000000..b576669 --- /dev/null +++ b/v4/cloudy_with_rain_dark.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/v4/cloudy_with_rain_light.svg b/v4/cloudy_with_rain_light.svg new file mode 100644 index 0000000..06fbf9a --- /dev/null +++ b/v4/cloudy_with_rain_light.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v4/cloudy_with_snow_dark.svg b/v4/cloudy_with_snow_dark.svg new file mode 100644 index 0000000..207f8eb --- /dev/null +++ b/v4/cloudy_with_snow_dark.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/v4/cloudy_with_snow_light.svg b/v4/cloudy_with_snow_light.svg new file mode 100644 index 0000000..073aa32 --- /dev/null +++ b/v4/cloudy_with_snow_light.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v4/cloudy_with_sunny_dark.svg b/v4/cloudy_with_sunny_dark.svg new file mode 100644 index 0000000..49d6928 --- /dev/null +++ b/v4/cloudy_with_sunny_dark.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v4/cloudy_with_sunny_light.svg b/v4/cloudy_with_sunny_light.svg new file mode 100644 index 0000000..ebd433d --- /dev/null +++ b/v4/cloudy_with_sunny_light.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v4/rain_with_cloudy_dark.svg b/v4/rain_with_cloudy_dark.svg new file mode 100644 index 0000000..eb245dc --- /dev/null +++ b/v4/rain_with_cloudy_dark.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/v4/rain_with_cloudy_light.svg b/v4/rain_with_cloudy_light.svg new file mode 100644 index 0000000..b0fb523 --- /dev/null +++ b/v4/rain_with_cloudy_light.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v4/rain_with_snow_dark.svg b/v4/rain_with_snow_dark.svg new file mode 100644 index 0000000..9d25289 --- /dev/null +++ b/v4/rain_with_snow_dark.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/v4/rain_with_snow_light.svg b/v4/rain_with_snow_light.svg new file mode 100644 index 0000000..54b4a47 --- /dev/null +++ b/v4/rain_with_snow_light.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/v4/rain_with_sunny_dark.svg b/v4/rain_with_sunny_dark.svg new file mode 100644 index 0000000..b47da36 --- /dev/null +++ b/v4/rain_with_sunny_dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/v4/rain_with_sunny_light.svg b/v4/rain_with_sunny_light.svg new file mode 100644 index 0000000..adace8d --- /dev/null +++ b/v4/rain_with_sunny_light.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v4/snow_with_cloudy_dark.svg b/v4/snow_with_cloudy_dark.svg new file mode 100644 index 0000000..f9317c5 --- /dev/null +++ b/v4/snow_with_cloudy_dark.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/v4/snow_with_cloudy_light.svg b/v4/snow_with_cloudy_light.svg new file mode 100644 index 0000000..ee5d7d7 --- /dev/null +++ b/v4/snow_with_cloudy_light.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v4/snow_with_rain_dark.svg b/v4/snow_with_rain_dark.svg new file mode 100644 index 0000000..907d2cc --- /dev/null +++ b/v4/snow_with_rain_dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/v4/snow_with_rain_light.svg b/v4/snow_with_rain_light.svg new file mode 100644 index 0000000..8ea12ea --- /dev/null +++ b/v4/snow_with_rain_light.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v4/snow_with_sunny_dark.svg b/v4/snow_with_sunny_dark.svg new file mode 100644 index 0000000..c2f37b5 --- /dev/null +++ b/v4/snow_with_sunny_dark.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v4/snow_with_sunny_light.svg b/v4/snow_with_sunny_light.svg new file mode 100644 index 0000000..1347b0d --- /dev/null +++ b/v4/snow_with_sunny_light.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v4/sunny_with_cloudy_dark.svg b/v4/sunny_with_cloudy_dark.svg new file mode 100644 index 0000000..6cb0317 --- /dev/null +++ b/v4/sunny_with_cloudy_dark.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v4/sunny_with_cloudy_light.svg b/v4/sunny_with_cloudy_light.svg new file mode 100644 index 0000000..f15317d --- /dev/null +++ b/v4/sunny_with_cloudy_light.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v4/sunny_with_rain_dark.svg b/v4/sunny_with_rain_dark.svg new file mode 100644 index 0000000..368e5c3 --- /dev/null +++ b/v4/sunny_with_rain_dark.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v4/sunny_with_rain_light.svg b/v4/sunny_with_rain_light.svg new file mode 100644 index 0000000..34ae4e1 --- /dev/null +++ b/v4/sunny_with_rain_light.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v4/sunny_with_snow_dark.svg b/v4/sunny_with_snow_dark.svg new file mode 100644 index 0000000..362e7e9 --- /dev/null +++ b/v4/sunny_with_snow_dark.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v4/sunny_with_snow_light.svg b/v4/sunny_with_snow_light.svg new file mode 100644 index 0000000..a9d62fa --- /dev/null +++ b/v4/sunny_with_snow_light.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file