@defisaver/token-icons 0.0.102-pt-oct-dev → 0.0.102-pt-oct-1-dev
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/PTsrUSDe.svg +2 -0
- package/package.json +1 -1
- package/src/icons.js +1 -0
package/icons/PTsrUSDe.svg
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
<!--PT srUSDe Apr-->
|
|
2
|
+
<!--PT srUSDe Jun-->
|
|
3
|
+
<!--PT srUSDe Oct-->
|
|
2
4
|
<svg width="192" height="192" viewBox="0 0 192 192" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
5
|
<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_radial_4120_10943)"/>
|
|
4
6
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M84.5127 42.6367C59.8991 47.8842 41.4365 69.7518 41.4365 95.9297C41.4372 122.107 59.8996 143.97 84.5127 149.217V154.843C56.836 149.511 35.9294 125.162 35.9287 95.9297C35.9287 66.6967 56.8354 42.346 84.5127 37.0146V42.6367ZM107.446 37.0352C135.073 42.4068 155.929 66.7328 155.929 95.9297C155.928 125.126 135.072 149.45 107.446 154.822V149.195C132.007 143.91 150.415 122.071 150.416 95.9297C150.416 69.7881 132.008 47.9444 107.446 42.6582V37.0352ZM99.1943 62.5137H101.219C106.207 62.5137 110.228 64.1335 113.28 67.374C116.332 70.5523 117.858 74.7593 117.858 79.9941H111.52C111.52 76.5666 110.58 73.8241 108.702 71.7676C106.824 69.7112 104.329 68.6826 101.219 68.6826H91.2705C87.9254 68.6827 85.2552 69.4932 83.2598 71.1133C81.2643 72.6712 80.2657 74.7901 80.2656 77.4697V82.5176C80.2656 84.6987 80.9996 86.5376 82.4668 88.0332C83.9928 89.5289 86.0766 90.5259 88.7178 91.0244L104.477 93.9229C109.054 94.7953 112.605 96.4779 115.129 98.9707C117.653 101.401 118.915 104.517 118.915 108.318V114.301C118.915 118.85 117.271 122.527 113.984 125.331C110.698 128.073 106.384 129.444 101.043 129.444H99.1943V138.979H92.8555V129.444H90.9189C87.3975 129.444 84.2867 128.665 81.5869 127.107C78.8871 125.487 76.774 123.244 75.248 120.377C73.7807 117.448 73.0469 114.083 73.0469 110.281H79.3857C79.3857 114.145 80.4419 117.292 82.5547 119.723C84.7263 122.091 87.5732 123.275 91.0947 123.275H100.867C104.33 123.275 107.118 122.465 109.23 120.845C111.343 119.162 112.4 116.981 112.4 114.301V108.318C112.4 106.199 111.607 104.392 110.022 102.896C108.497 101.401 106.384 100.435 103.685 99.999L87.8369 97.1943C83.3767 96.3842 79.9142 94.7014 77.4492 92.1465C74.9841 89.5914 73.751 86.3814 73.751 82.5176V77.4697C73.7511 72.9208 75.3359 69.3066 78.5049 66.627C81.7329 63.8849 85.9883 62.5137 91.2705 62.5137H92.8555V52.9785H99.1943V62.5137Z" fill="white"/>
|
package/package.json
CHANGED