@api3/logos 0.3.6 → 0.3.8
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/dist/cjs/ApiProviderLogo.js +1 -4
- package/dist/cjs/ChainLogo.js +63 -69
- package/dist/cjs/SymbolLogo.js +48 -45
- package/dist/cjs/SymbolLogoMissing.json +1 -1
- package/dist/cjs/index.d.ts +2 -2
- package/dist/cjs/index.js +2 -2
- package/dist/esm/ApiProviderLogo.js +1 -4
- package/dist/esm/ChainLogo.js +63 -69
- package/dist/esm/SymbolLogo.js +48 -45
- package/dist/esm/SymbolLogoMissing.json +1 -1
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/logos/symbol/Frxusd.svg +7 -0
- package/dist/logos/symbol/Sfrxusd.svg +8 -0
- package/dist/logos/symbol/Ysusdc.svg +4 -0
- package/package.json +2 -5
- package/dist/logos/chain/Chain177.svg +0 -13
- /package/dist/logos/symbol/{UltraEtHs.svg → UltraEths.svg} +0 -0
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="#DCE3EF" d="M20.64 12C20.64 7.22825 16.7717 3.35999 12 3.35999C7.22825 3.35999 3.35999 7.22825 3.35999 12C3.35999 16.7717 7.22825 20.64 12 20.64C16.7717 20.64 20.64 16.7717 20.64 12Z"/>
|
|
3
|
-
<path fill="url(#Chain177_svg__paint0_linear_5983_37742)" fill-rule="evenodd" d="M7.11862 6.73676L9.7495 7.33339C9.7819 7.33944 9.80421 7.36777 9.80421 7.4001V16.6465C9.80421 16.6789 9.78009 16.7091 9.74769 16.7152L7.11646 17.2574C7.07218 17.2674 7.03149 17.2329 7.03149 17.1886V6.80553C7.03149 6.76103 7.07398 6.72665 7.11862 6.73676ZM16.8807 6.73676L14.2495 7.33339C14.2171 7.33944 14.1948 7.36777 14.1948 7.4001V16.6465C14.1948 16.6789 14.2193 16.7091 14.2517 16.7152L16.8825 17.2574C16.9272 17.2674 16.9675 17.2329 16.9675 17.1886V6.80553C16.9675 6.76103 16.925 6.72665 16.8807 6.73676ZM13.3859 10.638V13.2894V13.35H13.3254H10.674H10.6131V13.2894V10.638V10.5773H10.674H13.3254H13.3859V10.638Z" clip-rule="evenodd"/>
|
|
4
|
-
<path fill="black" fill-rule="evenodd" d="M9.52234 7.57088L7.31338 7.07002V16.929L9.52234 16.474V7.57088ZM14.4767 7.57088V16.474L16.6856 16.929V7.07002L14.4767 7.57088ZM9.7495 7.33339C9.7819 7.33944 9.80421 7.36777 9.80421 7.4001V16.6465C9.80421 16.6789 9.78009 16.7091 9.74769 16.7152L7.11646 17.2574C7.07218 17.2674 7.03149 17.2329 7.03149 17.1886V6.80553C7.03149 6.76103 7.07398 6.72665 7.11862 6.73676L9.7495 7.33339ZM16.8825 17.2574L14.2517 16.7152C14.2193 16.7091 14.1948 16.6789 14.1948 16.6465V7.4001C14.1948 7.36777 14.2171 7.33944 14.2495 7.33339L16.8807 6.73676C16.925 6.72665 16.9675 6.76103 16.9675 6.80553V17.1886C16.9675 17.2329 16.9272 17.2674 16.8825 17.2574ZM13.104 13.0682V10.8592H10.895V13.0682H13.104ZM10.6131 13.35V10.5773H13.3859V13.35H10.6131Z" clip-rule="evenodd"/>
|
|
5
|
-
<defs>
|
|
6
|
-
<linearGradient id="Chain177_svg__paint0_linear_5983_37742" x1="15.2885" x2="15.1945" y1="6.735" y2="17.2592" gradientUnits="userSpaceOnUse">
|
|
7
|
-
<stop offset="0.055"/>
|
|
8
|
-
<stop offset="0.4999" stop-color="#808080"/>
|
|
9
|
-
<stop offset="0.5"/>
|
|
10
|
-
<stop offset="0.97" stop-color="#666666"/>
|
|
11
|
-
</linearGradient>
|
|
12
|
-
</defs>
|
|
13
|
-
</svg>
|
|
File without changes
|