hotfix: update zcash-logo path

This commit is contained in:
George Lima 2018-12-12 16:23:31 -03:00
parent 51048c79d9
commit 886708c0a4
1 changed files with 9 additions and 2 deletions

View File

@ -2,7 +2,14 @@
import React from 'react';
export const ZCashLogo = () => (
<svg xmlns='http://www.w3.org/2000/svg' viewBox='-575 150 1800 1800'>
<path d='M278.497 500.175h138.006v69.357h-84.927c1.416 19.818 2.12 38.221 3.539 58.036h-71.482v-57.325h-84.927c0-22.651-2.829-45.294 1.415-66.525 2.125-11.326 14.862-21.238 22.649-31.143 26.89-31.849 53.788-62.987 81.388-94.833 10.614-12.03 21.232-23.353 33.262-36.803H185.077v-69.356h78.556v-58.032h68.648v56.617h85.637c0 23.353 2.83 46.002-1.415 67.234-2.122 11.323-14.862 21.229-23.356 31.14-26.89 31.849-53.785 62.984-81.388 94.835-10.616 12.738-21.23 24.061-33.262 36.798z' />
<svg xmlns='http://www.w3.org/2000/svg' viewBox='-64 -5 150 150'>
<defs>
<style>{'.a{ fill:#040508; }'}</style>
</defs>
<path
className='a'
d='M541.425,662.318v4.555h-7.678v5.678H545.5l-11.751,16v4.261h7.678v4.665h4.563v-4.665h7.577v-5.666H541.788l11.777-16v-4.273h-7.577v-4.555Z'
transform='translate(-533.747 -662.318)'
/>
</svg>
);