Merge pull request #2 from yulafezmesi/missing-assets

chore: add token img
This commit is contained in:
0xPradyuman 2022-07-27 19:35:59 +05:30 committed by GitHub
commit b160c6a078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 123 additions and 0 deletions

10
icons/tokens/axs.svg Normal file
View File

@ -0,0 +1,10 @@
<svg width="600" height="600" viewBox="0 0 600 600" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M300 600C465.685 600 600 465.685 600 300C600 134.315 465.685 0 300 0C134.315 0 0 134.315 0 300C0 465.685 134.315 600 300 600Z" fill="url(#paint0_radial_7863_57658)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M163.2 198.48C163.2 198.48 130.92 172.68 128.7 236.4C126.48 285.78 126.54 381.66 149.4 426.96C159.06 444 171.96 438.78 195.96 421.8C216.84 406.38 292.38 336.78 324.36 306.24C356.34 275.7 421.2 188.1 434.7 247.62C440.04 272.64 446.64 293.88 441.6 349.38C440.04 366.48 432.72 379.44 399.36 356.28C374.16 340.08 350.22 322.68 350.22 322.68C350.22 322.68 345.6 314.4 334.68 327.84C326.1 338.58 321.78 341.22 335.52 349.38C349.32 357.54 419.1 405.66 445.86 413.16C467.94 419.58 480.54 419.46 481.2 376.08C481.08 341.64 479.1 243.06 466.56 201.06C457.08 174.9 443.16 163.02 413.1 192.42C383.04 221.82 288.24 313.74 236.4 355.38C202.02 381.18 187.32 404.46 174.36 361.44C165.24 328.86 153.42 227.46 190.74 246.78C214.08 257.94 225.72 257.88 216.6 264.9C207.48 271.86 181.26 295.92 181.26 295.92C181.26 295.92 173.16 302.46 176.94 316.62C180.72 326.52 180.72 331.44 201.06 312.3C221.4 293.16 236.4 278.7 236.4 278.7C236.4 278.7 239.64 273.6 249.3 283.02C258.96 292.44 260.52 295.08 260.52 295.08C260.52 295.08 263.1 302.1 273.42 289.92C283.8 277.74 290.46 270.3 270.84 258.9C251.28 247.38 163.2 198.48 163.2 198.48Z" fill="white"/>
<defs>
<radialGradient id="paint0_radial_7863_57658" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(196 143.5) rotate(54.1675) scale(497.082)">
<stop stop-color="#0760E6"/>
<stop offset="1" stop-color="#0249B4"/>
</radialGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

25
icons/tokens/cvx.svg Normal file
View File

@ -0,0 +1,25 @@
<svg width="600" height="600" viewBox="0 0 600 600" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_7863_57676)">
<path d="M300 600.014C465.684 600.014 600 465.698 600 300.014C600 134.328 465.684 0.0136719 300 0.0136719C134.315 0.0136719 0 134.328 0 300.014C0 465.698 134.315 600.014 300 600.014Z" fill="url(#paint0_radial_7863_57676)"/>
<path d="M347.902 193.05H323.586V229.749H347.902V193.05Z" fill="#1682FE"/>
<path d="M278.116 125H253.8V161.699H278.116V125Z" fill="#1682FE"/>
<path d="M208.33 159.997H184.015V196.696H208.33V159.997Z" fill="#60D8A4"/>
<path d="M173.559 299.5H149V404.249H173.559V299.5Z" fill="#F4BB3B"/>
<path d="M173.559 194.751H149V299.5H173.559V194.751Z" fill="#60D8A4"/>
<path d="M382.673 228.047H358.357V264.746H382.673V228.047Z" fill="#1682FE"/>
<path d="M382.673 334.254H358.357V370.953H382.673V334.254Z" fill="#FF5A5A"/>
<path d="M347.902 369.251H323.586V405.95H347.902V369.251Z" fill="#FF5A5A"/>
<path d="M278.116 437.302H253.8V474H278.116V437.302Z" fill="#FF5A5A"/>
<path d="M208.33 402.304H184.015V439.003H208.33V402.304Z" fill="#F4BB3B"/>
<path d="M451 264.503V194.751H415.986V159.997H346.2V125H276.414V159.997H206.628V194.994H171.613V404.249H206.628V439.246H276.414V474.243H346.2V439.246H415.986V404.249H451V334.254H381.214V369.251H346.2V404.249H276.414V369.251H241.642V229.749H276.657V194.751H346.443V229.749H381.457V264.746H451V264.503Z" fill="#3A3A3A"/>
</g>
<defs>
<radialGradient id="paint0_radial_7863_57676" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(196 143.514) rotate(54.1676) scale(497.082 497.082)">
<stop offset="0.230743" stop-color="white"/>
<stop offset="1" stop-color="#DFDFDF"/>
</radialGradient>
<clipPath id="clip0_7863_57676">
<rect width="600" height="600" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

