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:
Darren Griffin
2026-03-13 12:24:56 +00:00
parent 617c2b5540
commit fb1e33de55
535 changed files with 2248 additions and 892 deletions

View 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