feat: add WHEP control, WHEPStatus badge, Wild Dragon Logo components: rs-logo.svg

This commit is contained in:
Zac Gaetano 2026-05-06 16:17:43 -04:00
parent be494d710f
commit e0b970a608

View file

@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
<!-- Wild Dragon mark: dark rounded panel with stylised flame chevron + 'WD' monogram. -->
<defs>
<linearGradient id="ember" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#ff6633"/>
<stop offset="1" stop-color="#cc3300"/>
</linearGradient>
</defs>
<rect x="6" y="6" width="188" height="188" rx="32" fill="#0d0e12"/>
<!-- Flame chevron underneath the monogram -->
<path d="M40 150 Q60 110 100 130 Q140 110 160 150 Q140 165 100 152 Q60 165 40 150 Z"
fill="url(#ember)" opacity="0.55"/>
<!-- 'W' -->
<path d="M50 60 L62 130 L78 90 L94 130 L106 60"
stroke="#ff6633" stroke-width="10" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
<!-- 'D' -->
<path d="M118 60 L118 130 L138 130 Q165 130 165 95 Q165 60 138 60 L118 60 Z"
stroke="#ff6633" stroke-width="10" stroke-linejoin="round" fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 975 B