@defisaver/token-icons 0.0.60 → 0.0.61

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/token-icons",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
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';
@@ -325,6 +326,7 @@ export default {
325
326
  'HEGIC': _HEGIC,
326
327
  'IDLE': _IDLE,
327
328
  'INST': _INST,
329
+ 'KING': _KING,
328
330
  'KNC': _KNC,
329
331
  'KNCL': _KNCL,
330
332
  'LBTC': _LBTC,