Update Exodus logo with new SVG

This commit is contained in:
wiz 2021-04-16 02:29:06 +09:00
parent d51ea54ab9
commit 3740980007
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -1,13 +1,16 @@
<svg width="350" height="350" xmlns="http://www.w3.org/2000/svg"> <?xml version="1.0" encoding="UTF-8"?>
<defs> <svg width="400px" height="400px" viewBox="0 0 400 400" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<linearGradient id="linearGradient-1" y2="50%" x2="100%" y1="50%" x1="0%"> <title>Exodus_logo</title>
<stop offset="0%" stop-color="#00BFFF"/> <defs>
<stop offset="100%" stop-color="#6619FF"/> <linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="linearGradient-1">
</linearGradient> <stop stop-color="#00BFFF" offset="0%"></stop>
</defs> <stop stop-color="#6619FF" offset="100%"></stop>
<g> </linearGradient>
<g fill-rule="evenodd" fill="none" id="Page-1"> </defs>
<path fill-rule="nonzero" fill="url(#linearGradient-1)" id="Exodus_symbol" d="m228.06,175l78.94,78.86002l-27.8,-0.00002c-4.77635,0.00641 -9.35941,-1.88581 -12.74,-5.26l-73.64,-73.6l73.64,-73.66c3.38059,-3.37419 7.96365,-5.26641 12.74,-5.26l27.8,-0.00002l-78.94,78.92002zm-144.54,-73.66c-3.37569,-3.36929 -7.95058,-5.2611 -12.72,-5.26l-27.8,0l78.92,78.92l-78.92,78.86l27.8,0c4.76942,0.0011 9.34431,-1.89071 12.72,-5.26l73.66,-73.6l-73.66,-73.66zm91.48,91.48l-73.66,73.66c-3.36929,3.37569 -5.2611,7.95058 -5.26,12.72l0,27.8l78.92,-78.92l78.92,78.92l0,-27.8c-0.0042,-4.77229 -1.90338,-9.34758 -5.28,-12.72l-73.64,-73.66zm0,-35.64l73.64,-73.66c3.37662,-3.37242 5.2758,-7.94771 5.28,-12.72l0,-27.8l-78.92,78.92l-78.92,-78.92l0,27.8c-0.0011,4.76942 1.89071,9.34431 5.26,12.72l73.66,73.66z"/> <g id="Exodus_logo" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
</g> <g id="Exodus-logo">
</g> <rect id="Rectangle" fill="#1A1D40" x="0" y="0" width="400" height="400"></rect>
<path d="M244.25,200 L310,265.75 L286.8,265.75 C282.823093,265.746499 279.010347,264.16385 276.2,261.35 L215,200 L276.25,138.6 C279.068515,135.804479 282.880256,134.240227 286.85,134.249954 L310,134.249954 L244.25,200 Z M123.75,138.6 C120.931485,135.804479 117.119744,134.240227 113.15,134.249954 L90,134.249954 L155.75,200 L90,265.75 L113.2,265.75 C117.176907,265.746499 120.989653,264.16385 123.8,261.35 L185,200 L123.75,138.6 Z M200,215 L138.6,276.25 C135.804479,279.068515 134.240227,282.880256 134.249954,286.85 L134.249954,310 L200,244.25 L265.750046,310 L265.750046,286.85 C265.759773,282.880256 264.195521,279.068515 261.4,276.25 L200,215 Z M200,185 L261.4,123.75 C264.195521,120.931485 265.759773,117.119744 265.750046,113.15 L265.750046,90 L200,155.75 L134.249954,90 L134.249954,113.15 C134.240227,117.119744 135.804479,120.931485 138.6,123.75 L200,185 Z" id="01-Exodus-wallet" fill="url(#linearGradient-1)" fill-rule="nonzero"></path>
</g>
</g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB