fix: restore corrected TRX icon file (lost in the compat revert)

Static asset, unrelated to the chains.json schema/parsing incompatibility
that forced master back to 7a087cf - the live app's chains.json doesn't
reference this file right now (no Tron chain config), so it's inert for
production, but pending/post-fix-release's config (and the eventual
coordinated release) already points at this exact path.
This commit is contained in:
2026-07-11 13:58:03 -07:00
parent e5339235ad
commit a7d0092cce
+6
View File
@@ -0,0 +1,6 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="24" cy="24" r="18" fill="#EB0029"/>
<g transform="translate(24 24) scale(0.75) translate(-24 -24)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 15.5L24.5 13L35 16.7L24.9 27.9L13 15.5ZM24.1 30.1L33.6 18.7L25.5 30.9L24.1 30.1ZM22.8 30.9L14.4 17L23 26.3L22.8 30.9Z" fill="white"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 407 B