Files
wild-pc/app/public/favicon.svg
Paul Payne b48535745b Update favicon to unified Wild product family design language
Orange terminal prompt icon with white stroke-based line art on rounded rect,
matching the shared visual identity across Wild Central, Cloud, and Directory.
2026-07-21 23:33:33 +00:00

9 lines
317 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="6" fill="#ea580c"/>
<g stroke="white" fill="none" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<polyline points="7,11 14,16 7,21"/>
<line x1="17" y1="21" x2="25" y2="21"/>
</g>
</svg>