@defisaver/token-icons 0.0.60 → 0.0.62

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/KING.svg ADDED
@@ -0,0 +1,16 @@
1
+ <svg width="193" height="193" viewBox="0 0 193 193" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="96.5" cy="96.5" r="96.5" fill="url(#paint0_linear_3176_14031)" />
3
+ <path fill-rule="evenodd" clip-rule="evenodd"
4
+ d="M89.1651 54.8369C92.6976 49.721 100.302 49.721 103.835 54.8369L118.77 76.4704L131.829 66.9463C138.424 62.1366 147.508 67.9767 145.787 75.9182L137.056 116.195C137.056 116.195 137.056 116.195 137.056 116.195C136.174 120.262 132.552 123.166 128.362 123.166H64.6377C60.4478 123.166 56.826 120.263 55.9444 116.196C55.9444 116.196 55.9444 116.196 55.9444 116.196L47.213 75.9185C45.4914 67.9766 54.5762 62.1367 61.1709 66.9462L74.23 76.4705L89.1651 54.8369ZM74.7232 76.8302C74.723 76.83 74.7234 76.8303 74.7232 76.8302ZM96.5 60.869L81.7077 82.2958C78.867 86.4102 73.1584 87.3736 69.1081 84.4196C69.1081 84.4195 69.1081 84.4196 69.1081 84.4196L56.8146 75.4537L65.1165 113.75H127.883L136.185 75.4535L123.892 84.4196C119.842 87.3733 114.133 86.4108 111.292 82.2958C111.292 82.2957 111.292 82.2959 111.292 82.2958L96.5 60.869ZM65.2173 114.214C65.2172 114.214 65.2173 114.215 65.2173 114.214Z"
5
+ fill="#FFC100" />
6
+ <path
7
+ d="M56.5434 137.292C56.5434 134.691 58.6668 132.583 61.286 132.583H131.714C134.333 132.583 136.457 134.691 136.457 137.292C136.457 139.892 134.333 142 131.714 142H61.286C58.6668 142 56.5434 139.892 56.5434 137.292Z"
8
+ fill="#FFC100" />
9
+ <defs>
10
+ <linearGradient id="paint0_linear_3176_14031" x1="96.5" y1="0" x2="96.5" y2="193"
11
+ gradientUnits="userSpaceOnUse">
12
+ <stop stop-color="#303030" />
13
+ <stop offset="1" stop-color="#101010" />
14
+ </linearGradient>
15
+ </defs>
16
+ </svg>
package/icons/SPK.svg ADDED
@@ -0,0 +1,10 @@
1
+ <svg width="192" height="193" viewBox="0 0 192 193" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0 96.5C0 43.4807 42.9807 0.5 96 0.5C149.019 0.5 192 43.4807 192 96.5C192 149.519 149.019 192.5 96 192.5C42.9807 192.5 0 149.519 0 96.5Z" fill="url(#paint0_linear_1443_31939)"/>
3
+ <path d="M112.172 103.999L154.556 104C156.208 104 156.541 101.749 155.038 101.062L111 81.4998V38.0411C111 36.4308 108.848 35.9024 108.105 37.3309L90.2414 71.7274L70.4466 62.6355C68.5529 61.8707 67.3898 63.4127 68.0326 64.738L79.8282 89H37.4445C35.7917 89 35.4586 91.2533 36.9617 91.9407L81 111.499V154.959C81 156.569 83.1567 157.097 83.8999 155.669L101.764 121.272L121.558 130.364C123.452 131.129 124.615 129.587 123.973 128.262L112.172 103.999Z" fill="#F9FAFB"/>
4
+ <defs>
5
+ <linearGradient id="paint0_linear_1443_31939" x1="96.0009" y1="-17.5017" x2="96.0009" y2="185.397" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#F2B72D"/>
7
+ <stop offset="1" stop-color="#FA43BD"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/token-icons",
3
- "version": "0.0.60",
3
+ "version": "0.0.62",
4
4
  "description": "",
5
5
  "module": "src/index.js",
6
6
  "scripts": {
package/src/icons.js CHANGED
@@ -57,6 +57,7 @@ import _GUSD from '../icons/GUSD.svg';
57
57
  import _HEGIC from '../icons/HEGIC.svg';
58
58
  import _IDLE from '../icons/IDLE.svg';
59
59
  import _INST from '../icons/INST.svg';
60
+ import _KING from '../icons/KING.svg';
60
61
  import _KNC from '../icons/KNC.svg';
61
62
  import _KNCL from '../icons/KNCL.svg';
62
63
  import _LBTC from '../icons/LBTC.svg';
@@ -106,6 +107,7 @@ import _SNX from '../icons/SNX.svg';
106
107
  import _SOHM from '../icons/SOHM.svg';
107
108
  import _SPANK from '../icons/SPANK.svg';
108
109
  import _SPELL from '../icons/SPELL.svg';
110
+ import _SPK from '../icons/SPK.svg';
109
111
  import _STG from '../icons/STG.svg';
110
112
  import _SUSD from '../icons/SUSD.svg';
111
113
  import _SUSHI from '../icons/SUSHI.svg';
@@ -325,6 +327,7 @@ export default {
325
327
  'HEGIC': _HEGIC,
326
328
  'IDLE': _IDLE,
327
329
  'INST': _INST,
330
+ 'KING': _KING,
328
331
  'KNC': _KNC,
329
332
  'KNCL': _KNCL,
330
333
  'LBTC': _LBTC,
@@ -374,6 +377,7 @@ export default {
374
377
  'SOHM': _SOHM,
375
378
  'SPANK': _SPANK,
376
379
  'SPELL': _SPELL,
380
+ 'SPK': _SPK,
377
381
  'STG': _STG,
378
382
  'SUSD': _SUSD,
379
383
  'SUSHI': _SUSHI,