@web3icons/react 4.0.4 → 4.0.5
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/.tsbuildinfo +1 -1
- package/dist/NetworkApechain-KBMGYJZF.js +2 -0
- package/dist/NetworkNexis-4MGKNLQ5.js +2 -0
- package/dist/TokenAPE-CGQD64LW.js +2 -0
- package/dist/{chunk-2PINIL2J.js → chunk-7VT6TJLF.js} +1 -1
- package/dist/chunk-OKW7OFNU.js +362 -0
- package/dist/chunk-QC3ZRZPD.js +15 -0
- package/dist/chunk-UAVKH6S2.js +33 -0
- package/dist/{chunk-GT5UC52J.js → chunk-VSTGFLNF.js} +15 -11
- package/dist/icons/exchanges.js +8 -8
- package/dist/icons/networks.d.ts +1 -1
- package/dist/icons/networks.js +14 -12
- package/dist/icons/tokens.d.ts +1 -1
- package/dist/icons/tokens.js +2 -2
- package/dist/icons/wallets.js +10 -10
- package/dist/{index-CZVIFZvr.d.ts → index-D2wTRj0X.d.ts} +3 -3
- package/dist/{index-DyzS26Nu.d.ts → index-FL9B4SOk.d.ts} +34 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +37 -33
- package/package.json +2 -2
- package/dist/TokenAPE-MT67CRGJ.js +0 -2
- package/dist/chunk-IQUXJCRG.js +0 -48
- package/dist/{chunk-JP4VH56O.js → chunk-U5RFXEPZ.js} +9 -9
- package/dist/{chunk-CZD4OMR5.js → chunk-W5WQCB5J.js} +7 -7
|
@@ -8291,11 +8291,11 @@ declare const TokenSXP: react.ForwardRefExoticComponent<Omit<IconComponentProps,
|
|
|
8291
8291
|
* @component @name TokenAPE
|
|
8292
8292
|
*
|
|
8293
8293
|
* @example <TokenAPE variant='branded' size={32} />
|
|
8294
|
-
* @preview (branded) 
|
|
8294
|
+
* @preview (branded) 
|
|
8295
8295
|
* @example <TokenAPE variant='mono' size={32} />
|
|
8296
|
-
* @preview (mono) 
|
|
8296
|
+
* @preview (mono) 
|
|
8297
8297
|
* @example <TokenAPE variant='background' size={32} />
|
|
8298
|
-
* @preview (background) 
|
|
8298
|
+
* @preview (background) 
|
|
8299
8299
|
*
|
|
8300
8300
|
* @param {IconComponentProps} props - IconComponentProps
|
|
8301
8301
|
* @returns {JSX.Element} JSX Element
|