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,19 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_78_6608)">
<path d="M30 36C39.9411 36 48 27.9411 48 18C48 8.05887 39.9411 0 30 0C20.0589 0 12 8.05887 12 18C12 27.9411 20.0589 36 30 36Z" fill="#F1F3F4"/>
<path d="M30 36C39.9411 36 48 27.9411 48 18C48 8.05887 39.9411 0 30 0C20.0589 0 12 8.05887 12 18C12 27.9411 20.0589 36 30 36Z" fill="url(#paint0_linear_78_6608)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30 36C30 27.7157 23.2843 21 15 21C6.71572 21 0 27.7157 0 36C0.0221391 35.966 30.0078 35.9769 30 36Z" fill="#F0F4F9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.5 39.1428V47.8571H41.5V39.1428H42.5Z" fill="#7CACF8"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.4766 40.8883L46.0234 45.2455L45.5234 46.1115L37.9766 41.7544L38.4766 40.8883Z" fill="#7CACF8"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.0234 41.7544L38.4766 46.1115L37.9766 45.2455L45.5234 40.8883L46.0234 41.7544Z" fill="#7CACF8"/>
</g>
<defs>
<linearGradient id="paint0_linear_78_6608" x1="12" y1="0" x2="47.3798" y2="35.3798" gradientUnits="userSpaceOnUse">
<stop stop-color="#F1F3F4"/>
<stop offset="1" stop-color="#DADCE0"/>
</linearGradient>
<clipPath id="clip0_78_6608">
<rect width="48" height="48" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB