@defisaver/token-icons 0.0.99 → 0.0.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icons/sGHO.svg +1 -0
- package/package.json +1 -1
- package/src/icons.js +2 -0
package/icons/sGHO.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="100" height="100" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M19 38c10.493 0 19-8.507 19-19S29.493 0 19 0 0 8.507 0 19s8.507 19 19 19Z" fill="url(#b)"/><path d="M19 38c10.493 0 19-8.507 19-19S29.493 0 19 0 0 8.507 0 19s8.507 19 19 19Z" fill="url(#c)"/><path d="M12.013 16.519a3.093 3.093 0 1 0 6.185.001 3.093 3.093 0 0 0-6.185-.001Zm7.797 0a3.093 3.093 0 1 0 6.185.001 3.093 3.093 0 0 0-6.186-.001Z" fill="#fff" style="fill:#fff;fill-opacity:1"/><path d="M33.66 31.089V20.547h-3.978c-.804 5.317-5.191 9.19-10.682 9.19-6.067 0-10.915-4.728-10.915-10.91 0-6.183 4.848-11 10.916-11 5.29 0 9.65 3.662 10.683 8.695h3.978C32.574 9.366 26.329 3.885 19 3.885c-8.098 0-14.662 6.69-14.662 14.94S10.902 33.765 19 33.765c5.096 0 8.649-2.36 10.829-6.076.052.015.105.027.154.042v6.774a19.055 19.055 0 0 0 3.676-3.417v.001Z" fill="#fff" style="fill:#fff;fill-opacity:1"/></g><defs><radialGradient id="b" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 38 -38 0 19 0)"><stop stop-color="#28D358" style="stop-color:color(display-p3 .1569 .8275 .3451);stop-opacity:1"/><stop offset=".525" stop-color="#7CD33F" style="stop-color:color(display-p3 .4863 .8275 .2471);stop-opacity:1"/><stop offset=".88" stop-color="#D3DA47" style="stop-color:color(display-p3 .8292 .8537 .2768);stop-opacity:1"/><stop offset="1" stop-color="#FFCE25" style="stop-color:color(display-p3 1 .807 .146);stop-opacity:1"/></radialGradient><radialGradient id="c" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 38 -38 0 19 0)"><stop stop-color="#28D358" style="stop-color:color(display-p3 .1569 .8275 .3451);stop-opacity:1"/><stop offset=".313" stop-color="#34C95F" style="stop-color:color(display-p3 .2039 .7882 .3725);stop-opacity:1"/><stop offset=".639" stop-color="#5AB783" style="stop-color:color(display-p3 .3529 .7176 .5137);stop-opacity:1"/><stop offset=".817" stop-color="#94A8D3" style="stop-color:color(display-p3 .5804 .6588 .8275);stop-opacity:1"/><stop offset="1" stop-color="#A3A2FF" style="stop-color:color(display-p3 .6384 .6344 1);stop-opacity:1"/></radialGradient><clipPath id="a"><path fill="#fff" style="fill:#fff;fill-opacity:1" d="M0 0h38v38H0z"/></clipPath></defs></svg>
|
package/package.json
CHANGED
package/src/icons.js
CHANGED
|
@@ -274,6 +274,7 @@ import _sBOLD from '../icons/sBOLD.svg';
|
|
|
274
274
|
import _sDAI from '../icons/sDAI.svg';
|
|
275
275
|
import _sENA from '../icons/sENA.svg';
|
|
276
276
|
import _sFRAX from '../icons/sFRAX.svg';
|
|
277
|
+
import _sGHO from '../icons/sGHO.svg';
|
|
277
278
|
import _sUSDS from '../icons/sUSDS.svg';
|
|
278
279
|
import _sUSDe from '../icons/sUSDe.svg';
|
|
279
280
|
import _sfrxETH from '../icons/sfrxETH.svg';
|
|
@@ -594,6 +595,7 @@ export default {
|
|
|
594
595
|
'sDAI': _sDAI,
|
|
595
596
|
'sENA': _sENA,
|
|
596
597
|
'sFRAX': _sFRAX,
|
|
598
|
+
'sGHO': _sGHO,
|
|
597
599
|
'sUSDS': _sUSDS,
|
|
598
600
|
'sUSDe': _sUSDe,
|
|
599
601
|
'sfrxETH': _sfrxETH,
|