feature: add zcash-logo

This commit is contained in:
George Lima 2018-12-11 20:41:55 -03:00
parent 13fd3c3f55
commit 21ce7e2c37
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
// @flow
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>
);