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,9 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48">
<path fill="url(#a)" d="M33.876 6.76a7.92 7.92 0 0 1 7.364 7.364 7.916 7.916 0 0 0 1.934 4.67 7.919 7.919 0 0 1 0 10.413 7.91 7.91 0 0 0-1.934 4.669 7.92 7.92 0 0 1-7.364 7.364 7.91 7.91 0 0 0-4.669 1.934 7.92 7.92 0 0 1-10.414 0 7.91 7.91 0 0 0-4.669-1.934 7.92 7.92 0 0 1-7.364-7.364 7.91 7.91 0 0 0-1.934-4.669 7.919 7.919 0 0 1 0-10.413 7.916 7.916 0 0 0 1.934-4.67 7.92 7.92 0 0 1 7.364-7.364 7.91 7.91 0 0 0 4.67-1.934 7.92 7.92 0 0 1 10.413 0 7.91 7.91 0 0 0 4.67 1.934Z"/>
<defs>
<linearGradient id="a" x1="21.083" x2="19.989" y1="-12.459" y2="76.136" gradientUnits="userSpaceOnUse">
<stop offset=".268" stop-color="#F1C100"/>
<stop offset="1" stop-color="#F39607"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 806 B