45
icons/tokens/osqth.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

10
icons/tokens/perp.svg Normal file
View File

@ -0,0 +1,10 @@
<svg width="600" height="600" viewBox="0 0 600 600" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M300 600C465.685 600 600 465.685 600 300C600 134.315 465.685 0 300 0C134.315 0 0 134.315 0 300C0 465.685 134.315 600 300 600Z" fill="url(#paint0_radial_7863_57695)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M226.379 159.076C244.555 141.271 273.633 141.271 291.809 159.076L340.906 207.172L349.098 199.148C367.274 181.343 396.351 181.343 414.527 199.148L462.936 246.569C481.65 264.901 481.65 295.03 462.936 313.362L332.715 440.926C314.539 458.731 285.461 458.731 267.285 440.926L137.064 313.362C118.35 295.03 118.35 264.901 137.064 246.569L226.379 159.076ZM307.503 239.894L259.094 192.473L169.779 279.965L218.188 327.386L307.503 239.894ZM251.591 360.108L300 407.529L348.409 360.108L300 312.687L251.591 360.108ZM333.404 279.965L381.813 327.386L430.222 279.965L381.813 232.544L333.404 279.965Z" fill="black" fill-opacity="0.8"/>
<defs>
<radialGradient id="paint0_radial_7863_57695" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(196 143.5) rotate(54.1675) scale(497.082)">
<stop stop-color="#3FFBB6"/>
<stop offset="1" stop-color="#00BA76"/>
</radialGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

10
icons/tokens/rbn.svg Normal file
View File

@ -0,0 +1,10 @@
<svg width="600" height="600" viewBox="0 0 600 600" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M300 600C465.685 600 600 465.685 600 300C600 134.315 465.685 0 300 0C134.315 0 0 134.315 0 300C0 465.685 134.315 600 300 600Z" fill="url(#paint0_radial_7863_57703)"/>
<path d="M39.6836 449.218L298.881 177.871L426.882 309.637L275.676 472.673L297.672 493.073L468.242 309.159L298.7 134.629L25.3223 420.82C29.6166 430.569 34.4147 440.046 39.6836 449.218Z" fill="white"/>
<defs>
<radialGradient id="paint0_radial_7863_57703" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(196 143.5) rotate(54.1675) scale(497.082)">
<stop stop-color="#FF3472"/>
<stop offset="1" stop-color="#D90042"/>
</radialGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 755 B

23
icons/tokens/shib.svg Normal file
View File

@ -0,0 +1,23 @@
<svg width="600" height="600" viewBox="0 0 600 600" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M300 600C465.685 600 600 465.685 600 300C600 134.315 465.685 0 300 0C134.315 0 0 134.315 0 300C0 465.685 134.315 600 300 600Z" fill="url(#paint0_radial_7863_57731)"/>
<path d="M446.702 278.147C446.455 279.479 442.533 283.52 438.611 286.411C427.081 294.849 406.461 302.706 385.498 306.457C373.559 308.606 361.611 308.972 358.022 307.209C355.691 306.048 355.357 305.124 356.185 302.114C357.936 295.859 363.62 289.002 372.474 282.575C376.977 279.35 395.265 268.205 403.786 263.529C417.808 255.844 429.166 251.255 436.849 250.169C439.278 249.835 442.221 249.75 443.113 250.169C444.618 250.75 446.337 255.177 446.96 260.519C447.254 266.395 447.168 272.282 446.702 278.147Z" fill="black"/>
<path d="M249.969 305.769C249.475 306.779 246.972 307.919 244.124 308.273C241.277 308.628 232.606 308.445 227.673 307.864C209.976 305.522 191.14 300.094 177.493 293.408C169.811 289.647 164.299 285.885 160.205 281.801L157.873 279.383L157.615 276.158C157.196 270.644 157.282 261.959 157.948 258.875C158.385 256.294 159.261 253.808 160.537 251.523C161.204 250.685 161.204 250.685 164.212 250.685C168.245 250.735 172.24 251.462 176.032 252.834C186.305 256.005 201.584 263.691 220.205 274.889C235.571 284.079 241.33 288.583 245.758 294.763C248.723 298.697 250.722 304.125 249.969 305.769Z" fill="black"/>
<path d="M368.21 422.063C368.21 422.31 367.211 426.362 365.965 431.08C364.718 435.799 363.707 439.679 363.707 439.851C362.821 439.965 361.925 439.994 361.032 439.937H358.357L354.682 448.621C352.683 453.383 350.846 457.811 350.599 458.477L350.094 459.649L348.342 456.812L346.59 453.963V430.834L345.914 430.994C344.495 431.328 334.395 432.671 329.968 433.091C311.7 434.915 293.277 434.522 275.103 431.919C273.281 431.603 271.445 431.381 269.601 431.253C269.515 431.328 269.601 436.681 269.763 443.28L270.01 455.102L268.591 457.252C267.839 458.424 267.088 459.402 267.088 459.509C266.84 459.756 266.012 458.435 264.09 454.586C262.021 450.556 260.447 446.291 259.405 441.882L258.825 439.464L256.235 439.636L253.645 439.884L252.979 436.788C252.646 435.122 252.227 432.489 252.065 431.113L251.808 428.437L249.659 426.524C248.412 425.448 247.155 424.374 246.908 424.181C246.712 424.001 246.559 423.781 246.457 423.536C246.355 423.291 246.307 423.027 246.317 422.761V421.848L256.761 421.924L267.194 422.01L267.528 423.084L267.861 424.159L271.461 424.331C273.46 424.406 279.81 424.578 285.483 424.75L295.916 424.998L298.56 420.773L301.321 416.603H304.825L304.738 407.919L304.652 399.224L300.064 397.224C285.29 390.71 276.597 383.252 273.341 374.256C272.674 372.418 272.674 371.751 272.513 363.39C272.353 355.027 272.428 354.371 273.008 352.533C273.573 350.487 274.664 348.623 276.172 347.127C277.68 345.633 279.552 344.558 281.604 344.01C283.023 343.602 286.772 343.602 306.479 343.602L329.699 343.678L332.289 344.935C334.791 345.965 336.96 347.67 338.553 349.857C340.552 352.533 341.143 354.619 341.143 359.713C341.143 366.99 340.638 373.246 339.886 375.76C338.777 379.192 337.143 382.429 335.039 385.359C330.055 391.288 323.606 395.809 316.332 398.471L314.334 399.224L314.419 407.994L314.495 416.764L316.332 416.936L318.17 417.097L320.684 420.859L323.102 424.621H334.288C340.466 424.621 345.892 424.707 346.397 424.783C347.236 424.954 347.396 424.868 348.235 423.45L349.234 421.944H358.84C366.04 421.644 368.21 421.848 368.21 422.063Z" fill="black"/>
<path d="M324.122 446.032C322.532 446.956 321.447 447.375 321.199 447.203C320.952 447.031 319.781 446.128 318.524 445.204L316.278 443.345L313.936 445.848C308.842 451.363 308.67 451.609 307.177 451.696C304.835 451.943 304.33 451.524 301.493 447.268C299.988 445.118 298.817 443.259 298.817 443.259C298.817 443.259 297.743 443.086 296.485 443L294.143 442.754L293.069 445.011L291.994 447.268L290.071 446.676C288.565 446.18 287.091 445.595 285.654 444.924L283.14 443.678V438.938L305.361 439.013L327.571 439.099L327.657 441.356C327.711 444.032 327.797 443.946 324.122 446.032Z" fill="black"/>
<path d="M532.879 344.129C532.793 343.52 532.739 342.906 532.718 342.291C512.679 340.141 455.471 338.787 402.368 382.639C402.368 382.639 385.251 304.178 305.082 304.178C224.912 304.178 195.19 382.639 195.19 382.639C150.266 334.273 90.146 337.787 68.3977 340.958C68.3977 341.463 68.3118 342.033 68.3118 342.549C67.6456 354.651 67.9787 360.422 69.9773 368.021C76.2418 391.829 95.5293 418.054 125.756 443.774C175.28 485.875 242.416 516.28 293.273 519.784C346.289 523.374 424.536 492.388 476.639 447.117C484.81 439.899 492.522 432.178 499.731 423.997C504.91 417.979 512.625 407.618 512.001 407.618C511.84 407.618 512.001 407.456 512.345 407.284C512.689 407.113 512.84 406.865 512.679 406.704C512.517 406.543 512.754 406.371 513.011 406.285C513.27 406.199 513.43 406.038 513.345 405.866C513.259 405.694 513.345 405.532 513.678 405.447C513.729 405.434 513.776 405.41 513.816 405.377C513.858 405.344 513.89 405.303 513.914 405.256C513.937 405.209 513.951 405.157 513.953 405.105C513.955 405.053 513.945 405 513.925 404.952C513.839 404.78 513.925 404.619 514.096 404.619C514.269 404.619 514.43 404.361 514.43 404.2C514.43 404.039 514.591 403.78 514.763 403.78C514.849 403.773 514.93 403.736 514.99 403.675C515.051 403.614 515.088 403.534 515.096 403.447C515.371 402.763 515.733 402.117 516.17 401.523C517.428 399.6 522.435 390.668 523.101 389.164C527.861 378.415 530.87 368.741 532.289 359.176C532.804 354.576 533.212 346.139 532.879 344.129ZM324.122 446.032C322.532 446.956 321.447 447.375 321.199 447.203C320.953 447.031 319.781 446.128 318.524 445.204L316.278 443.344L313.936 445.848C308.842 451.363 308.671 451.609 307.177 451.696C304.834 451.943 304.33 451.523 301.493 447.268C299.988 445.118 298.817 443.259 298.817 443.259C298.817 443.259 297.743 443.086 296.485 443L294.143 442.753L293.069 445.011L291.994 447.268L290.071 446.676C288.566 446.18 287.091 445.595 285.654 444.924L283.14 443.678V438.938L305.361 439.013L327.571 439.099L327.657 441.356C327.711 444.032 327.797 443.946 324.122 446.032ZM365.878 430.984C364.62 435.745 363.621 439.583 363.621 439.755C362.734 439.868 361.838 439.897 360.946 439.84H358.281L354.681 448.611C352.683 453.372 350.846 457.8 350.598 458.467L350.093 459.638L348.342 456.801L346.59 453.953V430.834L345.913 430.995C344.495 431.328 334.395 432.672 329.967 433.091C311.699 434.915 293.277 434.522 275.103 431.919C273.281 431.604 271.445 431.381 269.601 431.253C269.515 431.328 269.601 436.681 269.763 443.279L270.009 455.102L268.591 457.252C267.839 458.424 267.087 459.401 267.087 459.509C266.84 459.757 266.012 458.435 264.089 454.586C262.02 450.557 260.447 446.291 259.404 441.882L258.824 439.465L256.234 439.636L253.644 439.884L252.978 436.788C252.646 435.122 252.226 432.489 252.065 431.113L251.807 428.437L249.658 426.524C248.412 425.449 247.155 424.374 246.907 424.181C246.712 424.001 246.558 423.781 246.456 423.536C246.354 423.291 246.306 423.027 246.316 422.761V421.848L256.76 421.923L267.194 422.01L267.527 423.084L267.861 424.159L271.46 424.331C273.459 424.406 279.809 424.578 285.483 424.75L295.916 424.998L298.56 420.774L301.321 416.603H304.824L304.737 407.919L304.652 399.224L300.063 397.224C285.289 390.711 276.596 383.252 273.341 374.256C272.674 372.418 272.674 371.751 272.513 363.39C272.352 355.027 272.427 354.371 273.007 352.534C273.573 350.487 274.663 348.623 276.171 347.128C277.68 345.633 279.552 344.558 281.604 344.01C283.022 343.602 286.772 343.602 306.479 343.602L329.699 343.678L332.289 344.935C334.791 345.966 336.959 347.67 338.553 349.857C340.552 352.534 341.143 354.619 341.143 359.713C341.143 366.99 340.637 373.246 339.886 375.76C338.777 379.192 337.142 382.429 335.039 385.359C330.055 391.288 323.605 395.808 316.332 398.471L314.333 399.224L314.419 407.994L314.494 416.765L316.332 416.936L318.17 417.097L320.683 420.859L323.101 424.621H334.287C340.466 424.621 345.892 424.707 346.397 424.783C347.235 424.954 347.396 424.869 348.234 423.45L349.234 421.945H358.84C366.276 421.945 368.446 422.03 368.446 422.278C368.209 422.225 367.124 426.32 365.878 430.995V430.984Z" fill="white"/>
<path d="M532.213 335.616C532.053 331.855 531.708 326.588 531.462 323.998C527.873 286.079 518.191 255.092 499.817 222.267C499.127 221.141 498.514 219.971 497.98 218.763C497.851 218.546 497.74 218.32 497.647 218.086C500.236 210.326 510.842 177.835 519.276 140.7C530.71 90.2486 537.974 31.274 515.763 13.5719C515.763 13.5719 477.349 10.7236 425.912 61.175C411.953 75.1237 399.216 90.2444 387.842 106.371L384.242 105.199C363.577 98.4295 342.145 94.277 320.448 92.8389C313.936 92.3338 289.641 92.3338 281.701 92.8389C257.739 94.4189 239.365 98.0087 218.497 105.285C217.66 105.618 216.907 105.866 216.155 106.113C204.384 90.0396 191.225 75.0314 176.828 61.2611C123.296 10.5301 83.4632 13.4214 83.4632 13.4214C59.9206 31.6931 67.9364 93.3548 80.1322 145.472C88.1481 179.974 98.0014 210.294 101.623 221.235C101.365 221.815 101.032 222.482 100.698 223.073C81.2389 262.497 70.7194 300.459 68.2158 340.926C90.007 337.755 150.051 334.165 195.009 382.607C195.009 382.607 224.73 304.146 304.9 304.146C385.07 304.146 402.176 382.607 402.176 382.607C420.2 367.633 441.001 356.366 463.389 349.451C485.775 342.537 509.306 340.111 532.633 342.313C532.547 340.625 532.386 338.121 532.213 335.616ZM117.45 189.775C117.45 189.775 86.2247 111.68 94.2406 67.0758C95.573 59.5521 98.0766 52.9635 102.009 47.9442C102.009 47.9442 137.468 51.4588 194.525 114.937C194.525 114.937 183.673 120.203 169.145 131.392C169.099 131.439 169.039 131.469 168.974 131.478C148.165 147.366 130.662 167.17 117.45 189.775ZM249.97 305.769C249.476 306.779 246.972 307.919 244.125 308.273C241.278 308.628 232.606 308.446 227.674 307.865C209.977 305.522 191.14 300.094 177.494 293.409C169.811 289.647 164.299 285.885 160.205 281.801L157.873 279.383L157.616 276.158C157.197 270.644 157.282 261.959 157.948 258.875C158.386 256.294 159.261 253.808 160.538 251.523C161.205 250.685 161.205 250.685 164.213 250.685C168.245 250.735 172.241 251.462 176.033 252.834C186.306 256.005 201.585 263.691 220.206 274.89C235.572 284.079 241.331 288.583 245.759 294.763C248.724 298.697 250.723 304.125 249.97 305.769ZM446.704 278.147C446.456 279.479 442.535 283.52 438.612 286.411C427.083 294.849 406.463 302.706 385.5 306.457C373.561 308.606 361.612 308.972 358.023 307.209C355.692 306.048 355.359 305.124 356.186 302.114C357.938 295.859 363.622 289.002 372.476 282.575C376.978 279.35 395.266 268.205 403.788 263.529C417.81 255.844 429.168 251.255 436.85 250.169C439.279 249.836 442.223 249.75 443.115 250.169C444.619 250.75 446.339 255.177 446.961 260.519C447.256 266.395 447.17 272.283 446.704 278.147ZM432.875 131.392L432.713 131.306C418.648 120.118 408.161 114.851 408.161 114.851C463.359 51.3728 497.507 47.8689 497.507 47.8689C501.268 52.9635 503.685 59.4769 505.028 66.9898C512.786 111.594 482.646 189.775 482.646 189.775C470.003 167.267 453.097 147.437 432.875 131.392Z" fill="#FFA409"/>
<path d="M505.071 66.9897C498.559 66.1622 467.753 65.9901 432.842 131.392L432.681 131.306C418.648 120.118 408.16 114.851 408.16 114.851C463.358 51.3728 497.506 47.8689 497.506 47.8689C501.321 52.9635 503.792 59.4769 505.071 66.9897Z" fill="#FF9300"/>
<path d="M482.701 189.776C470.057 167.251 453.131 147.418 432.875 131.393C467.786 65.9905 498.517 66.1625 505.104 66.9901C512.841 111.681 482.701 189.776 482.701 189.776Z" fill="#FF8300"/>
<path d="M506.327 67.2477L505.07 66.9897L506.327 67.2477Z" fill="#FF8300"/>
<path d="M194.523 114.851C194.523 114.851 183.67 120.118 169.143 131.306C169.097 131.353 169.036 131.383 168.971 131.392C132.814 65.9042 100.997 66.1622 94.1523 66.9897C95.4848 59.4661 97.9991 52.8775 101.921 47.8689C102.007 47.8689 137.38 51.3728 194.523 114.851Z" fill="#FF9300"/>
<path d="M169.058 131.393C153.188 143.591 132.987 162.712 117.481 189.776C117.481 189.776 86.256 111.681 94.272 66.9901C100.998 66.1625 132.901 65.9905 169.058 131.393Z" fill="#FF8300"/>
<path d="M94.2406 66.9897L92.9082 67.2477L94.2406 66.9897Z" fill="#FF8300"/>
<path d="M398.188 233.122C398.188 233.122 371.464 234.832 374.849 213.915C378.235 193 399.069 190.528 404.936 191.345C410.802 192.161 434.163 200.535 429.983 218.065C425.803 235.594 419.968 232.274 416.627 233.111C413.285 233.95 398.188 233.122 398.188 233.122Z" fill="white"/>
<path d="M201.122 233.123C201.122 233.123 174.398 234.8 177.74 213.916C181.082 193.033 201.959 190.528 207.827 191.345C213.694 192.162 237.053 200.535 232.874 218.065C228.694 235.595 222.859 232.274 219.517 233.112C216.176 233.95 201.122 233.123 201.122 233.123Z" fill="white"/>
<defs>
<radialGradient id="paint0_radial_7863_57731" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(196 143.5) rotate(54.1675) scale(497.082)">
<stop stop-color="#FF1F1A"/>
<stop offset="1" stop-color="#BE0602"/>
</radialGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB