@web3icons/react 4.0.24 → 4.0.25
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/TokenSAFE-DF4DKDJI.js +2 -0
- package/dist/WalletAtomic-PM2EFHMP.js +2 -0
- package/dist/WalletBitbox-X43OLLNR.js +2 -0
- package/dist/WalletBlue-WVMZVQWV.js +2 -0
- package/dist/WalletExodus-MOLZ3RH5.js +2 -0
- package/dist/WalletGlow-JMUHU5CK.js +2 -0
- package/dist/WalletKeplr-25C37L5Y.js +2 -0
- package/dist/WalletKukai-IQJC7CMT.js +2 -0
- package/dist/WalletSolflare-53FIVOV7.js +2 -0
- package/dist/WalletTemple-WDPV6IXY.js +2 -0
- package/dist/chunk-72XJEZJI.js +15 -0
- package/dist/chunk-ACGSE4ZZ.js +15 -0
- package/dist/{chunk-TK23TEZU.js → chunk-CCKSEJED.js} +10 -1
- package/dist/{chunk-PFEQDTT6.js → chunk-COWBSWIL.js} +28 -10
- package/dist/{chunk-D6S2Q2D3.js → chunk-DY4T2EGR.js} +1 -1
- package/dist/chunk-FPABLP3N.js +49 -0
- package/dist/chunk-GU7U5KBF.js +22 -0
- package/dist/chunk-IMP2M74L.js +139 -0
- package/dist/chunk-NDFZYKOP.js +27 -0
- package/dist/chunk-ONLYU5BK.js +22 -0
- package/dist/chunk-SDH7SA5H.js +15 -0
- package/dist/chunk-UWZTEAKD.js +27 -0
- package/dist/chunk-ZCQTBOPD.js +51 -0
- package/dist/dynamic.js +1 -1
- package/dist/icons/exchanges.js +4 -4
- package/dist/icons/tokens.d.ts +1 -1
- package/dist/icons/tokens.js +2 -2
- package/dist/icons/wallets.d.ts +1 -1
- package/dist/icons/wallets.js +20 -11
- package/dist/{index-Dx7UAGHk.d.ts → index-DF-_dRIt.d.ts} +4 -2
- package/dist/{index-DCq77WMz.d.ts → index-Dnes7WhY.d.ts} +142 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +27 -18
- package/package.json +2 -2
- package/dist/TokenSAFE-FP4XEFL5.js +0 -2
- package/dist/chunk-4E5NCQTB.js +0 -55
- package/dist/{chunk-TGQAHMMG.js → chunk-W5WQCB5J.js} +3 -3
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"crypto logos",
|
|
12
12
|
"coin icons"
|
|
13
13
|
],
|
|
14
|
-
"version": "4.0.
|
|
14
|
+
"version": "4.0.25",
|
|
15
15
|
"private": false,
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"type": "module",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"clean": "rm -rf dist"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@web3icons/common": "0.11.
|
|
48
|
+
"@web3icons/common": "0.11.19",
|
|
49
49
|
"react": "^18.2.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
package/dist/chunk-4E5NCQTB.js
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { BaseIcon } from './chunk-MLKFOR3D.js';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
4
|
-
|
|
5
|
-
var TokenSAFE = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
-
/* @__PURE__ */ jsx("path", { fill: "url(#SAFE__a)", d: "M3 5.986C3 6.71 3.89 15.78 12 21c8.11-5.22 9-14.289 9-15.014C18.067 3.709 13.779 3.048 12 3c-1.779.048-6.067.71-9 2.986" }),
|
|
7
|
-
/* @__PURE__ */ jsx("path", { fill: "#0C195E", d: "M4.06 6.695c0 .635.783 8.64 7.94 13.246 7.158-4.606 7.942-12.606 7.942-13.246C17.352 4.683 13.567 4.1 12 4.058c-1.567.042-5.352.625-7.94 2.637" }),
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "#053275", d: "M5.118 7.398c0 .556.678 7.492 6.883 11.483 6.204-3.991 6.882-10.927 6.882-11.483C16.638 5.657 13.36 5.154 12 5.117c-1.361.037-4.638.54-6.883 2.281" }),
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#084784", d: "M6.177 8.109c0 .47.577 6.337 5.824 9.714 5.246-3.377 5.823-9.243 5.823-9.714-1.9-1.472-4.674-1.906-5.823-1.933-1.149.032-3.923.46-5.824 1.933" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#005E9B", d: "M7.765 9.168c0 .344.418 4.611 4.235 7.068 3.817-2.457 4.235-6.724 4.235-7.068C14.86 8.098 12.836 7.792 12 7.765c-.836.021-2.859.334-4.235 1.403" }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "#007DB7", d: "M8.823 9.883c0 .248.317 3.451 3.176 5.294 2.86-1.843 3.177-5.046 3.177-5.294-1.038-.81-2.547-1.043-3.177-1.06-.63.017-2.139.25-3.176 1.06" }),
|
|
12
|
-
/* @__PURE__ */ jsx("path", { fill: "url(#SAFE__b)", d: "m14.05 8.93-1.139.296c-.206-.54-.635-.752-1.143-.752-.503 0-1.086.244-1.086.81s.884.778 1.668.995c1.774.461 1.9 1.245 1.9 1.89 0 .652-.407 2.08-2.482 2.08-1.657 0-2.41-1.042-2.579-1.566.302-.069.953-.233 1.139-.296.127.54.635.947 1.44.947.81 0 1.244-.302 1.244-.868s-.434-.81-1.446-1.048c-1.874-.54-2-1.08-2-2.028 0-.757.529-1.89 2.202-1.89 1.34 0 2.08.953 2.276 1.43z" }),
|
|
13
|
-
/* @__PURE__ */ jsxs("defs", { children: [
|
|
14
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "SAFE__a", x1: "3.191", x2: "19.407", y1: "6.118", y2: "12.911", gradientUnits: "userSpaceOnUse", children: [
|
|
15
|
-
/* @__PURE__ */ jsx("stop", { stopColor: "#7D7D7D" }),
|
|
16
|
-
/* @__PURE__ */ jsx("stop", { offset: ".55", stopColor: "#FEFEFF" }),
|
|
17
|
-
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#8D8E93" })
|
|
18
|
-
] }),
|
|
19
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "SAFE__b", x1: "14.278", x2: "9.392", y1: "11.926", y2: "11.926", gradientUnits: "userSpaceOnUse", children: [
|
|
20
|
-
/* @__PURE__ */ jsx("stop", { stopColor: "#D7D6D4" }),
|
|
21
|
-
/* @__PURE__ */ jsx("stop", { offset: ".15", stopColor: "#8A888B" }),
|
|
22
|
-
/* @__PURE__ */ jsx("stop", { offset: ".62", stopColor: "#F1EAF2" }),
|
|
23
|
-
/* @__PURE__ */ jsx("stop", { offset: ".94", stopColor: "#736B69" })
|
|
24
|
-
] })
|
|
25
|
-
] })
|
|
26
|
-
] }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
27
|
-
/* @__PURE__ */ jsxs("g", { clipPath: "url(#SAFE__a)", children: [
|
|
28
|
-
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M24 0H0v24h24z" }),
|
|
29
|
-
/* @__PURE__ */ jsx("path", { fill: "url(#SAFE__b)", d: "M4 6.654C4 7.3 4.79 15.36 12 20c7.21-4.64 8-12.701 8-13.346C17.393 4.631 13.581 4.042 12 4c-1.581.042-5.393.63-8 2.654" }),
|
|
30
|
-
/* @__PURE__ */ jsx("path", { fill: "#0C195E", d: "M4.941 7.284c0 .565.697 7.68 7.06 11.774 6.362-4.094 7.058-11.205 7.058-11.774C16.758 5.496 13.393 4.978 12 4.94c-1.393.038-4.757.556-7.059 2.344" }),
|
|
31
|
-
/* @__PURE__ */ jsx("path", { fill: "#053275", d: "M5.883 7.91c0 .494.602 6.658 6.118 10.207 5.515-3.549 6.117-9.713 6.117-10.207-1.995-1.549-4.908-1.996-6.117-2.029-1.21.033-4.123.48-6.118 2.029" }),
|
|
32
|
-
/* @__PURE__ */ jsx("path", { fill: "#084784", d: "M6.824 8.541c0 .42.513 5.633 5.177 8.636 4.663-3.003 5.176-8.217 5.176-8.636-1.69-1.308-4.155-1.694-5.176-1.717-1.021.028-3.487.41-5.177 1.717" }),
|
|
33
|
-
/* @__PURE__ */ jsx("path", { fill: "#005E9B", d: "M8.235 9.483c0 .306.372 4.099 3.765 6.282 3.393-2.183 3.765-5.976 3.765-6.282-1.224-.95-3.021-1.224-3.765-1.247-.743.019-2.541.296-3.765 1.247" }),
|
|
34
|
-
/* @__PURE__ */ jsx("path", { fill: "#007DB7", d: "M9.176 10.117c0 .222.282 3.069 2.823 4.706 2.541-1.637 2.824-4.484 2.824-4.706-.923-.72-2.264-.927-2.824-.94-.56.013-1.9.22-2.823.94" }),
|
|
35
|
-
/* @__PURE__ */ jsx("path", { fill: "url(#SAFE__c)", d: "m13.822 9.27-1.012.264c-.183-.48-.565-.668-1.016-.668-.447 0-.965.216-.965.72 0 .503.786.692 1.482.885 1.577.409 1.69 1.105 1.69 1.68 0 .578-.363 1.849-2.207 1.849-1.473 0-2.141-.927-2.292-1.393.268-.061.847-.207 1.012-.263.113.48.564.842 1.28.842.72 0 1.106-.268 1.106-.772 0-.503-.386-.72-1.285-.932-1.666-.48-1.779-.96-1.779-1.802 0-.673.47-1.68 1.958-1.68 1.19 0 1.85.847 2.023 1.27z" })
|
|
36
|
-
] }),
|
|
37
|
-
/* @__PURE__ */ jsxs("defs", { children: [
|
|
38
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "SAFE__b", x1: "4.169", x2: "18.584", y1: "6.772", y2: "12.809", gradientUnits: "userSpaceOnUse", children: [
|
|
39
|
-
/* @__PURE__ */ jsx("stop", { stopColor: "#7D7D7D" }),
|
|
40
|
-
/* @__PURE__ */ jsx("stop", { offset: ".55", stopColor: "#FEFEFF" }),
|
|
41
|
-
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#8D8E93" })
|
|
42
|
-
] }),
|
|
43
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "SAFE__c", x1: "14.025", x2: "9.682", y1: "11.934", y2: "11.934", gradientUnits: "userSpaceOnUse", children: [
|
|
44
|
-
/* @__PURE__ */ jsx("stop", { stopColor: "#D7D6D4" }),
|
|
45
|
-
/* @__PURE__ */ jsx("stop", { offset: ".15", stopColor: "#8A888B" }),
|
|
46
|
-
/* @__PURE__ */ jsx("stop", { offset: ".62", stopColor: "#F1EAF2" }),
|
|
47
|
-
/* @__PURE__ */ jsx("stop", { offset: ".94", stopColor: "#736B69" })
|
|
48
|
-
] }),
|
|
49
|
-
/* @__PURE__ */ jsx("clipPath", { id: "SAFE__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) })
|
|
50
|
-
] })
|
|
51
|
-
] }) }));
|
|
52
|
-
TokenSAFE.displayName = "TokenSAFE";
|
|
53
|
-
var TokenSAFE_default = TokenSAFE;
|
|
54
|
-
|
|
55
|
-
export { TokenSAFE_default };
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import { ExchangeUpbit_default } from './chunk-J2LRWPZO.js';
|
|
1
2
|
import { ExchangeBancor_default } from './chunk-B6M2ODPC.js';
|
|
2
3
|
import { ExchangeSushiswap_default } from './chunk-ZTGZZTG5.js';
|
|
4
|
+
import { ExchangeBalancer_default } from './chunk-IXBWQQW2.js';
|
|
3
5
|
import { ExchangeCowswap_default } from './chunk-DFXVLQAL.js';
|
|
4
6
|
import { ExchangeKucoin_default } from './chunk-O2BBUKBO.js';
|
|
5
7
|
import { ExchangeSwissborg_default } from './chunk-QS3YV2J3.js';
|
|
@@ -7,7 +9,7 @@ import { ExchangeGateIo_default } from './chunk-RXIPVV2M.js';
|
|
|
7
9
|
import { ExchangeOdos_default } from './chunk-FL5J4FGE.js';
|
|
8
10
|
import { ExchangeParaSwap_default } from './chunk-DKRDAVJ5.js';
|
|
9
11
|
import { ExchangeBinance_default } from './chunk-LYZLCRZE.js';
|
|
10
|
-
import {
|
|
12
|
+
import { ExchangePancakeSwap_default } from './chunk-5MQAIAL2.js';
|
|
11
13
|
import { ExchangeGemini_default } from './chunk-XADCBISI.js';
|
|
12
14
|
import { ExchangeParadex_default } from './chunk-L42PGZUC.js';
|
|
13
15
|
import { ExchangeBithumb_default } from './chunk-NSFLDPOD.js';
|
|
@@ -15,7 +17,6 @@ import { ExchangeBtcturk_default } from './chunk-YC36AUDR.js';
|
|
|
15
17
|
import { ExchangeOkx_default } from './chunk-AKM5SND7.js';
|
|
16
18
|
import { ExchangeBybit_default } from './chunk-XVESXVHY.js';
|
|
17
19
|
import { ExchangeCoinbase_default } from './chunk-SMVULKC3.js';
|
|
18
|
-
import { ExchangeBalancer_default } from './chunk-IXBWQQW2.js';
|
|
19
20
|
import { ExchangeCryptoCom_default } from './chunk-RXY6NJ3J.js';
|
|
20
21
|
import { ExchangeBitstamp_default } from './chunk-WCRRLNPE.js';
|
|
21
22
|
import { ExchangeAevo_default } from './chunk-JMZLYWBY.js';
|
|
@@ -23,7 +24,6 @@ import { ExchangeKraken_default } from './chunk-YY2NJUZQ.js';
|
|
|
23
24
|
import { ExchangeParibu_default } from './chunk-EQXXIZSK.js';
|
|
24
25
|
import { Exchange1inch_default } from './chunk-WLC3S6A6.js';
|
|
25
26
|
import { ExchangeUniswap_default } from './chunk-RSFETOYE.js';
|
|
26
|
-
import { ExchangePancakeSwap_default } from './chunk-5MQAIAL2.js';
|
|
27
27
|
import { __export } from './chunk-MLKFOR3D.js';
|
|
28
28
|
|
|
29
29
|
// src/icons/exchanges/index.ts
|