Chore: Rebranding Gatehouse to Secuird (UI)

This commit is contained in:
2026-03-06 00:22:57 +05:45
parent 7be6415db1
commit 979b5a918e
27 changed files with 76 additions and 76 deletions
+30
View File
@@ -0,0 +1,30 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" width="128" height="128">
<!-- Background circle (optional, can be removed) -->
<rect width="24" height="24" rx="4" fill="#36b9a6"/>
<!-- Abstract gate - two pillars with archway -->
<!-- Left pillar -->
<path
d="M4 4h3v16H4V4z"
fill="#ffffff"
/>
<!-- Right pillar -->
<path
d="M17 4h3v16h-3V4z"
fill="#ffffff"
/>
<!-- Archway/top bar -->
<path
d="M7 4h10v3H7V4z"
fill="#ffffff"
opacity="0.7"
/>
<!-- Keyhole/entry indicator -->
<circle
cx="12"
cy="14"
r="2"
fill="#ffffff"
opacity="0.5"
/>
</svg>

After

Width:  |  Height:  |  Size: 661 B