feat: Add new SVG icons and update links data to reference them via file paths.

This commit is contained in:
Achintha Isuru
2025-11-30 21:47:16 -05:00
parent d623e5477b
commit 6b2ac38fb5
15 changed files with 126 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
<svg class="w-5 h-5 text-purple-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z">
</path>
</svg>

After

Width:  |  Height:  |  Size: 436 B