@web3icons/react 4.0.7 → 4.0.10
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/NetworkHashkey-IYDK657F.js +2 -0
- package/dist/NetworkIotex-3Q7FVIGN.js +2 -0
- package/dist/NetworkPeaq-KLLASU5O.js +2 -0
- package/dist/TokenARI-74KWG63X.js +2 -0
- package/dist/TokenPEAQ-4Z2QJ53R.js +2 -0
- package/dist/chunk-3S3QI6F5.js +21 -0
- package/dist/{chunk-HOJ22A6W.js → chunk-EPOAGFP4.js} +205 -201
- package/dist/{chunk-DJATFF35.js → chunk-GFFTTZI4.js} +72 -73
- package/dist/{chunk-ATKYE5QI.js → chunk-KD6Y435X.js} +76 -72
- package/dist/chunk-L5DYAYD7.js +24 -0
- package/dist/chunk-LCW4S6OB.js +15 -0
- package/dist/chunk-XA6RG2ID.js +15 -0
- package/dist/icons/exchanges.js +14 -14
- package/dist/icons/networks.d.ts +1 -1
- package/dist/icons/networks.js +75 -73
- package/dist/icons/tokens.d.ts +1 -1
- package/dist/icons/tokens.js +204 -202
- package/dist/icons/wallets.js +20 -20
- package/dist/{index-Dl1XZc_g.d.ts → index-NDDUOdDN.d.ts} +35 -3
- package/dist/{index-tr93aKpe.d.ts → index-zNHiF62V.d.ts} +34 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +318 -310
- package/package.json +2 -2
- package/dist/NetworkIotex-5URW6B6U.js +0 -2
- package/dist/{chunk-CZD4OMR5.js → chunk-HFERKL7T.js} +13 -13
- package/dist/{chunk-JP4VH56O.js → chunk-OXEKPCDG.js} +19 -19
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { BaseIcon } from './chunk-MLKFOR3D.js';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
var NetworkHashkey = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fill: "#1B2126", d: "m8.65 4.023-4.5-1.02a.122.122 0 0 0-.15.118v17.758c0 .076.07.135.145.118l4.502-.927a.12.12 0 0 0 .097-.118V4.138a.115.115 0 0 0-.093-.115m7.699 0 4.501-1.02a.122.122 0 0 1 .149.118v17.758a.12.12 0 0 1-.145.118l-4.502-.927a.12.12 0 0 1-.097-.118V4.138c0-.056.038-.104.093-.115" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#0080FF", d: "M10.128 9.572h4.744l-4.744 4.742z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "#0072E5", d: "M14.872 14.314h-4.744l4.744-4.742z" })
|
|
9
|
+
] }) || variant === "mono" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m8.65 4.023-4.5-1.02a.122.122 0 0 0-.15.118v17.758c0 .076.07.135.145.118l4.502-.927a.12.12 0 0 0 .097-.118V4.138a.115.115 0 0 0-.093-.115m7.699 0 4.501-1.02a.122.122 0 0 1 .149.118v17.758a.12.12 0 0 1-.145.118l-4.502-.927a.12.12 0 0 1-.097-.118V4.138c0-.056.038-.104.093-.115m-6.221 5.549h4.744l-4.744 4.742zm4.744 4.742h-4.744l4.744-4.742z" }) }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
10
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#hashkey__a)", children: [
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: "#0072E5", d: "M24 0H0v24h24z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "#1B2126", d: "m8.584 4.91-4.002-.907a.11.11 0 0 0-.132.104v15.786c0 .067.062.12.13.104l4-.824a.11.11 0 0 0 .087-.104V5.01a.1.1 0 0 0-.083-.101m6.843.001 4.002-.907a.11.11 0 0 1 .132.104v15.786c0 .067-.061.12-.13.104l-4-.824a.11.11 0 0 1-.087-.104V5.01c0-.049.034-.092.083-.101" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M9.897 9.842h4.217l-4.217 4.215z" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M14.114 14.057H9.897l4.217-4.215z" })
|
|
15
|
+
] }),
|
|
16
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "hashkey__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
17
|
+
] }) }));
|
|
18
|
+
NetworkHashkey.displayName = "NetworkHashkey";
|
|
19
|
+
var NetworkHashkey_default = NetworkHashkey;
|
|
20
|
+
|
|
21
|
+
export { NetworkHashkey_default };
|