mirror of
https://github.com/mrdarrengriffin/google-weather-icons.git
synced 2026-03-20 18:21:17 +00:00
Refactor repo structure and add new icon sets
Restructured the repository from v1-v4 folders to a set-based organization (set-1 through set-6) grouped by visual style rather than arbitrary version numbers. Added new icon sets, dark theme variants, Lottie animations, and a comprehensive icons.json mapping file.
This commit is contained in:
12
sets/set-3/light/clear_alt.svg
Normal file
12
sets/set-3/light/clear_alt.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<defs>
|
||||
<linearGradient id="a" x1="0%" x2="112.465%" y1="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#A8C7FA"/>
|
||||
<stop offset="100%" stop-color="#4C8DF6"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<path fill="#4C8DF6" d="M16.02 0c-2.265 2.738-3.62 6.212-3.62 9.992 0 8.837 7.402 16 16.533 16 .172 0 .343-.002.514-.007-3.03 3.662-7.689 6.007-12.914 6.007-9.13 0-16.533-7.163-16.533-16C0 7.322 7.126.262 16.02 0Z"/>
|
||||
<path fill="url(#a)" d="M16.02 0c-2.265 2.738-3.62 6.212-3.62 9.992 0 8.837 7.402 16 16.533 16 .172 0 .343-.002.514-.007-3.03 3.662-7.689 6.007-12.914 6.007-9.13 0-16.533-7.163-16.533-16C0 7.322 7.126.262 16.02 0Z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 759 B |
Reference in New Issue
Block a user