@defisaver/token-icons 0.0.27 → 0.0.28
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/STG.svg +17 -0
- package/package.json +1 -1
- package/src/icons.js +2 -0
package/icons/STG.svg
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="193" height="193" viewBox="0 0 193 193" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect y="0.980469" width="192" height="192" rx="96" fill="#EFEFEF"/>
|
|
3
|
+
<g clip-path="url(#clip0_1812_33106)">
|
|
4
|
+
<path d="M36 96.9805C36 63.8434 62.8629 36.9805 96 36.9805C129.137 36.9805 156 63.8434 156 96.9805C156 130.118 129.137 156.98 96 156.98C62.8629 156.98 36 130.118 36 96.9805Z" fill="black"/>
|
|
5
|
+
<path d="M36 96.9805C36 63.8434 62.8629 36.9805 96 36.9805C129.137 36.9805 156 63.8434 156 96.9805C156 130.118 129.137 156.98 96 156.98C62.8629 156.98 36 130.118 36 96.9805Z" fill="black"/>
|
|
6
|
+
<path d="M104.897 52.861L107.493 58.9414C112.589 70.8798 122.099 80.3893 134.039 85.4842L140.12 88.0803C141.711 88.7586 143.003 89.7319 144.001 90.8909C140.972 69.1799 123.799 52.0062 102.086 48.9805C103.243 49.9754 104.218 51.2696 104.897 52.861Z" fill="#A6A6A6"/>
|
|
7
|
+
<path d="M51.8808 88.0803L57.962 85.4842C69.9019 80.3892 79.4119 70.8797 84.51 58.9414L87.1035 52.861C87.7847 51.2696 88.7581 49.9754 89.9149 48.9805C68.2015 52.0062 51.0284 69.1799 48 90.8909C48.9973 89.7319 50.2894 88.7586 51.8808 88.0803Z" fill="#A6A6A6"/>
|
|
8
|
+
<path d="M140.12 105.878L134.039 108.474C122.099 113.569 112.589 123.081 107.493 135.02L104.897 141.097C104.218 142.688 103.243 143.983 102.086 144.98C123.799 141.952 140.972 124.779 144.001 103.067C143.003 104.226 141.711 105.2 140.12 105.878Z" fill="#A6A6A6"/>
|
|
9
|
+
<path d="M87.1036 141.097L84.5101 135.02C79.412 123.081 69.9019 113.569 57.962 108.474L51.8809 105.878C50.2895 105.2 48.9972 104.226 48 103.067C51.0284 124.779 68.2015 141.952 89.9149 144.98C88.7581 143.983 87.7848 142.688 87.1036 141.097Z" fill="#A6A6A6"/>
|
|
10
|
+
<path d="M74.5593 92.3566L77.4642 91.1162C83.1666 88.6818 87.7102 84.1411 90.1447 78.4392L91.3833 75.5344C93.12 71.4664 98.888 71.4664 100.625 75.5344L101.863 78.4392C104.298 84.1411 108.841 88.6818 114.544 91.1162L117.449 92.3566C121.517 94.0933 121.517 99.8584 117.449 101.595L114.544 102.836C108.841 105.27 104.298 109.811 101.863 115.515L100.625 118.417C98.888 122.485 93.12 122.485 91.3833 118.417L90.1447 115.515C87.7102 109.811 83.1666 105.27 77.4642 102.836L74.5593 101.595C70.4907 99.8584 70.4907 94.0933 74.5593 92.3566Z" fill="white"/>
|
|
11
|
+
</g>
|
|
12
|
+
<defs>
|
|
13
|
+
<clipPath id="clip0_1812_33106">
|
|
14
|
+
<rect width="120" height="120" fill="white" transform="translate(36 36.9805)"/>
|
|
15
|
+
</clipPath>
|
|
16
|
+
</defs>
|
|
17
|
+
</svg>
|
package/package.json
CHANGED
package/src/icons.js
CHANGED
|
@@ -97,6 +97,7 @@ import _SNX from '../icons/SNX.svg';
|
|
|
97
97
|
import _SOHM from '../icons/SOHM.svg';
|
|
98
98
|
import _SPANK from '../icons/SPANK.svg';
|
|
99
99
|
import _SPELL from '../icons/SPELL.svg';
|
|
100
|
+
import _STG from '../icons/STG.svg';
|
|
100
101
|
import _SUSD from '../icons/SUSD.svg';
|
|
101
102
|
import _SUSHI from '../icons/SUSHI.svg';
|
|
102
103
|
import _TCAP from '../icons/TCAP.svg';
|
|
@@ -331,6 +332,7 @@ export default {
|
|
|
331
332
|
'SOHM': _SOHM,
|
|
332
333
|
'SPANK': _SPANK,
|
|
333
334
|
'SPELL': _SPELL,
|
|
335
|
+
'STG': _STG,
|
|
334
336
|
'SUSD': _SUSD,
|
|
335
337
|
'SUSHI': _SUSHI,
|
|
336
338
|
'TCAP': _TCAP,
|