@defisaver/token-icons 0.0.90 → 0.0.91
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/USDG.svg +5 -0
- package/package.json +1 -1
- package/src/icons.js +2 -0
package/icons/USDG.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="194" height="195" viewBox="0 0 194 195" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="96.8933" cy="97.2009" r="96.8386" fill="#314012"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M168.887 102.452C166.099 139.698 134.987 169.051 97.0161 169.051C57.2109 169.051 24.9424 136.793 24.9424 97.0002C24.9424 57.2075 57.2109 24.9492 97.0161 24.9492C134.924 24.9492 165.997 54.2062 168.873 91.3651H134.414C141.936 74.7437 142.391 59.6421 134.165 52.7419C122.017 42.5517 95.537 54.1062 75.0201 78.5496C54.5032 102.993 47.7189 131.069 59.8668 141.259C72.0148 151.449 98.4949 139.895 119.012 115.451C122.588 111.191 125.747 106.82 128.461 102.452H168.887Z" fill="#C7E36C"/>
|
|
4
|
+
<path d="M102.43 102.452H131.251L120.121 117.025L102.43 109.924V102.452Z" fill="#C7E36C"/>
|
|
5
|
+
</svg>
|
package/package.json
CHANGED
package/src/icons.js
CHANGED
|
@@ -144,6 +144,7 @@ import _UNIV2WBTCETH from '../icons/UNIV2WBTCETH.svg';
|
|
|
144
144
|
import _USDA from '../icons/USDA.svg';
|
|
145
145
|
import _USDC from '../icons/USDC.svg';
|
|
146
146
|
import _USDCe from '../icons/USDCe.svg';
|
|
147
|
+
import _USDG from '../icons/USDG.svg';
|
|
147
148
|
import _USDP from '../icons/USDP.svg';
|
|
148
149
|
import _USDS from '../icons/USDS.svg';
|
|
149
150
|
import _USDT from '../icons/USDT.svg';
|
|
@@ -448,6 +449,7 @@ export default {
|
|
|
448
449
|
'USDA': _USDA,
|
|
449
450
|
'USDC': _USDC,
|
|
450
451
|
'USDC.e': _USDCe,
|
|
452
|
+
'USDG': _USDG,
|
|
451
453
|
'USDP': _USDP,
|
|
452
454
|
'USDS': _USDS,
|
|
453
455
|
'USDT': _USDT,
|