Versão inicial em produção

This commit is contained in:
root
2026-08-21 22:57:44 +00:00
commit fb27cd60c0
32 changed files with 3848 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="512" height="512">
<defs><linearGradient id="aoBadgeGradMarrom" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="#C4A17A"/><stop offset="100%" stop-color="#6B3F2A"/></linearGradient></defs>
<rect x="0" y="0" width="100" height="100" rx="24" fill="url(#aoBadgeGradMarrom)"/>
<line x1="25.5" y1="62" x2="25.5" y2="84" stroke="#FFFFFF" stroke-width="2.6" stroke-linecap="round"/>
<line x1="40.5" y1="52" x2="40.5" y2="84" stroke="#FFFFFF" stroke-width="2.6" stroke-linecap="round"/>
<line x1="55.5" y1="40" x2="55.5" y2="84" stroke="#FFFFFF" stroke-width="2.6" stroke-linecap="round"/>
<rect x="21" y="66" width="9" height="14" rx="2.2" fill="#FFFFFF"/>
<rect x="36" y="56" width="9" height="24" rx="2.2" fill="#FFFFFF"/>
<rect x="51" y="44" width="9" height="36" rx="2.2" fill="#FFFFFF"/>
<path d="M 55.5 44 L 55.5 32 L 46 21 M 55.5 32 L 66 19" fill="none" stroke="#FFFFFF" stroke-width="4.4" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="46" cy="21" r="3.4" fill="#FFFFFF"/>
<circle cx="66" cy="19" r="3.4" fill="#FFFFFF"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB