@defisaver/token-icons 0.0.107 → 0.0.108

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/PAXG.svg ADDED
@@ -0,0 +1,12 @@
1
+ <svg width="192" height="192" viewBox="0 0 192 192" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0 96C0 42.9807 42.9807 0 96 0C149.019 0 192 42.9807 192 96C192 149.019 149.019 192 96 192C42.9807 192 0 149.019 0 96Z" fill="url(#paint0_linear_paxg)"/>
3
+ <path d="M82 69H118L124 91H76L82 69Z" fill="#F9FAFB"/>
4
+ <path d="M52 101H88L94 123H46L52 101Z" fill="#F9FAFB"/>
5
+ <path d="M104 101H140L146 123H98L104 101Z" fill="#F9FAFB"/>
6
+ <defs>
7
+ <linearGradient id="paint0_linear_paxg" x1="96" y1="0" x2="96" y2="192" gradientUnits="userSpaceOnUse">
8
+ <stop stop-color="#E5C170"/>
9
+ <stop offset="1" stop-color="#C9A227"/>
10
+ </linearGradient>
11
+ </defs>
12
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/token-icons",
3
- "version": "0.0.107",
3
+ "version": "0.0.108",
4
4
  "description": "",
5
5
  "module": "src/index.js",
6
6
  "scripts": {
package/src/icons.js CHANGED
@@ -90,6 +90,7 @@ import _OHM from '../icons/OHM.svg';
90
90
  import _OMG from '../icons/OMG.svg';
91
91
  import _OP from '../icons/OP.svg';
92
92
  import _OUSD from '../icons/OUSD.svg';
93
+ import _PAXG from '../icons/PAXG.svg';
93
94
  import _PENDLE from '../icons/PENDLE.svg';
94
95
  import _PERP from '../icons/PERP.svg';
95
96
  import _PICKLE from '../icons/PICKLE.svg';
@@ -403,6 +404,7 @@ export default {
403
404
  'OMG': _OMG,
404
405
  'OP': _OP,
405
406
  'OUSD': _OUSD,
407
+ 'PAXG': _PAXG,
406
408
  'PENDLE': _PENDLE,
407
409
  'PERP': _PERP,
408
410
  'PICKLE': _PICKLE,