@web3icons/react 3.15.0 → 3.16.0
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/{NetworkArbitrumOne-IKGDSUZI.js → NetworkArbitrumOne-DNMFIVHM.js} +2 -2
- package/dist/NetworkMint-RPGEJ2YP.js +8 -0
- package/dist/NetworkMint-RPGEJ2YP.js.map +1 -0
- package/dist/NetworkMonad-7P4YFBTJ.js +8 -0
- package/dist/NetworkMonad-7P4YFBTJ.js.map +1 -0
- package/dist/NetworkSilicon-N66V4L3G.js +8 -0
- package/dist/NetworkSilicon-N66V4L3G.js.map +1 -0
- package/dist/NetworkTreasure-AI43IGKO.js +8 -0
- package/dist/NetworkTreasure-AI43IGKO.js.map +1 -0
- package/dist/chunk-AFTJTRBI.js +26 -0
- package/dist/chunk-AFTJTRBI.js.map +1 -0
- package/dist/chunk-BZMI4WD7.js +15 -0
- package/dist/chunk-BZMI4WD7.js.map +1 -0
- package/dist/chunk-GKMQHCRU.js +15 -0
- package/dist/chunk-GKMQHCRU.js.map +1 -0
- package/dist/chunk-PQJYWOIF.js +18 -0
- package/dist/chunk-PQJYWOIF.js.map +1 -0
- package/dist/chunk-XDJZG6DV.js +15 -0
- package/dist/chunk-XDJZG6DV.js.map +1 -0
- package/dist/icons/{chunk-K43K5SU2.js → chunk-6C7SHW25.js} +802 -766
- package/dist/icons/chunk-6C7SHW25.js.map +1 -0
- package/dist/icons/networks/NetworkArbitrumOne.d.ts +2 -2
- package/dist/icons/networks/NetworkArbitrumOne.d.ts.map +1 -1
- package/dist/icons/networks/NetworkArbitrumOne.js +3 -3
- package/dist/icons/networks/NetworkMint.d.ts +16 -0
- package/dist/icons/networks/NetworkMint.d.ts.map +1 -0
- package/dist/icons/networks/NetworkMint.js +17 -0
- package/dist/icons/networks/NetworkMonad.d.ts +16 -0
- package/dist/icons/networks/NetworkMonad.d.ts.map +1 -0
- package/dist/icons/networks/NetworkMonad.js +17 -0
- package/dist/icons/networks/NetworkSilicon.d.ts +16 -0
- package/dist/icons/networks/NetworkSilicon.d.ts.map +1 -0
- package/dist/icons/networks/NetworkSilicon.js +17 -0
- package/dist/icons/networks/NetworkTreasure.d.ts +16 -0
- package/dist/icons/networks/NetworkTreasure.d.ts.map +1 -0
- package/dist/icons/networks/NetworkTreasure.js +17 -0
- package/dist/icons/networks/index.d.ts +4 -0
- package/dist/icons/networks/index.d.ts.map +1 -1
- package/dist/icons/networks/index.js +4 -0
- package/dist/index.d.ts +55 -3
- package/dist/index.js +144 -124
- package/dist/index.js.map +1 -1
- package/dist/utils/icon-import-map.d.ts.map +1 -1
- package/dist/utils/icon-import-map.js +4 -0
- package/package.json +2 -2
- package/dist/chunk-EW6LZNNJ.js +0 -25
- package/dist/chunk-EW6LZNNJ.js.map +0 -1
- package/dist/icons/chunk-K43K5SU2.js.map +0 -1
- /package/dist/{NetworkArbitrumOne-IKGDSUZI.js.map → NetworkArbitrumOne-DNMFIVHM.js.map} +0 -0
|
@@ -1236,140 +1236,147 @@ var NetworkSuperseed = forwardRef73(({ variant = "mono", fallback, ...props }, r
|
|
|
1236
1236
|
NetworkSuperseed.displayName = "NetworkSuperseed";
|
|
1237
1237
|
var NetworkSuperseed_default = NetworkSuperseed;
|
|
1238
1238
|
|
|
1239
|
-
// src/icons/networks/
|
|
1239
|
+
// src/icons/networks/NetworkSilicon.tsx
|
|
1240
1240
|
import { forwardRef as forwardRef74 } from "react";
|
|
1241
|
-
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
1242
|
-
var
|
|
1241
|
+
import { Fragment as Fragment72, jsx as jsx74 } from "react/jsx-runtime";
|
|
1242
|
+
var NetworkSilicon = forwardRef74(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx74(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx74(Fragment72, { children: /* @__PURE__ */ jsx74("path", { fill: "currentColor", d: "M22.119 16h-5v5h5zm-20 5v-5a7.49 7.49 0 0 0 6.618-3.97l2.352-4.412A12.48 12.48 0 0 1 22.119 1v5A7.49 7.49 0 0 0 15.5 9.97l-2.352 4.412A12.48 12.48 0 0 1 2.119 21" }) }) : /* @__PURE__ */ jsx74(Fragment72, { children: /* @__PURE__ */ jsx74("path", { fill: "#007AFF", d: "M22.119 16h-5v5h5zm-20 5v-5a7.49 7.49 0 0 0 6.618-3.97l2.352-4.412A12.48 12.48 0 0 1 22.119 1v5A7.49 7.49 0 0 0 15.5 9.97l-2.352 4.412A12.48 12.48 0 0 1 2.119 21" }) }) }));
|
|
1243
|
+
NetworkSilicon.displayName = "NetworkSilicon";
|
|
1244
|
+
var NetworkSilicon_default = NetworkSilicon;
|
|
1245
|
+
|
|
1246
|
+
// src/icons/networks/NetworkXrp.tsx
|
|
1247
|
+
import { forwardRef as forwardRef75 } from "react";
|
|
1248
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
1249
|
+
var NetworkXrp = forwardRef75(({ fallback, ...props }, ref) => /* @__PURE__ */ jsx75(BaseIcon, { fallback, ...props, ref, children: /* @__PURE__ */ jsx75("path", { fill: "currentColor", d: "M19.067 3.25h2.894L15.94 9.674A5.46 5.46 0 0 1 12 11.38a5.46 5.46 0 0 1-3.94-1.707L2.029 3.25h2.904l4.57 4.92c1.338 1.42 3.656 1.42 4.995 0zM4.894 20.74H2l6.06-6.404a5.47 5.47 0 0 1 3.944-1.708 5.47 5.47 0 0 1 3.945 1.708L22 20.75h-2.895l-4.598-4.901c-1.338-1.419-3.656-1.419-4.995 0z" }) }));
|
|
1243
1250
|
NetworkXrp.displayName = "NetworkXrp";
|
|
1244
1251
|
var NetworkXrp_default = NetworkXrp;
|
|
1245
1252
|
|
|
1246
1253
|
// src/icons/networks/NetworkLisk.tsx
|
|
1247
|
-
import { forwardRef as
|
|
1248
|
-
import { Fragment as
|
|
1249
|
-
var NetworkLisk =
|
|
1250
|
-
/* @__PURE__ */
|
|
1251
|
-
/* @__PURE__ */
|
|
1252
|
-
] }) : /* @__PURE__ */ jsxs36(
|
|
1253
|
-
/* @__PURE__ */
|
|
1254
|
-
/* @__PURE__ */
|
|
1254
|
+
import { forwardRef as forwardRef76 } from "react";
|
|
1255
|
+
import { Fragment as Fragment73, jsx as jsx76, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1256
|
+
var NetworkLisk = forwardRef76(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx76(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs36(Fragment73, { children: [
|
|
1257
|
+
/* @__PURE__ */ jsx76("path", { fill: "currentColor", d: "m10.697 4.947 1.7-2.903c.03-.059.104-.059.118 0l8.402 14.37c.014.029 0 .057-.014.087l-4.84 5.44a.1.1 0 0 1-.058.03h-3.93c-.073 0-.102-.073-.059-.117l2.625-2.963 2.464-2.756c.029-.03.029-.059.014-.088L10.697 5.02c-.015-.014-.015-.043 0-.073" }),
|
|
1258
|
+
/* @__PURE__ */ jsx76("path", { fill: "currentColor", d: "m13.219 19.023-2.61 2.933q-.012.012-.03.023l-.03.021h-1.64c-.03 0-.044-.015-.059-.03l-4.838-5.439a.1.1 0 0 1 0-.087L10.037 6.09c.03-.043.103-.043.132 0l1.686 2.904c.015.014.015.044 0 .073L7.78 16.061c-.015.03 0 .059.015.088l2.434 2.728a.1.1 0 0 0 .059.029h2.873c.074 0 .103.073.059.117" })
|
|
1259
|
+
] }) : /* @__PURE__ */ jsxs36(Fragment73, { children: [
|
|
1260
|
+
/* @__PURE__ */ jsx76("path", { fill: "#0C152E", d: "m10.697 4.947 1.7-2.903c.03-.059.104-.059.118 0l8.402 14.37c.014.029 0 .057-.014.087l-4.84 5.44a.1.1 0 0 1-.058.03h-3.93c-.073 0-.102-.073-.059-.117l2.625-2.963 2.464-2.756c.029-.03.029-.059.014-.088L10.697 5.02c-.015-.014-.015-.043 0-.073" }),
|
|
1261
|
+
/* @__PURE__ */ jsx76("path", { fill: "#0C152E", d: "m13.219 19.023-2.61 2.933q-.012.012-.03.023l-.03.021h-1.64c-.03 0-.044-.015-.059-.03l-4.838-5.439a.1.1 0 0 1 0-.087L10.037 6.09c.03-.043.103-.043.132 0l1.686 2.904c.015.014.015.044 0 .073L7.78 16.061c-.015.03 0 .059.015.088l2.434 2.728a.1.1 0 0 0 .059.029h2.873c.074 0 .103.073.059.117" })
|
|
1255
1262
|
] }) }));
|
|
1256
1263
|
NetworkLisk.displayName = "NetworkLisk";
|
|
1257
1264
|
var NetworkLisk_default = NetworkLisk;
|
|
1258
1265
|
|
|
1259
1266
|
// src/icons/networks/NetworkDiode.tsx
|
|
1260
|
-
import { forwardRef as
|
|
1261
|
-
import { Fragment as
|
|
1262
|
-
var NetworkDiode =
|
|
1267
|
+
import { forwardRef as forwardRef77 } from "react";
|
|
1268
|
+
import { Fragment as Fragment74, jsx as jsx77 } from "react/jsx-runtime";
|
|
1269
|
+
var NetworkDiode = forwardRef77(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx77(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx77(Fragment74, { children: /* @__PURE__ */ jsx77("path", { fill: "currentColor", d: "M14.852 16.276c0 2.461-.674 3.987-4.026 3.987-3.353 0-4.027-1.526-4.027-3.987v-2.644c0-2.461.674-3.987 4.027-3.987 3.352 0 4.026 1.526 4.026 3.987zm3.364-8.37h-1.537v1.699l-.711.004-.083.002h-.313c-.57 0-.72-.245-.72-.821v-.88h.731l1.095-.007V2.841c0-.62-.218-.841-.833-.841h-.16c-.615 0-.833.22-.833.841v5.065h-4.026l-.09.002h-.044c-2.05 0-3.503.516-4.445 1.578C5.408 10.433 5 11.798 5 13.66v2.617c0 1.869.428 3.237 1.307 4.182C7.272 21.496 8.75 22 10.826 22c2.017 0 3.532-.518 4.5-1.54.897-.947 1.352-2.354 1.352-4.184v-6.66h1.538c.656 0 .784-.29.784-.793V8.7c0-.502-.128-.793-.784-.793" }) }) : /* @__PURE__ */ jsx77(Fragment74, { children: /* @__PURE__ */ jsx77("path", { fill: "#F05C2E", d: "M14.852 16.276c0 2.461-.674 3.987-4.026 3.987-3.353 0-4.027-1.526-4.027-3.987v-2.644c0-2.461.674-3.987 4.027-3.987 3.352 0 4.026 1.526 4.026 3.987zm3.364-8.37h-1.537v1.699l-.711.004-.083.002h-.313c-.57 0-.72-.245-.72-.821v-.88h.731l1.095-.007V2.841c0-.62-.218-.841-.833-.841h-.16c-.615 0-.833.22-.833.841v5.065h-4.026l-.09.002h-.044c-2.05 0-3.503.516-4.445 1.578C5.408 10.433 5 11.798 5 13.66v2.617c0 1.869.428 3.237 1.307 4.182C7.272 21.496 8.75 22 10.826 22c2.017 0 3.532-.518 4.5-1.54.897-.947 1.352-2.354 1.352-4.184v-6.66h1.538c.656 0 .784-.29.784-.793V8.7c0-.502-.128-.793-.784-.793" }) }) }));
|
|
1263
1270
|
NetworkDiode.displayName = "NetworkDiode";
|
|
1264
1271
|
var NetworkDiode_default = NetworkDiode;
|
|
1265
1272
|
|
|
1266
1273
|
// src/icons/networks/NetworkVanar.tsx
|
|
1267
|
-
import { forwardRef as
|
|
1268
|
-
import { Fragment as
|
|
1269
|
-
var NetworkVanar =
|
|
1270
|
-
/* @__PURE__ */
|
|
1271
|
-
/* @__PURE__ */
|
|
1272
|
-
] }) : /* @__PURE__ */ jsxs37(
|
|
1273
|
-
/* @__PURE__ */
|
|
1274
|
-
/* @__PURE__ */
|
|
1274
|
+
import { forwardRef as forwardRef78 } from "react";
|
|
1275
|
+
import { Fragment as Fragment75, jsx as jsx78, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1276
|
+
var NetworkVanar = forwardRef78(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx78(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs37(Fragment75, { children: [
|
|
1277
|
+
/* @__PURE__ */ jsx78("path", { fill: "currentColor", d: "m14.498 21 2.499-4.502L9.5 3H4.499L2 7.5h5.003zm5-9.001L22 7.499 19.498 3H14.5l-2.499 4.5H17z" }),
|
|
1278
|
+
/* @__PURE__ */ jsx78("path", { fill: "currentColor", d: "M17 7.5 19.497 3H14.5l-2.499 4.5zm-9.997 0L9.5 3H4.499L2 7.5z" })
|
|
1279
|
+
] }) : /* @__PURE__ */ jsxs37(Fragment75, { children: [
|
|
1280
|
+
/* @__PURE__ */ jsx78("path", { fill: "#03D9AF", d: "m14.498 21 2.499-4.502L9.5 3H4.499L2 7.5h5.003zm5-9.001L22 7.499 19.498 3H14.5l-2.499 4.5H17z" }),
|
|
1281
|
+
/* @__PURE__ */ jsx78("path", { fill: "#03D9AF", d: "M17 7.5 19.497 3H14.5l-2.499 4.5zm-9.997 0L9.5 3H4.499L2 7.5z" })
|
|
1275
1282
|
] }) }));
|
|
1276
1283
|
NetworkVanar.displayName = "NetworkVanar";
|
|
1277
1284
|
var NetworkVanar_default = NetworkVanar;
|
|
1278
1285
|
|
|
1279
1286
|
// src/icons/networks/NetworkKardia.tsx
|
|
1280
|
-
import { forwardRef as
|
|
1281
|
-
import { Fragment as
|
|
1282
|
-
var NetworkKardia =
|
|
1283
|
-
/* @__PURE__ */
|
|
1284
|
-
/* @__PURE__ */
|
|
1285
|
-
/* @__PURE__ */
|
|
1286
|
-
/* @__PURE__ */
|
|
1287
|
-
/* @__PURE__ */
|
|
1288
|
-
/* @__PURE__ */
|
|
1289
|
-
/* @__PURE__ */
|
|
1290
|
-
/* @__PURE__ */
|
|
1291
|
-
/* @__PURE__ */
|
|
1292
|
-
/* @__PURE__ */
|
|
1293
|
-
/* @__PURE__ */
|
|
1294
|
-
/* @__PURE__ */
|
|
1295
|
-
/* @__PURE__ */
|
|
1296
|
-
/* @__PURE__ */
|
|
1297
|
-
/* @__PURE__ */
|
|
1298
|
-
/* @__PURE__ */
|
|
1299
|
-
/* @__PURE__ */
|
|
1300
|
-
/* @__PURE__ */
|
|
1301
|
-
] }) : /* @__PURE__ */ jsxs38(
|
|
1302
|
-
/* @__PURE__ */
|
|
1303
|
-
/* @__PURE__ */
|
|
1304
|
-
/* @__PURE__ */
|
|
1305
|
-
/* @__PURE__ */
|
|
1306
|
-
/* @__PURE__ */
|
|
1307
|
-
/* @__PURE__ */
|
|
1308
|
-
/* @__PURE__ */
|
|
1309
|
-
/* @__PURE__ */
|
|
1310
|
-
/* @__PURE__ */
|
|
1311
|
-
/* @__PURE__ */
|
|
1312
|
-
/* @__PURE__ */
|
|
1313
|
-
/* @__PURE__ */
|
|
1314
|
-
/* @__PURE__ */
|
|
1315
|
-
/* @__PURE__ */
|
|
1287
|
+
import { forwardRef as forwardRef79 } from "react";
|
|
1288
|
+
import { Fragment as Fragment76, jsx as jsx79, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1289
|
+
var NetworkKardia = forwardRef79(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx79(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs38(Fragment76, { children: [
|
|
1290
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "m10.222 5.58.428 4.17 1.583-4.753z" }),
|
|
1291
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "m7.62 3 2.601 2.58 2.01-.583z" }),
|
|
1292
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "m9.653 9.458.996.291-.428-4.169L7.621 3z" }),
|
|
1293
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "m5.493 3.435 2.369 7.817-2.42 4.08L2 7.654z" }),
|
|
1294
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "m14.693 4.817 2.306 3.505-4.198 2.029z" }),
|
|
1295
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "M19.59 3.57 17 8.322l-2.307-3.505z" }),
|
|
1296
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "m21.987 8.789-4.989-.467L19.59 3.57z" }),
|
|
1297
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "M19.222 12.51c-.1-.176-2.224-4.188-2.224-4.188L22 8.771z" }),
|
|
1298
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "m12.801 10.35 6.421 2.16-2.224-4.188z" }),
|
|
1299
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "m10.14 11.66 3.26 8.917 4.28-6.3z" }),
|
|
1300
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "m11.114 21-5.672-5.668 2.42-4.079z" }),
|
|
1301
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "m13.01 14.398.39 6.18-3.26-8.917z" }),
|
|
1302
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "m17.68 14.277-4.67.12-2.87-2.736z" }),
|
|
1303
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "m13.4 20.578-.39-6.18 4.67-.121z" }),
|
|
1304
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "m2 7.654 5.862 3.599-2.37-7.817z" }),
|
|
1305
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "m7.862 11.253-2.42 4.079 4.043.786z" }),
|
|
1306
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "m11.114 21-5.672-5.668 2.42-4.079z" }),
|
|
1307
|
+
/* @__PURE__ */ jsx79("path", { fill: "currentColor", d: "m7.862 11.253-2.42 4.079 4.043.786z" })
|
|
1308
|
+
] }) : /* @__PURE__ */ jsxs38(Fragment76, { children: [
|
|
1309
|
+
/* @__PURE__ */ jsx79("path", { fill: "#9C2131", d: "m2.01 7.668 3.463 7.68L11.225 21 5.524 3.472z" }),
|
|
1310
|
+
/* @__PURE__ */ jsx79("path", { fill: "#576B98", d: "m2.01 7.668 6.035 3.564-2.521-7.76z" }),
|
|
1311
|
+
/* @__PURE__ */ jsx79("path", { fill: "#D71B2A", d: "m7.65 3 1.995 6.144 1.246.442 1.468-4.608z" }),
|
|
1312
|
+
/* @__PURE__ */ jsx79("path", { fill: "#C41A24", d: "m21.99 8.793-2.764 3.815-6.34-2.28 1.803-5.49 4.902-1.235z" }),
|
|
1313
|
+
/* @__PURE__ */ jsx79("path", { fill: "#C71C26", d: "m17.919 14.414-4.507 6.144-2.906-8.804z" }),
|
|
1314
|
+
/* @__PURE__ */ jsx79("path", { fill: "#A71927", d: "m10.203 5.58.688 4.005 1.469-4.607z" }),
|
|
1315
|
+
/* @__PURE__ */ jsx79("path", { fill: "#61395F", d: "m9.615 9.154 1.276.442-.689-4.006L7.65 3z" }),
|
|
1316
|
+
/* @__PURE__ */ jsx79("path", { fill: "#614268", d: "m8.036 11.232-2.573 4.116L2 7.668z" }),
|
|
1317
|
+
/* @__PURE__ */ jsx79("path", { fill: "#DA1728", d: "m14.68 4.847 2.298 3.514-4.091 1.977z" }),
|
|
1318
|
+
/* @__PURE__ */ jsx79("path", { fill: "#E42735", d: "m19.58 3.612-2.602 4.749-2.299-3.514z" }),
|
|
1319
|
+
/* @__PURE__ */ jsx79("path", { fill: "#A61D1E", d: "M19.225 12.608 16.987 8.35 22 8.793z" }),
|
|
1320
|
+
/* @__PURE__ */ jsx79("path", { fill: "#D71B2A", d: "m13.575 15.157-.162 5.401-2.907-8.804z" }),
|
|
1321
|
+
/* @__PURE__ */ jsx79("path", { fill: "#A51C1C", d: "m13.413 20.558.162-5.401 4.344-.743z" }),
|
|
1322
|
+
/* @__PURE__ */ jsx79("path", { fill: "#721919", d: "m11.246 21-5.782-5.652 4.152.773z" })
|
|
1316
1323
|
] }) }));
|
|
1317
1324
|
NetworkKardia.displayName = "NetworkKardia";
|
|
1318
1325
|
var NetworkKardia_default = NetworkKardia;
|
|
1319
1326
|
|
|
1320
1327
|
// src/icons/networks/NetworkOptopia.tsx
|
|
1321
|
-
import { forwardRef as
|
|
1322
|
-
import { Fragment as
|
|
1323
|
-
var NetworkOptopia =
|
|
1328
|
+
import { forwardRef as forwardRef80 } from "react";
|
|
1329
|
+
import { Fragment as Fragment77, jsx as jsx80 } from "react/jsx-runtime";
|
|
1330
|
+
var NetworkOptopia = forwardRef80(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx80(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx80(Fragment77, { children: /* @__PURE__ */ jsx80("path", { fill: "currentColor", d: "M9.02 16.015a5 5 0 1 1 5.48.316v-.992l-4.48 2.636v2.17l-1 1zm1 .8 4.48-2.636V9.26l-4.48 2.642zM22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10", fillRule: "evenodd", clipRule: "evenodd" }) }) : /* @__PURE__ */ jsx80(Fragment77, { children: /* @__PURE__ */ jsx80("path", { fill: "#FF1A2D", d: "M9.02 16.015a5 5 0 1 1 5.48.316v-.992l-4.48 2.636v2.17l-1 1zm1 .8 4.48-2.636V9.26l-4.48 2.642zM22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10", fillRule: "evenodd", clipRule: "evenodd" }) }) }));
|
|
1324
1331
|
NetworkOptopia.displayName = "NetworkOptopia";
|
|
1325
1332
|
var NetworkOptopia_default = NetworkOptopia;
|
|
1326
1333
|
|
|
1327
1334
|
// src/icons/networks/NetworkUbiq.tsx
|
|
1328
|
-
import { forwardRef as
|
|
1329
|
-
import { Fragment as
|
|
1330
|
-
var NetworkUbiq =
|
|
1331
|
-
/* @__PURE__ */
|
|
1332
|
-
/* @__PURE__ */
|
|
1333
|
-
/* @__PURE__ */
|
|
1334
|
-
] }) : /* @__PURE__ */ jsxs39(
|
|
1335
|
-
/* @__PURE__ */
|
|
1336
|
-
/* @__PURE__ */
|
|
1337
|
-
/* @__PURE__ */
|
|
1338
|
-
/* @__PURE__ */
|
|
1335
|
+
import { forwardRef as forwardRef81 } from "react";
|
|
1336
|
+
import { Fragment as Fragment78, jsx as jsx81, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1337
|
+
var NetworkUbiq = forwardRef81(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx81(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs39(Fragment78, { children: [
|
|
1338
|
+
/* @__PURE__ */ jsx81("path", { fill: "currentColor", d: "m4 15.306 5.887 3.637V10.69z" }),
|
|
1339
|
+
/* @__PURE__ */ jsx81("path", { fill: "currentColor", d: "M13.07 2v7.944L4 15.306V7.24zM21 8.694l-5.887-3.637v8.253z" }),
|
|
1340
|
+
/* @__PURE__ */ jsx81("path", { fill: "currentColor", d: "M11.93 22v-7.944L21 8.694v8.067z" })
|
|
1341
|
+
] }) : /* @__PURE__ */ jsxs39(Fragment78, { children: [
|
|
1342
|
+
/* @__PURE__ */ jsx81("path", { fill: "#0CA579", d: "m3 15.306 5.887 3.637V10.69z" }),
|
|
1343
|
+
/* @__PURE__ */ jsx81("path", { fill: "#00EA90", d: "M12.07 2v7.944L3 15.306V7.24z" }),
|
|
1344
|
+
/* @__PURE__ */ jsx81("path", { fill: "#333", d: "m20 8.694-5.887-3.637v8.253z" }),
|
|
1345
|
+
/* @__PURE__ */ jsx81("path", { fill: "#494949", d: "M10.93 22v-7.944L20 8.694v8.067z" })
|
|
1339
1346
|
] }) }));
|
|
1340
1347
|
NetworkUbiq.displayName = "NetworkUbiq";
|
|
1341
1348
|
var NetworkUbiq_default = NetworkUbiq;
|
|
1342
1349
|
|
|
1343
1350
|
// src/icons/networks/NetworkConflux.tsx
|
|
1344
|
-
import { forwardRef as
|
|
1345
|
-
import { Fragment as
|
|
1346
|
-
var NetworkConflux =
|
|
1347
|
-
/* @__PURE__ */
|
|
1348
|
-
/* @__PURE__ */
|
|
1349
|
-
] }) : /* @__PURE__ */ jsxs40(
|
|
1350
|
-
/* @__PURE__ */
|
|
1351
|
-
/* @__PURE__ */
|
|
1351
|
+
import { forwardRef as forwardRef82 } from "react";
|
|
1352
|
+
import { Fragment as Fragment79, jsx as jsx82, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1353
|
+
var NetworkConflux = forwardRef82(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx82(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs40(Fragment79, { children: [
|
|
1354
|
+
/* @__PURE__ */ jsx82("path", { fill: "currentColor", d: "m16.225 13.918-4.23 4.267-2.353-2.375 4.23-4.267-1.882-1.898-6.131 6.186L11.973 22l6.132-6.186z" }),
|
|
1355
|
+
/* @__PURE__ */ jsx82("path", { fill: "currentColor", d: "M20 10.06 12.011 2 4 10.083l.026 3.778 7.95-8.023 8.01 8.082z" })
|
|
1356
|
+
] }) : /* @__PURE__ */ jsxs40(Fragment79, { children: [
|
|
1357
|
+
/* @__PURE__ */ jsx82("path", { fill: "#fff", d: "m16.225 13.918-4.23 4.267-2.353-2.375 4.23-4.267-1.883-1.898-6.13 6.186L11.973 22l6.131-6.186z" }),
|
|
1358
|
+
/* @__PURE__ */ jsx82("path", { fill: "#37A1DB", d: "M20 10.06 12.011 2 4 10.083l.026 3.778 7.95-8.023 8.01 8.082z" })
|
|
1352
1359
|
] }) }));
|
|
1353
1360
|
NetworkConflux.displayName = "NetworkConflux";
|
|
1354
1361
|
var NetworkConflux_default = NetworkConflux;
|
|
1355
1362
|
|
|
1356
1363
|
// src/icons/networks/NetworkKarura.tsx
|
|
1357
|
-
import { forwardRef as
|
|
1358
|
-
import { Fragment as
|
|
1359
|
-
var NetworkKarura =
|
|
1360
|
-
/* @__PURE__ */
|
|
1361
|
-
/* @__PURE__ */
|
|
1362
|
-
] }) : /* @__PURE__ */ jsxs41(
|
|
1363
|
-
/* @__PURE__ */
|
|
1364
|
-
/* @__PURE__ */
|
|
1364
|
+
import { forwardRef as forwardRef83 } from "react";
|
|
1365
|
+
import { Fragment as Fragment80, jsx as jsx83, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1366
|
+
var NetworkKarura = forwardRef83(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx83(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs41(Fragment80, { children: [
|
|
1367
|
+
/* @__PURE__ */ jsx83("path", { fill: "currentColor", d: "m16.644 2-6.157 5.595a3.48 3.48 0 0 1-2.328.904l-1.835.004-.006-6.502H3v18.583h1.81a2.81 2.81 0 0 0 2.45-1.417l.01-.017c.329-.59.493-1.756.462-2.552-.072-1.82-.365-2.293-.365-2.293-.061 1.247-1.364 1.315-1.364 1.315.927-.885.422-1.555.422-1.555-1.641 1.169-2.051-.079-2.083-.192.052.044.519.434 1.406-.782.938-1.285 2.19-3.427 2.986-3.978.797-.553 1.553-.507 1.553-.507s.436-.59 1.588-1.08c1.152-.488 1.89.227 1.89.227-1.177.95-2.777 2.51-2.866 4.746-.071 1.81 3.829 4.915 3.144 9.501.41-1.041.574-2.085.433-3.376-.112-1.042-.784-3.218-.784-3.218l3.746 5.176h4.142L13.484 9.46 21.58 2z" }),
|
|
1368
|
+
/* @__PURE__ */ jsx83("path", { fill: "currentColor", d: "M9.1 10.002c-.26.434-.26.567-.26.567s.914-.155 1.162-1.242c.001 0-.584.15-.902.675" })
|
|
1369
|
+
] }) : /* @__PURE__ */ jsxs41(Fragment80, { children: [
|
|
1370
|
+
/* @__PURE__ */ jsx83("path", { fill: "url(#karura__a)", d: "m16.644 2-6.157 5.595a3.48 3.48 0 0 1-2.328.904l-1.835.004-.006-6.502H3v18.583h1.81a2.81 2.81 0 0 0 2.45-1.417l.01-.017c.329-.59.493-1.756.462-2.552-.072-1.82-.365-2.293-.365-2.293-.061 1.247-1.364 1.315-1.364 1.315.927-.885.422-1.555.422-1.555-1.641 1.169-2.051-.079-2.083-.192.052.044.519.434 1.406-.782.938-1.285 2.19-3.427 2.986-3.978.797-.553 1.553-.507 1.553-.507s.436-.59 1.588-1.08c1.152-.488 1.89.227 1.89.227-1.177.95-2.777 2.51-2.866 4.746-.071 1.81 3.829 4.915 3.144 9.501.41-1.041.574-2.085.433-3.376-.112-1.042-.784-3.218-.784-3.218l3.746 5.176h4.142L13.484 9.46 21.58 2z" }),
|
|
1371
|
+
/* @__PURE__ */ jsx83("path", { fill: "url(#karura__b)", d: "M9.1 10.002c-.26.434-.26.567-.26.567s.914-.155 1.162-1.242c0 0-.584.15-.901.675" }),
|
|
1365
1372
|
/* @__PURE__ */ jsxs41("defs", { children: [
|
|
1366
1373
|
/* @__PURE__ */ jsxs41("linearGradient", { id: "karura__a", x1: "30.92", x2: "15.537", y1: "15.086", y2: "-1.634", gradientUnits: "userSpaceOnUse", children: [
|
|
1367
|
-
/* @__PURE__ */
|
|
1368
|
-
/* @__PURE__ */
|
|
1374
|
+
/* @__PURE__ */ jsx83("stop", { stopColor: "#E40C5B" }),
|
|
1375
|
+
/* @__PURE__ */ jsx83("stop", { offset: "1", stopColor: "#FF4C3B" })
|
|
1369
1376
|
] }),
|
|
1370
1377
|
/* @__PURE__ */ jsxs41("linearGradient", { id: "karura__b", x1: "10.585", x2: "9.631", y1: "10.139", y2: "9.094", gradientUnits: "userSpaceOnUse", children: [
|
|
1371
|
-
/* @__PURE__ */
|
|
1372
|
-
/* @__PURE__ */
|
|
1378
|
+
/* @__PURE__ */ jsx83("stop", { stopColor: "#E40C5B" }),
|
|
1379
|
+
/* @__PURE__ */ jsx83("stop", { offset: "1", stopColor: "#FF4C3B" })
|
|
1373
1380
|
] })
|
|
1374
1381
|
] })
|
|
1375
1382
|
] }) }));
|
|
@@ -1377,339 +1384,356 @@ NetworkKarura.displayName = "NetworkKarura";
|
|
|
1377
1384
|
var NetworkKarura_default = NetworkKarura;
|
|
1378
1385
|
|
|
1379
1386
|
// src/icons/networks/NetworkSui.tsx
|
|
1380
|
-
import { forwardRef as
|
|
1381
|
-
import { Fragment as
|
|
1382
|
-
var NetworkSui =
|
|
1387
|
+
import { forwardRef as forwardRef84 } from "react";
|
|
1388
|
+
import { Fragment as Fragment81, jsx as jsx84 } from "react/jsx-runtime";
|
|
1389
|
+
var NetworkSui = forwardRef84(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx84(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx84(Fragment81, { children: /* @__PURE__ */ jsx84("path", { fill: "currentColor", d: "M16.588 10.342a6.05 6.05 0 0 1 1.276 3.73c0 1.428-.494 2.74-1.312 3.776l-.07.088-.018-.118a6 6 0 0 0-.059-.288c-.411-1.84-1.74-3.423-3.94-4.705-1.482-.86-2.336-1.894-2.56-3.072a4.5 4.5 0 0 1 .177-2.187 5 5 0 0 1 .77-1.53l.86-1.07a.372.372 0 0 1 .576 0zm1.353-1.07-5.73-7.17a.27.27 0 0 0-.423 0L6.06 9.277l-.018.018a7.88 7.88 0 0 0-1.688 4.894C4.354 18.5 7.777 22 12 22s7.647-3.5 7.647-7.81a7.88 7.88 0 0 0-1.688-4.895zM7.43 10.319l.512-.641.018.117.041.282c.335 1.783 1.518 3.265 3.5 4.411 1.724 1.006 2.723 2.16 3.011 3.425.113.491.142.997.088 1.499v.03l-.023.012a5.8 5.8 0 0 1-2.576.604c-3.235 0-5.865-2.68-5.865-5.987 0-1.418.483-2.723 1.294-3.752" }) }) : /* @__PURE__ */ jsx84(Fragment81, { children: /* @__PURE__ */ jsx84("path", { fill: "#4BA2FF", d: "M16.588 10.342a6.05 6.05 0 0 1 1.276 3.73c0 1.428-.494 2.74-1.312 3.776l-.07.088-.018-.118a6 6 0 0 0-.059-.288c-.412-1.84-1.74-3.423-3.94-4.705-1.482-.86-2.336-1.894-2.56-3.072a4.5 4.5 0 0 1 .177-2.187 5 5 0 0 1 .77-1.53l.86-1.07a.37.37 0 0 1 .576 0zm1.353-1.07-5.73-7.17a.27.27 0 0 0-.423 0L6.06 9.277l-.018.018a7.88 7.88 0 0 0-1.688 4.894C4.354 18.5 7.777 22 12 22s7.647-3.5 7.647-7.81a7.88 7.88 0 0 0-1.688-4.895zM7.43 10.319l.512-.641.018.117.041.282c.335 1.783 1.518 3.265 3.5 4.411 1.724 1.006 2.723 2.16 3.011 3.425.113.491.143.997.088 1.499v.03l-.023.012c-.8.398-1.683.605-2.576.604-3.235 0-5.865-2.68-5.865-5.987 0-1.418.483-2.723 1.294-3.752" }) }) }));
|
|
1383
1390
|
NetworkSui.displayName = "NetworkSui";
|
|
1384
1391
|
var NetworkSui_default = NetworkSui;
|
|
1385
1392
|
|
|
1386
1393
|
// src/icons/networks/NetworkAcala.tsx
|
|
1387
|
-
import { forwardRef as
|
|
1388
|
-
import { Fragment as
|
|
1389
|
-
var NetworkAcala =
|
|
1390
|
-
/* @__PURE__ */
|
|
1391
|
-
/* @__PURE__ */
|
|
1392
|
-
/* @__PURE__ */
|
|
1393
|
-
/* @__PURE__ */
|
|
1394
|
-
/* @__PURE__ */
|
|
1394
|
+
import { forwardRef as forwardRef85 } from "react";
|
|
1395
|
+
import { Fragment as Fragment82, jsx as jsx85, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1396
|
+
var NetworkAcala = forwardRef85(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx85(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx85(Fragment82, { children: /* @__PURE__ */ jsx85("path", { fill: "currentColor", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m.04-.939a9.061 9.061 0 1 0 0-18.122 9.061 9.061 0 0 0 0 18.122m-.04-.694a8.367 8.367 0 1 0 0-16.734 8.367 8.367 0 0 0 0 16.734m.02-1.02a7.367 7.367 0 1 0 0-14.735 7.367 7.367 0 0 0 0 14.735m-.415-13.32 5.333 9.253.572-.992-4.762-8.26zM6.49 14.271l4.565-7.92.01.017.008-.016 5.41 9.385h-1.144l-1.367-2.37a6.5 6.5 0 0 0-1.968-.303 7 7 0 0 0-1.034.074l.659-1.14a7.7 7.7 0 0 1 1.606.09L11.064 8.32l-4.002 6.943zm3.103-.12 2.052-3.559-.572-.992-3.538 6.137h1.144l.01-.019c.982-.59 2.107-.889 3.337-.889a6.5 6.5 0 0 1 2.234.393l-.766-1.327a7.63 7.63 0 0 0-3.9.256", fillRule: "evenodd", clipRule: "evenodd" }) }) : /* @__PURE__ */ jsxs42(Fragment82, { children: [
|
|
1397
|
+
/* @__PURE__ */ jsx85("path", { fill: "url(#acala__a)", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m.04-.939a9.061 9.061 0 1 0 0-18.122 9.061 9.061 0 0 0 0 18.122m-.04-.694a8.367 8.367 0 1 0 0-16.734 8.367 8.367 0 0 0 0 16.734m.02-1.02a7.367 7.367 0 1 0 0-14.735 7.367 7.367 0 0 0 0 14.735m-.415-13.32 5.333 9.253.572-.992-4.762-8.26zM6.49 14.271l4.565-7.92.01.017.008-.016 5.41 9.385h-1.144l-1.367-2.37a6.5 6.5 0 0 0-1.968-.303 7 7 0 0 0-1.034.074l.659-1.14a7.7 7.7 0 0 1 1.606.09L11.064 8.32l-4.002 6.943zm3.103-.12 2.052-3.559-.572-.992-3.538 6.137h1.144l.01-.019c.982-.59 2.107-.889 3.337-.889a6.5 6.5 0 0 1 2.234.393l-.766-1.327a7.63 7.63 0 0 0-3.9.256", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
1398
|
+
/* @__PURE__ */ jsx85("defs", { children: /* @__PURE__ */ jsxs42("linearGradient", { id: "acala__a", x1: "20.878", x2: "6.122", y1: "22", y2: "3.776", gradientUnits: "userSpaceOnUse", children: [
|
|
1399
|
+
/* @__PURE__ */ jsx85("stop", { stopColor: "#5A81FF" }),
|
|
1400
|
+
/* @__PURE__ */ jsx85("stop", { offset: ".524", stopColor: "#E40C5B" }),
|
|
1401
|
+
/* @__PURE__ */ jsx85("stop", { offset: "1", stopColor: "#FF4C3B" })
|
|
1395
1402
|
] }) })
|
|
1396
1403
|
] }) }));
|
|
1397
1404
|
NetworkAcala.displayName = "NetworkAcala";
|
|
1398
1405
|
var NetworkAcala_default = NetworkAcala;
|
|
1399
1406
|
|
|
1400
1407
|
// src/icons/networks/NetworkZora.tsx
|
|
1401
|
-
import { forwardRef as
|
|
1402
|
-
import { jsx as
|
|
1403
|
-
var NetworkZora =
|
|
1404
|
-
/* @__PURE__ */
|
|
1405
|
-
/* @__PURE__ */
|
|
1406
|
-
/* @__PURE__ */
|
|
1407
|
-
/* @__PURE__ */
|
|
1408
|
-
/* @__PURE__ */
|
|
1409
|
-
/* @__PURE__ */
|
|
1410
|
-
/* @__PURE__ */
|
|
1411
|
-
/* @__PURE__ */
|
|
1408
|
+
import { forwardRef as forwardRef86 } from "react";
|
|
1409
|
+
import { jsx as jsx86, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1410
|
+
var NetworkZora = forwardRef86(({ fallback, ...props }, ref) => /* @__PURE__ */ jsxs43(BaseIcon, { fallback, ...props, ref, children: [
|
|
1411
|
+
/* @__PURE__ */ jsx86("path", { fill: "url(#zora__a)", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10" }),
|
|
1412
|
+
/* @__PURE__ */ jsx86("defs", { children: /* @__PURE__ */ jsxs43("radialGradient", { id: "zora__a", cx: "0", cy: "0", r: "1", gradientTransform: "rotate(180 8.27 3.689)scale(16.8921)", gradientUnits: "userSpaceOnUse", children: [
|
|
1413
|
+
/* @__PURE__ */ jsx86("stop", { offset: ".007", stopColor: "#F2CEFE" }),
|
|
1414
|
+
/* @__PURE__ */ jsx86("stop", { offset: ".191", stopColor: "#AFBAF1" }),
|
|
1415
|
+
/* @__PURE__ */ jsx86("stop", { offset: ".498", stopColor: "#4281D3" }),
|
|
1416
|
+
/* @__PURE__ */ jsx86("stop", { offset: ".667", stopColor: "#2E427D" }),
|
|
1417
|
+
/* @__PURE__ */ jsx86("stop", { offset: ".823", stopColor: "#230101" }),
|
|
1418
|
+
/* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#8F6B40" })
|
|
1412
1419
|
] }) })
|
|
1413
1420
|
] }));
|
|
1414
1421
|
NetworkZora.displayName = "NetworkZora";
|
|
1415
1422
|
var NetworkZora_default = NetworkZora;
|
|
1416
1423
|
|
|
1417
1424
|
// src/icons/networks/NetworkRei.tsx
|
|
1418
|
-
import { forwardRef as
|
|
1419
|
-
import { Fragment as
|
|
1420
|
-
var NetworkRei =
|
|
1425
|
+
import { forwardRef as forwardRef87 } from "react";
|
|
1426
|
+
import { Fragment as Fragment83, jsx as jsx87 } from "react/jsx-runtime";
|
|
1427
|
+
var NetworkRei = forwardRef87(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx87(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx87(Fragment83, { children: /* @__PURE__ */ jsx87("path", { fill: "currentColor", d: "M13.677 11.245c0 .417-.376.754-.838.754h-2.517v-1.507h2.517c.463 0 .838.337.838.753M22 12a10 10 0 1 1-20 0 10 10 0 0 1 20 0m-6.331 2.057c.838-.69 1.367-1.678 1.367-2.779 0-2.082-1.878-3.77-4.194-3.77H6.967v8.987h3.356v-1.454h2.543l.876 1.451h3.291z" }) }) : /* @__PURE__ */ jsx87(Fragment83, { children: /* @__PURE__ */ jsx87("path", { fill: "#2116E5", d: "M13.677 11.245c0 .417-.376.754-.838.754h-2.517v-1.507h2.517c.463 0 .838.337.838.753M22 12a10 10 0 1 1-20 0 10 10 0 0 1 20 0m-6.331 2.057c.838-.69 1.367-1.678 1.367-2.779 0-2.082-1.878-3.77-4.194-3.77H6.967v8.987h3.356v-1.454h2.543l.876 1.451h3.291z" }) }) }));
|
|
1421
1428
|
NetworkRei.displayName = "NetworkRei";
|
|
1422
1429
|
var NetworkRei_default = NetworkRei;
|
|
1423
1430
|
|
|
1424
1431
|
// src/icons/networks/NetworkGnosis.tsx
|
|
1425
|
-
import { forwardRef as
|
|
1426
|
-
import { Fragment as
|
|
1427
|
-
var NetworkGnosis =
|
|
1432
|
+
import { forwardRef as forwardRef88 } from "react";
|
|
1433
|
+
import { Fragment as Fragment84, jsx as jsx88 } from "react/jsx-runtime";
|
|
1434
|
+
var NetworkGnosis = forwardRef88(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx88(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx88(Fragment84, { children: /* @__PURE__ */ jsx88("path", { fill: "currentColor", d: "m20.362 7 .19.3A9.5 9.5 0 0 1 22 12.336c.01 2.546-1.036 4.992-2.91 6.803S14.666 21.979 12 22h-.019c-5.505 0-10-4.364-9.98-9.7a9.4 9.4 0 0 1 1.466-5.036l.171-.273.915.881a3.4 3.4 0 0 0-.43.82 3.56 3.56 0 0 0 .135 2.826 3.83 3.83 0 0 0 2.18 1.919 4 4 0 0 0 1.766.181 3.94 3.94 0 0 0 1.663-.6L12 15.091l2.438-2.363a3.9 3.9 0 0 0 3.234.373 3.8 3.8 0 0 0 1.418-.843 3.55 3.55 0 0 0 1.087-2.982 3.5 3.5 0 0 0-.577-1.549zM5.676 8.954l2.867 2.764c-.353.277-.79.425-1.238.419a2.1 2.1 0 0 1-1.446-.585 1.92 1.92 0 0 1-.592-1.388c0-.455.152-.873.41-1.21m10 2.592 2.838-2.737c.22.318.343.7.343 1.1 0 1.091-.915 1.973-2.038 1.973-.428 0-.81-.119-1.143-.336m-3.638 2.072L3.781 5.591l.324-.327a10.6 10.6 0 0 1 3.546-2.415A11 11 0 0 1 11.914 2h.02c3.018 0 5.923 1.254 7.942 3.428l.315.336zM5.124 5.591l6.914 6.709 6.819-6.573a9.8 9.8 0 0 0-3.159-2.056c-1.19-.48-2.462-.73-3.745-.735h-.02c-2.571 0-4.971.937-6.81 2.655" }) }) : /* @__PURE__ */ jsx88(Fragment84, { children: /* @__PURE__ */ jsx88("path", { fill: "#3E6957", d: "m20.362 7 .19.3A9.5 9.5 0 0 1 22 12.336c.01 2.546-1.036 4.992-2.91 6.803S14.666 21.979 12 22h-.019c-5.505 0-10-4.364-9.98-9.7a9.4 9.4 0 0 1 1.466-5.036l.171-.273.915.881a3.4 3.4 0 0 0-.43.82 3.56 3.56 0 0 0 .135 2.826 3.83 3.83 0 0 0 2.18 1.919 4 4 0 0 0 1.766.181 3.94 3.94 0 0 0 1.663-.6L12 15.091l2.438-2.363a3.9 3.9 0 0 0 3.234.373 3.8 3.8 0 0 0 1.418-.843 3.55 3.55 0 0 0 1.087-2.982 3.5 3.5 0 0 0-.577-1.549zM5.676 8.954l2.867 2.764c-.353.277-.79.425-1.238.419a2.1 2.1 0 0 1-1.446-.585 1.92 1.92 0 0 1-.592-1.388c0-.455.152-.873.41-1.21m10 2.592 2.838-2.737c.22.318.343.7.343 1.1 0 1.091-.915 1.973-2.038 1.973-.428 0-.81-.119-1.143-.336m-3.638 2.072L3.781 5.591l.324-.327a10.6 10.6 0 0 1 3.546-2.415A11 11 0 0 1 11.914 2h.02c3.018 0 5.923 1.254 7.942 3.428l.315.336zM5.124 5.591l6.914 6.709 6.819-6.573a9.8 9.8 0 0 0-3.159-2.056c-1.19-.48-2.462-.73-3.745-.735h-.02c-2.571 0-4.971.937-6.81 2.655" }) }) }));
|
|
1428
1435
|
NetworkGnosis.displayName = "NetworkGnosis";
|
|
1429
1436
|
var NetworkGnosis_default = NetworkGnosis;
|
|
1430
1437
|
|
|
1431
1438
|
// src/icons/networks/NetworkHemi.tsx
|
|
1432
|
-
import { forwardRef as
|
|
1433
|
-
import { Fragment as
|
|
1434
|
-
var NetworkHemi =
|
|
1439
|
+
import { forwardRef as forwardRef89 } from "react";
|
|
1440
|
+
import { Fragment as Fragment85, jsx as jsx89 } from "react/jsx-runtime";
|
|
1441
|
+
var NetworkHemi = forwardRef89(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx89(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx89(Fragment85, { children: /* @__PURE__ */ jsx89("path", { fill: "currentColor", d: "M13.917 2.003c-.1-.017-.2.05-.217.15l-1.233 7.152h-.934L10.3 2.152a.19.19 0 0 0-.217-.15c-4.416.866-7.8 4.692-8.066 9.35 0 0-.017.199-.017.299V12c0 4.94 3.483 9.066 8.083 9.98.1.017.2-.05.217-.149l1.233-7.153h.934l1.233 7.17a.19.19 0 0 0 .217.15c4.4-.882 7.783-4.692 8.066-9.35 0 0 .017-.199.017-.299V12c0-4.974-3.467-9.083-8.083-9.997" }) }) : /* @__PURE__ */ jsx89(Fragment85, { children: /* @__PURE__ */ jsx89("path", { fill: "#FF6C15", d: "M13.917 2.003c-.1-.017-.2.05-.217.15l-1.233 7.152h-.934L10.3 2.152a.19.19 0 0 0-.217-.15c-4.416.866-7.8 4.692-8.066 9.35 0 0-.017.199-.017.299V12c0 4.94 3.483 9.066 8.083 9.98.1.017.2-.05.217-.149l1.233-7.153h.934l1.233 7.17a.19.19 0 0 0 .217.15c4.4-.882 7.783-4.692 8.066-9.35 0 0 .017-.199.017-.299V12c0-4.974-3.467-9.083-8.083-9.997" }) }) }));
|
|
1435
1442
|
NetworkHemi.displayName = "NetworkHemi";
|
|
1436
1443
|
var NetworkHemi_default = NetworkHemi;
|
|
1437
1444
|
|
|
1438
1445
|
// src/icons/networks/NetworkAbstract.tsx
|
|
1439
|
-
import { forwardRef as
|
|
1440
|
-
import { Fragment as
|
|
1441
|
-
var NetworkAbstract =
|
|
1446
|
+
import { forwardRef as forwardRef90 } from "react";
|
|
1447
|
+
import { Fragment as Fragment86, jsx as jsx90 } from "react/jsx-runtime";
|
|
1448
|
+
var NetworkAbstract = forwardRef90(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx90(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx90(Fragment86, { children: /* @__PURE__ */ jsx90("path", { fill: "currentColor", d: "m15.165 15.111 4.01 4.008-1.881 1.88-4.01-4.007a1.8 1.8 0 0 0-1.287-.531c-.487 0-.94.187-1.284.531L6.703 21 4.82 19.12l4.01-4.009zm.67-1.155 5.477 1.465L22 12.85l-5.478-1.465a1.8 1.8 0 0 1-1.103-.847 1.8 1.8 0 0 1-.181-1.377l1.466-5.473L14.13 3l-1.467 5.473 3.167 5.48zm-7.67 0-5.478 1.465L2 12.85l5.478-1.465a1.8 1.8 0 0 0 1.103-.847 1.8 1.8 0 0 0 .181-1.377L7.296 3.688 9.87 3l1.466 5.473-3.167 5.48z" }) }) : /* @__PURE__ */ jsx90(Fragment86, { children: /* @__PURE__ */ jsx90("path", { fill: "#054729", d: "m15.165 15.111 4.01 4.008-1.881 1.88-4.01-4.007a1.8 1.8 0 0 0-1.287-.531c-.487 0-.94.187-1.284.531L6.703 21 4.82 19.12l4.01-4.009zm.67-1.155 5.477 1.465L22 12.85l-5.478-1.465a1.8 1.8 0 0 1-1.103-.847 1.8 1.8 0 0 1-.181-1.377l1.466-5.473L14.13 3l-1.467 5.473 3.167 5.48zm-7.67 0-5.478 1.465L2 12.85l5.478-1.465a1.8 1.8 0 0 0 1.103-.847 1.8 1.8 0 0 0 .181-1.377L7.296 3.688 9.87 3l1.466 5.473-3.167 5.48z" }) }) }));
|
|
1442
1449
|
NetworkAbstract.displayName = "NetworkAbstract";
|
|
1443
1450
|
var NetworkAbstract_default = NetworkAbstract;
|
|
1444
1451
|
|
|
1445
1452
|
// src/icons/networks/NetworkFraxtal.tsx
|
|
1446
|
-
import { forwardRef as
|
|
1447
|
-
import { Fragment as
|
|
1448
|
-
var NetworkFraxtal =
|
|
1449
|
-
/* @__PURE__ */
|
|
1450
|
-
/* @__PURE__ */
|
|
1451
|
-
] }) : /* @__PURE__ */ jsxs44(
|
|
1452
|
-
/* @__PURE__ */
|
|
1453
|
-
/* @__PURE__ */
|
|
1453
|
+
import { forwardRef as forwardRef91 } from "react";
|
|
1454
|
+
import { Fragment as Fragment87, jsx as jsx91, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1455
|
+
var NetworkFraxtal = forwardRef91(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx91(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs44(Fragment87, { children: [
|
|
1456
|
+
/* @__PURE__ */ jsx91("path", { fill: "currentColor", d: "M4.566 15.71q.098.201.21.393c.107.188.16.307.144.332a94 94 0 0 1-1.467 1.57c-.795.843-1.445 1.534-1.453 1.552q1.198 1.206 2.436 2.373l.084.07 1.26-1.332 1.44-1.527.184-.19.174.111q.361.234.746.424c.158-.83.444-1.64.79-2.427L8.991 17c-1.049-.543-1.693-1.68-2.076-2.883a6 6 0 0 0-.834.402c-.557.377-.98.82-1.516 1.192M9.11 5.946c-.152-.23-.318-.45-.482-.674a1.67 1.67 0 0 1-.916-.595l-.195.12-.223-.22q-.6-.583-1.205-1.162c-.54-.52-1.09-1.049-1.22-1.18L4.627 2l-1.19 1.266a95 95 0 0 0-1.2 1.289c-.006.011.584.6 1.309 1.297l1.4 1.353.084.078-.15.25a6 6 0 0 0-.156.278c.761.502 1.543.97 2.34 1.439.515-.969 1.492-1.805 2.601-2.346q-.186-.277-.38-.549c-.098-.136-.098-.273-.177-.41M19.19 7.582l-.103-.182 1.4-1.484c.77-.812 1.395-1.49 1.389-1.504-.018-.05-2.473-2.398-2.504-2.398-.02 0-.64.636-1.373 1.416a105 105 0 0 1-1.361 1.425c-.014.006-.078-.029-.149-.078-.138-.093-.836.215-1.289.327-.254.566-.474 1.146-.699 1.72q.367.191.703.432c.363.26 1.229.941 1.484 1.308q.094.136.178.28c.815-.344 1.647-.656 2.461-1.012a6 6 0 0 0-.135-.248zm.159 9.264-.332-.32.15-.255q.088-.146.17-.298c-.695-.61-1.348-1.215-2.094-1.793-.27.81-.683 1.53-1.24 2.058a4 4 0 0 1-1.053.698l.037.181c.157.742.586 1.309.899 1.973q.059.123.097.254.153-.085.3-.172l.253-.156.268.27q1.384 1.348 2.783 2.68c.025.009 2.416-2.523 2.412-2.552-.002-.016-1.646-1.61-2.65-2.566z" }),
|
|
1457
|
+
/* @__PURE__ */ jsx91("path", { fill: "currentColor", d: "M12.01 20.559a8.55 8.55 0 1 1 3.216-16.472 8.551 8.551 0 0 1 .112 15.8 8.5 8.5 0 0 1-3.328.672m0-13.75a5.21 5.21 0 0 0-5.201 5.2 5.21 5.21 0 0 0 5.2 5.202 5.21 5.21 0 0 0 5.202-5.201 5.21 5.21 0 0 0-5.201-5.201" })
|
|
1458
|
+
] }) : /* @__PURE__ */ jsxs44(Fragment87, { children: [
|
|
1459
|
+
/* @__PURE__ */ jsx91("path", { fill: "#000", d: "M4.566 15.71q.098.201.21.393c.107.188.16.307.144.332a94 94 0 0 1-1.467 1.57c-.795.843-1.445 1.534-1.453 1.552q1.198 1.206 2.436 2.373l.084.07 1.26-1.332 1.44-1.527.184-.19.174.111q.361.234.746.424c.158-.83.444-1.64.79-2.427L8.991 17c-1.049-.543-1.693-1.68-2.076-2.883a6 6 0 0 0-.834.402c-.557.377-.98.82-1.516 1.192M9.11 5.946c-.152-.23-.318-.45-.482-.674a1.67 1.67 0 0 1-.916-.595l-.195.12-.223-.22q-.6-.583-1.205-1.162c-.54-.52-1.09-1.049-1.22-1.18L4.627 2l-1.19 1.266a95 95 0 0 0-1.2 1.289c-.006.011.584.6 1.309 1.297l1.4 1.353.084.078-.15.25a6 6 0 0 0-.156.278c.761.502 1.543.97 2.34 1.439.515-.969 1.492-1.805 2.601-2.346q-.186-.277-.38-.549c-.098-.136-.098-.273-.177-.41M19.19 7.582l-.103-.182 1.4-1.484c.77-.812 1.395-1.49 1.389-1.504-.018-.05-2.473-2.398-2.504-2.398-.02 0-.64.636-1.373 1.416a105 105 0 0 1-1.361 1.425c-.014.006-.078-.029-.149-.078-.138-.093-.836.215-1.289.327-.254.566-.474 1.146-.699 1.72q.367.191.703.432c.363.26 1.229.941 1.484 1.308q.094.136.178.28c.815-.344 1.647-.656 2.461-1.012a6 6 0 0 0-.135-.248zm.159 9.264-.332-.32.15-.255q.088-.146.17-.298c-.695-.61-1.348-1.215-2.094-1.793-.27.81-.683 1.53-1.24 2.058a4 4 0 0 1-1.053.698l.037.181c.157.742.586 1.309.899 1.973q.059.123.097.254.153-.085.3-.172l.253-.156.268.27q1.384 1.348 2.783 2.68c.025.009 2.416-2.523 2.412-2.552-.002-.016-1.646-1.61-2.65-2.566z" }),
|
|
1460
|
+
/* @__PURE__ */ jsx91("path", { fill: "#000", d: "M12.01 20.559a8.55 8.55 0 1 1 3.216-16.472 8.551 8.551 0 0 1 .112 15.8 8.5 8.5 0 0 1-3.328.672m0-13.75a5.21 5.21 0 0 0-5.201 5.2 5.21 5.21 0 0 0 5.2 5.202 5.21 5.21 0 0 0 5.202-5.201 5.21 5.21 0 0 0-5.201-5.201" })
|
|
1454
1461
|
] }) }));
|
|
1455
1462
|
NetworkFraxtal.displayName = "NetworkFraxtal";
|
|
1456
1463
|
var NetworkFraxtal_default = NetworkFraxtal;
|
|
1457
1464
|
|
|
1458
1465
|
// src/icons/networks/NetworkSys.tsx
|
|
1459
|
-
import { forwardRef as
|
|
1460
|
-
import { Fragment as
|
|
1461
|
-
var NetworkSys =
|
|
1462
|
-
/* @__PURE__ */
|
|
1463
|
-
/* @__PURE__ */
|
|
1464
|
-
/* @__PURE__ */
|
|
1465
|
-
/* @__PURE__ */
|
|
1466
|
-
/* @__PURE__ */
|
|
1467
|
-
/* @__PURE__ */
|
|
1468
|
-
] }) : /* @__PURE__ */ jsxs45(
|
|
1469
|
-
/* @__PURE__ */
|
|
1470
|
-
/* @__PURE__ */
|
|
1471
|
-
/* @__PURE__ */
|
|
1472
|
-
/* @__PURE__ */
|
|
1473
|
-
/* @__PURE__ */
|
|
1474
|
-
/* @__PURE__ */
|
|
1466
|
+
import { forwardRef as forwardRef92 } from "react";
|
|
1467
|
+
import { Fragment as Fragment88, jsx as jsx92, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1468
|
+
var NetworkSys = forwardRef92(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx92(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs45(Fragment88, { children: [
|
|
1469
|
+
/* @__PURE__ */ jsx92("path", { fill: "currentColor", d: "M19.489 18.723c-.559.482-1.166.903-1.812 1.258.125-.098-.265-.508-.147-.614 2.947-2.566 3.62-5.87 2.431-8.776-.16-.393.178-.55.18-.91 2.714 2.569 2.422 6.364-.652 9.042" }),
|
|
1470
|
+
/* @__PURE__ */ jsx92("path", { fill: "currentColor", d: "M20.14 9.683c-.996-.943-2.393-1.722-4.208-2.218l-.023-.006.025.006c.596.157.642.847 1.052 1.195.879.747 1.118 1.702 1.208 2.965.135 1.877.124 3.734-1.245 5.388-.719.867-1.627 1.657-2.7 2.12q-.118.055-.239.104l-.035.014a9 9 0 0 1-1.721.493c-2.223.421-5.16.246-8.714-.885a12.9 12.9 0 0 0 4.474 2.247c1.621.442 3.313.567 4.981.366q.006.001.013-.004a13 13 0 0 0 3.364-.863h.003q.669-.272 1.302-.621.188-.15.366-.306c3.344-2.913 4.102-6.865 2.097-9.995" }),
|
|
1471
|
+
/* @__PURE__ */ jsx92("path", { fill: "currentColor", d: "M14.01 19.235c4.156-1.695 4.38-5.992-.45-8.41-3.508-1.759-1.959-4.547 2.373-3.36 4.84 1.272 3.409 9.71-1.923 11.77" }),
|
|
1472
|
+
/* @__PURE__ */ jsx92("path", { fill: "currentColor", d: "M20.462 5.143c-4.567-1.454-8.11-1.329-10.435-.392l-.034.013c-3.456 1.41-4.193 4.62-1.565 7.051-.692-.575-1.483-1.186-1.824-1.963-.437-.993-.569-2.221-.394-3.254.237-1.396 1.118-2.657 2.57-3.425.577-.308 1.446-.526 2.229-.645 3.07-.367 6.482.316 9.453 2.615" }),
|
|
1473
|
+
/* @__PURE__ */ jsx92("path", { fill: "currentColor", d: "M9.202 16.767c-.301-.097-.64-.143-.916-.254-3.527-1.42-5.411-4.063-5.344-6.671.048-1.853 1.133-3.73 2.91-5.276.502-.437 1.164-.807 1.775-1.17l.004-.001a13 13 0 0 1 3.378-.866 7 7 0 0 0-.817.172c-4.564 1.243-4.838 6.562-1.763 9.114l.003.002c.53.491 1.2.952 2.011 1.358 3.181 1.595 2.203 4.039-1.241 3.592" }),
|
|
1474
|
+
/* @__PURE__ */ jsx92("path", { fill: "currentColor", d: "M9.198 16.77a8 8 0 0 1-1.132-.23C1.303 14.687.311 8.935 4.511 5.277c.867-.754 1.926-1.397 3.113-1.88q-.891.528-1.676 1.204c-4.473 3.896-3.583 9.953 3.25 12.168" })
|
|
1475
|
+
] }) : /* @__PURE__ */ jsxs45(Fragment88, { children: [
|
|
1476
|
+
/* @__PURE__ */ jsx92("path", { fill: "#20468F", d: "M19.489 18.723c-.559.481-1.166.903-1.812 1.258.125-.098-.265-.509-.147-.614 2.947-2.567 3.62-5.87 2.431-8.776-.16-.393.178-.55.18-.91 2.714 2.569 2.422 6.364-.652 9.042" }),
|
|
1477
|
+
/* @__PURE__ */ jsx92("path", { fill: "#20468F", d: "M20.14 9.683c-.996-.943-2.393-1.722-4.208-2.218l-.023-.006.025.006c.596.156.642.847 1.052 1.195.879.747 1.118 1.702 1.208 2.964.135 1.877.124 3.735-1.245 5.389-.719.867-1.627 1.656-2.7 2.12q-.118.053-.239.104l-.035.013a9 9 0 0 1-1.721.494c-2.223.42-5.16.245-8.714-.885a12.9 12.9 0 0 0 4.474 2.246c1.621.443 3.313.568 4.981.367q.006.001.013-.004a13 13 0 0 0 3.364-.863h.003q.669-.272 1.302-.622.188-.148.366-.306c3.344-2.913 4.102-6.864 2.097-9.994" }),
|
|
1478
|
+
/* @__PURE__ */ jsx92("path", { fill: "#20468F", d: "M14.01 19.235c4.156-1.695 4.38-5.992-.45-8.41-3.508-1.759-1.959-4.547 2.373-3.36 4.84 1.272 3.409 9.71-1.923 11.77" }),
|
|
1479
|
+
/* @__PURE__ */ jsx92("path", { fill: "#20468F", d: "M20.462 5.143c-4.567-1.454-8.11-1.329-10.435-.392l-.034.013c-3.456 1.41-4.193 4.62-1.565 7.051-.692-.575-1.483-1.186-1.824-1.963-.437-.993-.569-2.22-.394-3.254.237-1.396 1.118-2.657 2.57-3.425.577-.308 1.446-.526 2.229-.644 3.07-.368 6.482.315 9.453 2.614" }),
|
|
1480
|
+
/* @__PURE__ */ jsx92("path", { fill: "#20468F", d: "M9.202 16.767c-.301-.097-.64-.143-.916-.255-3.527-1.42-5.411-4.062-5.344-6.67.048-1.853 1.133-3.73 2.91-5.277.502-.436 1.164-.806 1.775-1.168l.004-.002a13 13 0 0 1 3.378-.867 7 7 0 0 0-.817.173c-4.564 1.243-4.838 6.562-1.763 9.114l.003.002c.53.491 1.2.952 2.011 1.358 3.181 1.595 2.203 4.039-1.241 3.592" }),
|
|
1481
|
+
/* @__PURE__ */ jsx92("path", { fill: "#20468F", d: "M9.198 16.77a8 8 0 0 1-1.132-.231C1.303 14.687.311 8.936 4.511 5.279c.867-.755 1.926-1.398 3.113-1.88q-.891.527-1.676 1.203c-4.473 3.895-3.583 9.953 3.25 12.168" })
|
|
1475
1482
|
] }) }));
|
|
1476
1483
|
NetworkSys.displayName = "NetworkSys";
|
|
1477
1484
|
var NetworkSys_default = NetworkSys;
|
|
1478
1485
|
|
|
1479
1486
|
// src/icons/networks/NetworkStep.tsx
|
|
1480
|
-
import { forwardRef as
|
|
1481
|
-
import { Fragment as
|
|
1482
|
-
var NetworkStep =
|
|
1483
|
-
/* @__PURE__ */
|
|
1484
|
-
/* @__PURE__ */
|
|
1485
|
-
] }) : /* @__PURE__ */ jsxs46(
|
|
1486
|
-
/* @__PURE__ */
|
|
1487
|
-
/* @__PURE__ */
|
|
1487
|
+
import { forwardRef as forwardRef93 } from "react";
|
|
1488
|
+
import { Fragment as Fragment89, jsx as jsx93, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1489
|
+
var NetworkStep = forwardRef93(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx93(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs46(Fragment89, { children: [
|
|
1490
|
+
/* @__PURE__ */ jsx93("path", { fill: "currentColor", d: "M14.062 9.786a3.6 3.6 0 0 0-1.71-.449l1.35-4.217a1.6 1.6 0 0 0 1.093.29zm4.99 2.836-3.244.63a3.4 3.4 0 0 0-.212-1.737l3.324.02a1.35 1.35 0 0 0 .128 1.083zm-4.992 5.844q-.112.065-.215.14l-1.24-2.478a3.4 3.4 0 0 0 1.667-.547l.63 2.678a1.66 1.66 0 0 0-.842.207m-5.01.315a1.45 1.45 0 0 0-.946-.616l1.65-3.13c.412.452.93.78 1.494.968zm-.14-6.433L5.4 10.574c.248-.282.393-.645.41-1.027l3.743 1.194a3.3 3.3 0 0 0-.643 1.607" }),
|
|
1491
|
+
/* @__PURE__ */ jsx93("path", { fill: "currentColor", d: "M14.27 16.054c-1.824.993-4.16.32-5.218-1.506a3.74 3.74 0 0 1-.385-2.867c.13-.48.354-.925.659-1.31a3.5 3.5 0 0 1 1.11-.922c1.821-.993 4.157-.317 5.216 1.506 1.058 1.823.439 4.106-1.382 5.1M15.6 5.531a1.93 1.93 0 0 1-1.445.152 2 2 0 0 1-1.163-.907 1.87 1.87 0 0 1-.193-1.433 1.8 1.8 0 0 1 .33-.654 1.7 1.7 0 0 1 .556-.46 1.93 1.93 0 0 1 1.444-.153c.483.139.898.462 1.163.904.53.915.221 2.053-.692 2.55M8.722 21.024a1.76 1.76 0 0 1-1.314.137 1.83 1.83 0 0 1-1.059-.823 1.67 1.67 0 0 1-.177-1.304 1.7 1.7 0 0 1 .301-.596c.139-.174.311-.317.506-.418a1.76 1.76 0 0 1 1.313-.137c.439.127.816.42 1.057.822a1.67 1.67 0 0 1 .178 1.304c-.059.218-.16.421-.3.596a1.6 1.6 0 0 1-.505.418m-3.594-9.738a2.1 2.1 0 0 1-1.576.165 2.2 2.2 0 0 1-1.27-.987A2.04 2.04 0 0 1 2.071 8.9a1.95 1.95 0 0 1 .965-1.217 2.1 2.1 0 0 1 1.577-.166 2.2 2.2 0 0 1 1.27.987 2.04 2.04 0 0 1 .211 1.563 2 2 0 0 1-.36.715c-.166.21-.373.38-.606.503m16.007 2.137a1.76 1.76 0 0 1-1.314.138 1.83 1.83 0 0 1-1.058-.823 1.67 1.67 0 0 1-.177-1.304c.06-.218.162-.421.3-.596a1.6 1.6 0 0 1 .507-.418 1.76 1.76 0 0 1 1.313-.137c.439.127.816.42 1.057.822a1.7 1.7 0 0 1 .178 1.304c-.059.218-.161.42-.3.595a1.6 1.6 0 0 1-.506.42m-5.198 8.328a2.1 2.1 0 0 1-1.578.166 2.2 2.2 0 0 1-1.27-.987 2.03 2.03 0 0 1-.211-1.563c.07-.262.193-.505.36-.715.165-.21.372-.38.605-.503a2.1 2.1 0 0 1 1.576-.165c.527.152.98.504 1.27.987a2.04 2.04 0 0 1 .211 1.563 1.95 1.95 0 0 1-.963 1.217" })
|
|
1492
|
+
] }) : /* @__PURE__ */ jsxs46(Fragment89, { children: [
|
|
1493
|
+
/* @__PURE__ */ jsx93("path", { fill: "#F9D549", d: "M14.062 9.786a3.6 3.6 0 0 0-1.71-.449l1.35-4.217a1.6 1.6 0 0 0 1.093.29zm4.99 2.836-3.244.63a3.4 3.4 0 0 0-.212-1.737l3.324.02a1.35 1.35 0 0 0 .128 1.083zm-4.992 5.844q-.112.065-.215.14l-1.24-2.478a3.4 3.4 0 0 0 1.667-.547l.63 2.678a1.66 1.66 0 0 0-.842.207m-5.01.315a1.45 1.45 0 0 0-.946-.616l1.65-3.13c.412.452.93.78 1.494.968zm-.14-6.433L5.4 10.574c.248-.282.393-.645.41-1.027l3.743 1.194a3.3 3.3 0 0 0-.643 1.607" }),
|
|
1494
|
+
/* @__PURE__ */ jsx93("path", { fill: "#F9D549", d: "M14.27 16.054c-1.824.993-4.16.32-5.218-1.506a3.74 3.74 0 0 1-.385-2.867c.13-.48.354-.925.659-1.31a3.5 3.5 0 0 1 1.11-.922c1.821-.993 4.157-.317 5.216 1.506 1.058 1.823.439 4.106-1.382 5.1M15.6 5.531a1.93 1.93 0 0 1-1.445.152 2 2 0 0 1-1.163-.907 1.87 1.87 0 0 1-.193-1.433 1.8 1.8 0 0 1 .33-.654 1.7 1.7 0 0 1 .556-.46 1.93 1.93 0 0 1 1.444-.153c.483.139.898.462 1.163.904.53.915.221 2.053-.692 2.55M8.722 21.024a1.76 1.76 0 0 1-1.314.137 1.83 1.83 0 0 1-1.059-.823 1.67 1.67 0 0 1-.177-1.304 1.7 1.7 0 0 1 .301-.596c.139-.174.311-.317.506-.418a1.76 1.76 0 0 1 1.313-.137c.439.127.816.42 1.057.822a1.67 1.67 0 0 1 .178 1.304c-.059.218-.16.421-.3.596a1.6 1.6 0 0 1-.505.418m-3.594-9.738a2.1 2.1 0 0 1-1.576.165 2.2 2.2 0 0 1-1.27-.987A2.04 2.04 0 0 1 2.071 8.9a1.95 1.95 0 0 1 .965-1.217 2.1 2.1 0 0 1 1.577-.166 2.2 2.2 0 0 1 1.27.987 2.04 2.04 0 0 1 .211 1.563 2 2 0 0 1-.36.715c-.166.21-.373.38-.606.503m16.007 2.137a1.76 1.76 0 0 1-1.314.138 1.83 1.83 0 0 1-1.058-.823 1.67 1.67 0 0 1-.177-1.304c.06-.218.162-.421.3-.596a1.6 1.6 0 0 1 .507-.418 1.76 1.76 0 0 1 1.313-.137c.439.127.816.42 1.057.822a1.7 1.7 0 0 1 .178 1.304c-.059.218-.161.42-.3.595a1.6 1.6 0 0 1-.506.42m-5.198 8.328a2.1 2.1 0 0 1-1.578.166 2.2 2.2 0 0 1-1.27-.987 2.03 2.03 0 0 1-.211-1.563c.07-.262.193-.505.36-.715.165-.21.372-.38.605-.503a2.1 2.1 0 0 1 1.576-.165c.527.152.98.504 1.27.987a2.04 2.04 0 0 1 .211 1.563 1.95 1.95 0 0 1-.963 1.217" })
|
|
1488
1495
|
] }) }));
|
|
1489
1496
|
NetworkStep.displayName = "NetworkStep";
|
|
1490
1497
|
var NetworkStep_default = NetworkStep;
|
|
1491
1498
|
|
|
1492
1499
|
// src/icons/networks/NetworkOasys.tsx
|
|
1493
|
-
import { forwardRef as
|
|
1494
|
-
import { Fragment as
|
|
1495
|
-
var NetworkOasys =
|
|
1500
|
+
import { forwardRef as forwardRef94 } from "react";
|
|
1501
|
+
import { Fragment as Fragment90, jsx as jsx94 } from "react/jsx-runtime";
|
|
1502
|
+
var NetworkOasys = forwardRef94(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx94(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx94(Fragment90, { children: /* @__PURE__ */ jsx94("path", { fill: "currentColor", d: "M17.892 14.64q.541-.592.964-1.304a7.33 7.33 0 0 0 1.016-3.786c0-1.374-.337-2.66-1.01-3.814a7.5 7.5 0 0 0-2.707-2.734A7.1 7.1 0 0 0 12.475 2 7.24 7.24 0 0 0 8.77 3.002a7.57 7.57 0 0 0-2.73 2.727 7.26 7.26 0 0 0-1.016 3.768c0 1.364.34 2.696 1.016 3.853.288.492.62.942.992 1.342C5.773 15.47 5 16.513 5 17.66 5 20.053 8.363 22 12.5 22s7.5-1.947 7.5-4.34c0-1.171-.804-2.236-2.112-3.017zm-10.77 4.875c-.745-.562-1.151-1.206-1.151-1.86 0-.804.617-1.599 1.734-2.239l.065-.035c.31.253.635.482.985.69l.108.059c-1.2.598-1.963 1.487-1.963 2.475q.001.473.222.91m5.385 1.37c-1.703 0-2.632-.748-2.632-1.135 0-.386.93-1.135 2.632-1.135s2.632.749 2.632 1.135c0 .387-.93 1.136-2.632 1.136m3.571-.878q.027-.125.028-.257c0-1.166-1.616-2.112-3.6-2.112-1.982 0-3.598.949-3.598 2.112q0 .131.028.257c-.66-.397-1.068-.89-1.068-1.402 0-.774.925-1.498 2.233-1.916q1.095.373 2.285.372 1.274 0 2.434-.4c1.359.411 2.326 1.156 2.326 1.944 0 .513-.409 1.005-1.068 1.402m1.814-.492a2 2 0 0 0 .222-.91c0-1.013-.798-1.916-2.043-2.517l.052-.028a7.3 7.3 0 0 0 1.037-.724l.15.08c1.116.64 1.733 1.435 1.733 2.24 0 .65-.402 1.297-1.151 1.859" }) }) : /* @__PURE__ */ jsx94(Fragment90, { children: /* @__PURE__ */ jsx94("path", { fill: "#00A84F", d: "M17.892 14.64q.541-.592.964-1.304a7.33 7.33 0 0 0 1.016-3.786c0-1.374-.337-2.66-1.01-3.814a7.5 7.5 0 0 0-2.707-2.734A7.1 7.1 0 0 0 12.475 2 7.24 7.24 0 0 0 8.77 3.002a7.57 7.57 0 0 0-2.73 2.727 7.26 7.26 0 0 0-1.016 3.768c0 1.364.34 2.696 1.016 3.853.288.492.62.942.992 1.342C5.773 15.47 5 16.513 5 17.66 5 20.053 8.363 22 12.5 22s7.5-1.947 7.5-4.34c0-1.171-.804-2.236-2.112-3.017zm-10.77 4.875c-.745-.562-1.151-1.206-1.151-1.86 0-.804.617-1.599 1.734-2.239l.065-.035c.31.253.635.482.985.69l.108.059c-1.2.598-1.963 1.487-1.963 2.475q.001.473.222.91m5.385 1.37c-1.703 0-2.632-.748-2.632-1.135 0-.386.93-1.135 2.632-1.135s2.632.749 2.632 1.135c0 .387-.93 1.136-2.632 1.136m3.571-.878q.027-.125.028-.257c0-1.166-1.616-2.112-3.6-2.112-1.982 0-3.598.949-3.598 2.112q0 .131.028.257c-.66-.397-1.068-.89-1.068-1.402 0-.774.925-1.498 2.233-1.916q1.095.373 2.285.372 1.274 0 2.434-.4c1.359.411 2.326 1.156 2.326 1.944 0 .513-.409 1.005-1.068 1.402m1.814-.492a2 2 0 0 0 .222-.91c0-1.013-.798-1.916-2.043-2.517l.052-.028a7.3 7.3 0 0 0 1.037-.724l.15.08c1.116.64 1.733 1.435 1.733 2.24 0 .65-.402 1.297-1.151 1.859" }) }) }));
|
|
1496
1503
|
NetworkOasys.displayName = "NetworkOasys";
|
|
1497
1504
|
var NetworkOasys_default = NetworkOasys;
|
|
1498
1505
|
|
|
1499
1506
|
// src/icons/networks/NetworkBob.tsx
|
|
1500
|
-
import { forwardRef as
|
|
1501
|
-
import { Fragment as
|
|
1502
|
-
var NetworkBob =
|
|
1503
|
-
/* @__PURE__ */
|
|
1504
|
-
/* @__PURE__ */
|
|
1507
|
+
import { forwardRef as forwardRef95 } from "react";
|
|
1508
|
+
import { Fragment as Fragment91, jsx as jsx95, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1509
|
+
var NetworkBob = forwardRef95(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx95(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx95(Fragment91, { children: /* @__PURE__ */ jsx95("path", { fill: "currentColor", d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M8.433 5.44h3.049a.19.19 0 0 1 .19.19v3.049a.19.19 0 0 1-.19.19h-3.05a.19.19 0 0 1-.19-.19v-3.05a.19.19 0 0 1 .19-.19m4.094 4.475v3.049c0 .105.085.19.19.19h3.05a.19.19 0 0 0 .19-.19v-3.05a.19.19 0 0 0-.19-.19h-3.05a.19.19 0 0 0-.19.19m-4.284 0v3.05c0 .105.085.19.19.19h3.049a.19.19 0 0 0 .19-.19v-3.05a.19.19 0 0 0-.19-.19h-3.05a.19.19 0 0 0-.19.19m0 4.286v3.049c0 .104.085.19.19.19h3.049a.19.19 0 0 0 .19-.19V14.2a.19.19 0 0 0-.19-.19H8.43a.19.19 0 0 0-.19.19m4.284 3.049V14.2a.19.19 0 0 1 .19-.19h3.05a.19.19 0 0 1 .19.19v3.05a.19.19 0 0 1-.19.19h-3.05a.19.19 0 0 1-.19-.19", fillRule: "evenodd", clipRule: "evenodd" }) }) : /* @__PURE__ */ jsxs47(Fragment91, { children: [
|
|
1510
|
+
/* @__PURE__ */ jsx95("path", { fill: "#F25D00", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10" }),
|
|
1511
|
+
/* @__PURE__ */ jsx95("path", { fill: "#fff", d: "M8.243 9.916v3.049c0 .105.085.19.19.19h3.049a.19.19 0 0 0 .19-.19v-3.05a.19.19 0 0 0-.19-.19h-3.05a.19.19 0 0 0-.19.19m.001 4.285v3.05c0 .104.085.19.19.19h3.049a.19.19 0 0 0 .19-.19V14.2a.19.19 0 0 0-.19-.19h-3.05a.19.19 0 0 0-.19.19m4.285 0v3.05c0 .104.085.19.19.19h3.05a.19.19 0 0 0 .19-.19V14.2a.19.19 0 0 0-.19-.19h-3.05a.19.19 0 0 0-.19.19m0-4.285v3.049c0 .105.085.19.19.19h3.05a.19.19 0 0 0 .19-.19v-3.05a.19.19 0 0 0-.19-.19h-3.05a.19.19 0 0 0-.19.19M11.482 5.44h-3.05a.19.19 0 0 0-.19.19v3.049c0 .105.086.19.19.19h3.05a.19.19 0 0 0 .19-.19v-3.05a.19.19 0 0 0-.19-.19" })
|
|
1505
1512
|
] }) }));
|
|
1506
1513
|
NetworkBob.displayName = "NetworkBob";
|
|
1507
1514
|
var NetworkBob_default = NetworkBob;
|
|
1508
1515
|
|
|
1509
1516
|
// src/icons/networks/NetworkCoinexSmartChain.tsx
|
|
1510
|
-
import { forwardRef as
|
|
1511
|
-
import { Fragment as
|
|
1512
|
-
var NetworkCoinexSmartChain =
|
|
1513
|
-
/* @__PURE__ */
|
|
1514
|
-
/* @__PURE__ */
|
|
1515
|
-
] }) : /* @__PURE__ */ jsxs48(
|
|
1516
|
-
/* @__PURE__ */
|
|
1517
|
-
/* @__PURE__ */
|
|
1517
|
+
import { forwardRef as forwardRef96 } from "react";
|
|
1518
|
+
import { Fragment as Fragment92, jsx as jsx96, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1519
|
+
var NetworkCoinexSmartChain = forwardRef96(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx96(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs48(Fragment92, { children: [
|
|
1520
|
+
/* @__PURE__ */ jsx96("path", { fill: "currentColor", d: "M14.75 9.128a3.46 3.46 0 0 1 3.665 1.56 3.44 3.44 0 0 1-1.997 5.12 3.46 3.46 0 0 1-3.758-1.325 3.44 3.44 0 0 1-.633-1.989H8.974a6.5 6.5 0 0 0 1.321 3.93 6.525 6.525 0 0 0 10.758-.55 6.49 6.49 0 0 0-.812-7.817 6.52 6.52 0 0 0-7.763-1.322 6.54 6.54 0 0 1 2.271 2.393" }),
|
|
1521
|
+
/* @__PURE__ */ jsx96("path", { fill: "currentColor", d: "M9.25 15.872a3.46 3.46 0 0 1-3.666-1.56 3.44 3.44 0 0 1 .253-3.97A3.45 3.45 0 0 1 9.67 9.258a3.45 3.45 0 0 1 2.302 3.247h3.053a6.5 6.5 0 0 0-1.322-3.93 6.525 6.525 0 0 0-7.582-2.12 6.5 6.5 0 0 0-3.176 2.671 6.49 6.49 0 0 0 .813 7.817 6.52 6.52 0 0 0 7.763 1.322 6.54 6.54 0 0 1-2.271-2.393" })
|
|
1522
|
+
] }) : /* @__PURE__ */ jsxs48(Fragment92, { children: [
|
|
1523
|
+
/* @__PURE__ */ jsx96("path", { fill: "#5F5FFF", d: "M14.75 9.128a3.46 3.46 0 0 1 3.665 1.56 3.44 3.44 0 0 1-1.997 5.12 3.46 3.46 0 0 1-3.758-1.325 3.44 3.44 0 0 1-.633-1.989H8.974a6.5 6.5 0 0 0 1.321 3.93 6.525 6.525 0 0 0 10.758-.55 6.49 6.49 0 0 0-.812-7.817 6.52 6.52 0 0 0-7.763-1.322 6.54 6.54 0 0 1 2.271 2.393" }),
|
|
1524
|
+
/* @__PURE__ */ jsx96("path", { fill: "#17E5AA", d: "M9.25 15.872a3.46 3.46 0 0 1-3.666-1.56 3.44 3.44 0 0 1 .253-3.97A3.45 3.45 0 0 1 9.67 9.258a3.45 3.45 0 0 1 2.302 3.247h3.053a6.5 6.5 0 0 0-1.322-3.93 6.525 6.525 0 0 0-7.582-2.12 6.5 6.5 0 0 0-3.176 2.671 6.49 6.49 0 0 0 .813 7.817 6.52 6.52 0 0 0 7.763 1.322 6.54 6.54 0 0 1-2.271-2.393" })
|
|
1518
1525
|
] }) }));
|
|
1519
1526
|
NetworkCoinexSmartChain.displayName = "NetworkCoinexSmartChain";
|
|
1520
1527
|
var NetworkCoinexSmartChain_default = NetworkCoinexSmartChain;
|
|
1521
1528
|
|
|
1522
1529
|
// src/icons/networks/NetworkMultiversx.tsx
|
|
1523
|
-
import { forwardRef as
|
|
1524
|
-
import { Fragment as
|
|
1525
|
-
var NetworkMultiversx =
|
|
1530
|
+
import { forwardRef as forwardRef97 } from "react";
|
|
1531
|
+
import { Fragment as Fragment93, jsx as jsx97 } from "react/jsx-runtime";
|
|
1532
|
+
var NetworkMultiversx = forwardRef97(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx97(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx97(Fragment93, { children: /* @__PURE__ */ jsx97("path", { fill: "currentColor", d: "M13.25 11.999 22 7.315 20.498 4.5l-8.171 3.063a.88.88 0 0 1-.655 0L3.502 4.5 2 7.323 10.75 12 2 16.674 3.502 19.5l8.17-3.062a.87.87 0 0 1 .655 0l8.17 3.062L22 16.66z" }) }) : /* @__PURE__ */ jsx97(Fragment93, { children: /* @__PURE__ */ jsx97("path", { fill: "#23F7DD", d: "M13.25 11.999 22 7.315 20.498 4.5l-8.171 3.063a.88.88 0 0 1-.655 0L3.502 4.5 2 7.323 10.75 12 2 16.674 3.502 19.5l8.17-3.062a.87.87 0 0 1 .655 0l8.17 3.062L22 16.66z" }) }) }));
|
|
1526
1533
|
NetworkMultiversx.displayName = "NetworkMultiversx";
|
|
1527
1534
|
var NetworkMultiversx_default = NetworkMultiversx;
|
|
1528
1535
|
|
|
1529
1536
|
// src/icons/networks/NetworkScroll.tsx
|
|
1530
|
-
import { forwardRef as
|
|
1531
|
-
import { Fragment as
|
|
1532
|
-
var NetworkScroll =
|
|
1533
|
-
/* @__PURE__ */
|
|
1534
|
-
/* @__PURE__ */
|
|
1535
|
-
/* @__PURE__ */
|
|
1536
|
-
] }) : /* @__PURE__ */ jsxs49(
|
|
1537
|
-
/* @__PURE__ */
|
|
1538
|
-
/* @__PURE__ */
|
|
1539
|
-
/* @__PURE__ */
|
|
1540
|
-
/* @__PURE__ */
|
|
1541
|
-
/* @__PURE__ */
|
|
1537
|
+
import { forwardRef as forwardRef98 } from "react";
|
|
1538
|
+
import { Fragment as Fragment94, jsx as jsx98, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
1539
|
+
var NetworkScroll = forwardRef98(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx98(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs49(Fragment94, { children: [
|
|
1540
|
+
/* @__PURE__ */ jsx98("path", { fill: "currentColor", d: "M4.497 9.746c-.776-.727-1.31-1.673-1.31-2.788v-.121c.074-1.891 1.625-3.442 3.516-3.491h12.096c.316.024.558.242.558.558v10.254c.267.048.412.097.679.17.218.072.509.242.509.242V3.904a1.774 1.774 0 0 0-1.77-1.746H6.703A4.79 4.79 0 0 0 2 6.958c0 1.527.703 2.836 1.818 3.733.073.073.146.146.364.146.363 0 .606-.291.582-.582 0-.267-.097-.364-.267-.51" }),
|
|
1541
|
+
/* @__PURE__ */ jsx98("path", { fill: "currentColor", d: "M18.485 14.836H9.007c-.63 0-1.14.51-1.14 1.164v1.357c.024.63.558 1.164 1.188 1.164h.703v-1.164h-.703v-1.333h.388c1.188 0 2.085 1.115 2.085 2.303 0 1.066-.97 2.4-2.57 2.303-1.43-.097-2.206-1.358-2.206-2.303V6.764a.963.963 0 0 0-.945-.946H4.86v1.188h.703v11.345c-.048 2.303 1.649 3.467 3.394 3.467l9.551.024A3.49 3.49 0 0 0 22 18.352c-.024-1.964-1.576-3.516-3.515-3.516m2.303 3.564a2.32 2.32 0 0 1-2.303 2.23l-6.642-.024a3.44 3.44 0 0 0 .848-2.28c0-1.357-.8-2.302-.8-2.302h6.618a2.32 2.32 0 0 1 2.303 2.303zm-4.85-11.2h-7.15V6.012h7.15a.59.59 0 0 1 .582.582c0 .339-.242.606-.582.606" }),
|
|
1542
|
+
/* @__PURE__ */ jsx98("path", { fill: "currentColor", d: "M15.938 12.776h-7.15v-1.188h7.15a.59.59 0 0 1 .582.582c0 .34-.242.606-.582.606m1.261-2.788H8.787V8.8H17.2a.595.595 0 0 1 0 1.188" })
|
|
1543
|
+
] }) : /* @__PURE__ */ jsxs49(Fragment94, { children: [
|
|
1544
|
+
/* @__PURE__ */ jsx98("path", { fill: "#FFEEDA", d: "M20.572 15.515V3.92a1.765 1.765 0 0 0-1.762-1.754H6.71C4.098 2.204 2 4.341 2 6.96c0 .88.237 1.64.597 2.305.307.552.79 1.072 1.264 1.463.138.107.069.061.482.314.567.345 1.218.521 1.218.521l-.007 6.938c.015.33.045.644.137.942.268.98.95 1.731 1.869 2.091.383.153.82.253 1.287.26l9.665.031a3.49 3.49 0 0 0 3.484-3.492c.008-1.149-.566-2.175-1.424-2.818" }),
|
|
1545
|
+
/* @__PURE__ */ jsx98("path", { fill: "#EBC28E", d: "M20.811 18.419a2.307 2.307 0 0 1-2.305 2.229l-6.648-.023c.529-.613.85-1.41.85-2.283a3.83 3.83 0 0 0-.811-2.305h6.617a2.307 2.307 0 0 1 2.305 2.305z" }),
|
|
1546
|
+
/* @__PURE__ */ jsx98("path", { fill: "#101010", d: "M4.497 9.749c-.766-.728-1.302-1.662-1.302-2.78v-.115c.061-1.9 1.623-3.43 3.523-3.484h12.1c.314.015.567.237.567.559v10.239c.275.046.413.084.681.184.215.076.506.245.506.245V3.929a1.765 1.765 0 0 0-1.762-1.754H6.71C4.098 2.213 2 4.35 2 6.969c0 1.524.697 2.826 1.83 3.737.077.062.154.146.353.146a.575.575 0 0 0 .59-.59c0-.26-.116-.352-.276-.513" }),
|
|
1547
|
+
/* @__PURE__ */ jsx98("path", { fill: "#101010", d: "M18.508 14.842h-9.49a1.16 1.16 0 0 0-1.148 1.156v1.364a1.21 1.21 0 0 0 1.195 1.164h.704v-1.164h-.712v-1.333h.383c1.202 0 2.083 1.11 2.083 2.305 0 1.057-.965 2.405-2.573 2.298-1.425-.092-2.198-1.363-2.198-2.298V6.77c0-.52-.43-.95-.95-.95h-.95v1.187h.705v11.335c-.038 2.305 1.639 3.462 3.393 3.462l9.565.03A3.49 3.49 0 0 0 22 18.342a3.49 3.49 0 0 0-3.492-3.5m2.305 3.577a2.31 2.31 0 0 1-2.305 2.228l-6.648-.023c.528-.613.85-1.41.85-2.282a3.83 3.83 0 0 0-.812-2.305h6.617a2.307 2.307 0 0 1 2.305 2.305zM15.947 7.221H8.794V6.034h7.153c.322 0 .59.26.59.59a.58.58 0 0 1-.59.597" }),
|
|
1548
|
+
/* @__PURE__ */ jsx98("path", { fill: "#101010", d: "M15.947 12.789H8.794v-1.18h7.153c.322 0 .59.26.59.59a.58.58 0 0 1-.59.59m1.263-2.787H8.795V8.814h8.409c.322 0 .59.26.59.59a.576.576 0 0 1-.582.598" })
|
|
1542
1549
|
] }) }));
|
|
1543
1550
|
NetworkScroll.displayName = "NetworkScroll";
|
|
1544
1551
|
var NetworkScroll_default = NetworkScroll;
|
|
1545
1552
|
|
|
1546
1553
|
// src/icons/networks/NetworkBinanceSmartChain.tsx
|
|
1547
|
-
import { forwardRef as
|
|
1548
|
-
import { Fragment as
|
|
1549
|
-
var NetworkBinanceSmartChain =
|
|
1554
|
+
import { forwardRef as forwardRef99 } from "react";
|
|
1555
|
+
import { Fragment as Fragment95, jsx as jsx99 } from "react/jsx-runtime";
|
|
1556
|
+
var NetworkBinanceSmartChain = forwardRef99(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx99(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx99(Fragment95, { children: /* @__PURE__ */ jsx99("path", { fill: "currentColor", d: "M6.545 5.061 12 2l5.456 3.061-2 1.133L12 4.261 8.55 6.194zm10.91 3.867-2-1.134L12 9.728 8.55 7.794 6.545 8.928v2.26l3.444 1.934v3.861L12 18.117l2.006-1.134v-3.86l3.45-1.934zm0 6.128v-2.267l-2 1.133v2.261zm1.429.8-3.45 1.927v2.267l5.455-3.067v-6.122l-2.005 1.128zm-2.006-8.862 2 1.134v2.26l2.011-1.127V6.994l-2.005-1.133L16.878 7zM9.989 18.606v2.26L12 22l2.006-1.133V18.61L12 19.74l-2.005-1.134zM6.545 15.05l2 1.133v-2.26l-2-1.134v2.267zm3.444-8.056L12 8.128l2.006-1.134L12 5.861 9.995 7zM5.117 8.128l2.005-1.134-2-1.133L3.112 7v2.267l2.005 1.128zm0 3.861L3.11 10.861v6.122l5.456 3.067v-2.272L5.122 15.85v-3.867z" }) }) : /* @__PURE__ */ jsx99(Fragment95, { children: /* @__PURE__ */ jsx99("path", { fill: "#F0B90B", d: "M6.545 5.061 12 2l5.456 3.061-2 1.133L12 4.261 8.55 6.194zm10.91 3.867-2-1.134L12 9.728 8.55 7.794 6.545 8.928v2.26l3.444 1.934v3.861L12 18.117l2.006-1.134v-3.86l3.45-1.934zm0 6.128v-2.267l-2 1.133v2.261zm1.429.8-3.45 1.927v2.267l5.455-3.067v-6.122l-2.005 1.128zm-2.006-8.862 2 1.134v2.26l2.011-1.127V6.994l-2.005-1.133L16.878 7zM9.989 18.606v2.26L12 22l2.006-1.133V18.61L12 19.74l-2.005-1.134zM6.545 15.05l2 1.133v-2.26l-2-1.134v2.267zm3.444-8.056L12 8.128l2.006-1.134L12 5.861 9.995 7zM5.117 8.128l2.005-1.134-2-1.133L3.112 7v2.267l2.005 1.128zm0 3.861L3.11 10.861v6.122l5.456 3.067v-2.272L5.122 15.85v-3.867z" }) }) }));
|
|
1550
1557
|
NetworkBinanceSmartChain.displayName = "NetworkBinanceSmartChain";
|
|
1551
1558
|
var NetworkBinanceSmartChain_default = NetworkBinanceSmartChain;
|
|
1552
1559
|
|
|
1553
1560
|
// src/icons/networks/NetworkFilecoin.tsx
|
|
1554
|
-
import { forwardRef as
|
|
1555
|
-
import { Fragment as
|
|
1556
|
-
var NetworkFilecoin =
|
|
1561
|
+
import { forwardRef as forwardRef100 } from "react";
|
|
1562
|
+
import { Fragment as Fragment96, jsx as jsx100 } from "react/jsx-runtime";
|
|
1563
|
+
var NetworkFilecoin = forwardRef100(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx100(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx100(Fragment96, { children: /* @__PURE__ */ jsx100("path", { fill: "currentColor", d: "m13.346 10.285-.46 2.344 4.385.586-.308 1.098-4.308-.586c-.308.954-.462 1.979-.846 2.858-.385 1.026-.77 2.05-1.232 3.005-.616 1.245-1.692 2.124-3.153 2.343-.846.147-1.769.073-2.462-.439-.23-.146-.462-.439-.462-.66 0-.292-.006-.636.385-.805.39-.17.551-.05.77.072.23.22.46.514.615.807.461.586 1.077.659 1.692.219.693-.585 1.078-1.392 1.308-2.197.461-1.758.923-3.444 1.307-5.201v-.295L6.5 12.848l.153-1.099 4.232.587.537-2.27-4.384-.661.155-1.171 4.538.586c.153-.44.23-.807.385-1.173.383-1.32.768-2.638 1.691-3.81.924-1.173 2-1.905 3.616-1.832.692 0 1.385.22 1.846.734.077.072.23.218.23.364 0 .295 0 .66-.23.88-.308.22-.693.147-1-.145-.23-.22-.386-.44-.616-.66-.46-.587-1.153-.66-1.691-.146-.417.398-.756.87-1 1.39-.54 1.54-.924 3.15-1.462 4.764l4.23.586-.307 1.098z" }) }) : /* @__PURE__ */ jsx100(Fragment96, { children: /* @__PURE__ */ jsx100("path", { fill: "#0090FF", d: "m13.346 10.285-.46 2.344 4.385.586-.308 1.098-4.308-.586c-.308.954-.462 1.979-.846 2.858-.385 1.026-.77 2.05-1.232 3.005-.616 1.245-1.692 2.124-3.153 2.343-.846.147-1.769.073-2.462-.439-.23-.146-.462-.439-.462-.66 0-.292-.006-.636.385-.805.39-.17.551-.05.77.072.23.22.46.514.615.807.461.586 1.077.659 1.692.219.693-.585 1.078-1.392 1.308-2.197.461-1.758.923-3.444 1.307-5.201v-.295L6.5 12.848l.153-1.099 4.232.587.537-2.27-4.384-.661.155-1.171 4.538.586c.153-.44.23-.807.385-1.173.383-1.32.768-2.638 1.691-3.81.924-1.173 2-1.905 3.616-1.832.692 0 1.385.22 1.846.734.077.072.23.218.23.364 0 .295 0 .66-.23.88-.308.22-.693.147-1-.145-.23-.22-.386-.44-.616-.66-.46-.587-1.153-.66-1.691-.146-.417.398-.756.87-1 1.39-.54 1.54-.924 3.15-1.462 4.764l4.23.586-.307 1.098z" }) }) }));
|
|
1557
1564
|
NetworkFilecoin.displayName = "NetworkFilecoin";
|
|
1558
1565
|
var NetworkFilecoin_default = NetworkFilecoin;
|
|
1559
1566
|
|
|
1560
1567
|
// src/icons/networks/NetworkShimmerEvm.tsx
|
|
1561
|
-
import { forwardRef as
|
|
1562
|
-
import { Fragment as
|
|
1563
|
-
var NetworkShimmerEvm =
|
|
1568
|
+
import { forwardRef as forwardRef101 } from "react";
|
|
1569
|
+
import { Fragment as Fragment97, jsx as jsx101 } from "react/jsx-runtime";
|
|
1570
|
+
var NetworkShimmerEvm = forwardRef101(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx101(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx101(Fragment97, { children: /* @__PURE__ */ jsx101("path", { fill: "currentColor", d: "M19.207 4.697c-3.3-3.529-8.725-3.605-12.115-.17s-3.464 9.08-.164 12.607l2.17-2.197c-2.128-2.29-2.077-5.941.118-8.165s5.704-2.178 7.846.098zM4.793 19.303c3.3 3.528 8.725 3.604 12.116.17s3.463-9.08.163-12.607l-2.17 2.197c2.129 2.29 2.077 5.941-.118 8.165s-5.704 2.178-7.846-.098z" }) }) : /* @__PURE__ */ jsx101(Fragment97, { children: /* @__PURE__ */ jsx101("path", { fill: "#00E0CA", d: "M19.207 4.697c-3.3-3.529-8.725-3.605-12.115-.17s-3.464 9.08-.164 12.607l2.17-2.197c-2.128-2.29-2.077-5.941.118-8.165s5.704-2.178 7.846.098zM4.793 19.303c3.3 3.528 8.725 3.604 12.116.17s3.463-9.08.163-12.607l-2.17 2.197c2.129 2.29 2.077 5.941-.118 8.165s-5.704 2.178-7.846-.098z" }) }) }));
|
|
1564
1571
|
NetworkShimmerEvm.displayName = "NetworkShimmerEvm";
|
|
1565
1572
|
var NetworkShimmerEvm_default = NetworkShimmerEvm;
|
|
1566
1573
|
|
|
1567
1574
|
// src/icons/networks/NetworkThundercore.tsx
|
|
1568
|
-
import { forwardRef as
|
|
1569
|
-
import { Fragment as
|
|
1570
|
-
var NetworkThundercore =
|
|
1571
|
-
/* @__PURE__ */
|
|
1572
|
-
/* @__PURE__ */
|
|
1573
|
-
/* @__PURE__ */
|
|
1574
|
-
/* @__PURE__ */
|
|
1575
|
-
/* @__PURE__ */
|
|
1576
|
-
/* @__PURE__ */
|
|
1577
|
-
/* @__PURE__ */
|
|
1578
|
-
/* @__PURE__ */
|
|
1579
|
-
/* @__PURE__ */
|
|
1580
|
-
/* @__PURE__ */
|
|
1575
|
+
import { forwardRef as forwardRef102 } from "react";
|
|
1576
|
+
import { Fragment as Fragment98, jsx as jsx102, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
1577
|
+
var NetworkThundercore = forwardRef102(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx102(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx102(Fragment98, { children: /* @__PURE__ */ jsx102("path", { fill: "currentColor", d: "M6.179 11.392a.444.444 0 0 0 .375.68h5.066a.213.213 0 0 1 .181.325L6.83 20.36a.18.18 0 0 1-.25.056A10.011 10.011 0 0 1 11.68 2a.176.176 0 0 1 .153.269zm11.425-7.68a.175.175 0 0 0-.25.053l-4.896 7.844a.213.213 0 0 0 .18.325h5.066a.443.443 0 0 1 .375.68l-5.728 9.172a.14.14 0 0 0 .052.197.14.14 0 0 0 .073.017 10.01 10.01 0 0 0 5.125-18.29z" }) }) : /* @__PURE__ */ jsxs50(Fragment98, { children: [
|
|
1578
|
+
/* @__PURE__ */ jsx102("path", { fill: "url(#thundercore__a)", d: "M6.179 11.392a.444.444 0 0 0 .375.68h5.066a.213.213 0 0 1 .181.325L6.83 20.36a.18.18 0 0 1-.25.056A10.011 10.011 0 0 1 11.68 2a.176.176 0 0 1 .153.269zm11.425-7.68a.175.175 0 0 0-.25.053l-4.896 7.844a.213.213 0 0 0 .18.325h5.066a.443.443 0 0 1 .375.68l-5.728 9.172a.14.14 0 0 0 .052.197.14.14 0 0 0 .073.017 10.01 10.01 0 0 0 5.125-18.29z" }),
|
|
1579
|
+
/* @__PURE__ */ jsx102("defs", { children: /* @__PURE__ */ jsxs50("linearGradient", { id: "thundercore__a", x1: "10.636", x2: "14.152", y1: "6.127", y2: "21.235", gradientUnits: "userSpaceOnUse", children: [
|
|
1580
|
+
/* @__PURE__ */ jsx102("stop", { offset: ".18", stopColor: "#00FFD5" }),
|
|
1581
|
+
/* @__PURE__ */ jsx102("stop", { offset: ".23", stopColor: "#00F8D5" }),
|
|
1582
|
+
/* @__PURE__ */ jsx102("stop", { offset: ".31", stopColor: "#00E4D5" }),
|
|
1583
|
+
/* @__PURE__ */ jsx102("stop", { offset: ".4", stopColor: "#00C3D5" }),
|
|
1584
|
+
/* @__PURE__ */ jsx102("stop", { offset: ".51", stopColor: "#0096D5" }),
|
|
1585
|
+
/* @__PURE__ */ jsx102("stop", { offset: ".62", stopColor: "#005CD5" }),
|
|
1586
|
+
/* @__PURE__ */ jsx102("stop", { offset: ".74", stopColor: "#0016D5" }),
|
|
1587
|
+
/* @__PURE__ */ jsx102("stop", { offset: ".78", stopColor: "#0000D5" })
|
|
1581
1588
|
] }) })
|
|
1582
1589
|
] }) }));
|
|
1583
1590
|
NetworkThundercore.displayName = "NetworkThundercore";
|
|
1584
1591
|
var NetworkThundercore_default = NetworkThundercore;
|
|
1585
1592
|
|
|
1593
|
+
// src/icons/networks/NetworkTreasure.tsx
|
|
1594
|
+
import { forwardRef as forwardRef103 } from "react";
|
|
1595
|
+
import { Fragment as Fragment99, jsx as jsx103, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
1596
|
+
var NetworkTreasure = forwardRef103(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx103(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx103(Fragment99, { children: /* @__PURE__ */ jsx103("path", { fill: "currentColor", d: "m18.256 5.217-4.968-2.871a2.57 2.57 0 0 0-2.576 0L5.744 5.213A3.49 3.49 0 0 0 4 8.235v7.534c0 1.247.666 2.397 1.744 3.018l4.968 2.867a2.57 2.57 0 0 0 2.576 0l4.968-2.867A3.49 3.49 0 0 0 20 15.769V8.235a3.48 3.48 0 0 0-1.744-3.018M8.246 8.172l.644-.216a.71.71 0 0 0 .461-.528l.271-1.344a.075.075 0 0 1 .074-.058c.036 0 .067.023.075.058l.27 1.344c.05.249.23.446.466.528l.643.216q.048.02.05.07a.07.07 0 0 1-.05.07l-.643.217a.71.71 0 0 0-.465.527L9.77 10.4a.075.075 0 0 1-.075.059.074.074 0 0 1-.074-.059l-.27-1.344a.7.7 0 0 0-.462-.527l-.644-.217a.07.07 0 0 1-.05-.07c0-.032.02-.058.05-.07M9.75 15.1l-.864.29a.94.94 0 0 0-.62.706l-.366 1.8a.104.104 0 0 1-.097.078c-.047 0-.09-.03-.097-.078l-.365-1.8a.94.94 0 0 0-.62-.706l-.864-.29a.1.1 0 0 1-.067-.094c0-.043.027-.081.067-.093l.864-.29a.94.94 0 0 0 .62-.705l.365-1.8a.096.096 0 0 1 .097-.079c.047 0 .09.031.097.078l.365 1.801a.94.94 0 0 0 .62.705l.864.29a.1.1 0 0 1 .067.093.1.1 0 0 1-.067.093m8.315-2.902-1.824.62a1.99 1.99 0 0 0-1.31 1.489l-.77 3.803a.21.21 0 0 1-.207.167.21.21 0 0 1-.205-.167l-.772-3.803a1.99 1.99 0 0 0-1.309-1.488l-1.824-.62a.21.21 0 0 1-.14-.198c0-.09.054-.17.14-.197l1.824-.62a1.99 1.99 0 0 0 1.31-1.489l.77-3.803a.21.21 0 0 1 .206-.167.21.21 0 0 1 .206.167l.771 3.803a1.99 1.99 0 0 0 1.31 1.488l1.824.62c.082.031.14.109.14.198s-.054.17-.14.197" }) }) : /* @__PURE__ */ jsxs51(Fragment99, { children: [
|
|
1597
|
+
/* @__PURE__ */ jsx103("path", { fill: "#DC2626", d: "M4 8.234v7.535c0 1.248.667 2.398 1.744 3.018l4.968 2.867a2.57 2.57 0 0 0 2.577 0l4.968-2.867A3.49 3.49 0 0 0 20 15.77V8.234a3.48 3.48 0 0 0-1.743-3.018l-4.968-2.87a2.57 2.57 0 0 0-2.577 0L5.744 5.212A3.49 3.49 0 0 0 4 8.234" }),
|
|
1598
|
+
/* @__PURE__ */ jsx103("path", { fill: "#FFFDF7", d: "m18.067 11.802-1.825-.62a1.99 1.99 0 0 1-1.31-1.487L14.16 5.89a.21.21 0 0 0-.205-.166.21.21 0 0 0-.206.166l-.77 3.805a1.99 1.99 0 0 1-1.31 1.487l-1.825.62a.204.204 0 0 0-.14.198c0 .089.058.166.14.197l1.825.62a1.99 1.99 0 0 1 1.31 1.488l.77 3.804c.02.097.105.167.206.167s.186-.07.205-.167l.772-3.804c.14-.694.64-1.26 1.31-1.488l1.825-.62a.2.2 0 0 0 .139-.197.21.21 0 0 0-.14-.198m-9.819-3.49.643.217a.7.7 0 0 1 .462.527l.27 1.344a.075.075 0 0 0 .075.058.074.074 0 0 0 .073-.058l.27-1.344a.71.71 0 0 1 .466-.527l.644-.217a.07.07 0 0 0 .05-.07.07.07 0 0 0-.05-.07l-.644-.217a.71.71 0 0 1-.465-.527L9.77 6.084a.074.074 0 0 0-.073-.058.074.074 0 0 0-.074.058l-.271 1.344a.71.71 0 0 1-.462.527l-.643.217a.07.07 0 0 0-.05.07c0 .031.02.058.05.07m1.503 6.601-.864-.29a.94.94 0 0 1-.62-.706l-.363-1.801a.1.1 0 0 0-.097-.077c-.048 0-.09.03-.098.077l-.364 1.801a.94.94 0 0 1-.62.705l-.863.291a.1.1 0 0 0-.067.093c0 .043.027.081.067.093l.863.29a.94.94 0 0 1 .62.706l.364 1.801c.008.046.05.078.098.078.046 0 .084-.035.097-.078l.363-1.801a.94.94 0 0 1 .62-.705l.865-.291a.1.1 0 0 0 .066-.093.1.1 0 0 0-.066-.093" })
|
|
1599
|
+
] }) }));
|
|
1600
|
+
NetworkTreasure.displayName = "NetworkTreasure";
|
|
1601
|
+
var NetworkTreasure_default = NetworkTreasure;
|
|
1602
|
+
|
|
1603
|
+
// src/icons/networks/NetworkMint.tsx
|
|
1604
|
+
import { forwardRef as forwardRef104 } from "react";
|
|
1605
|
+
import { Fragment as Fragment100, jsx as jsx104 } from "react/jsx-runtime";
|
|
1606
|
+
var NetworkMint = forwardRef104(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx104(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx104(Fragment100, { children: /* @__PURE__ */ jsx104("path", { fill: "currentColor", d: "M2 2c5.523 0 10 4.477 10 10C6.477 12 2 7.523 2 2m20 20c-5.523 0-10-4.477-10-10 5.523 0 10 4.477 10 10M12 12a5 5 0 0 1 5-5 5 5 0 0 1-5 5m0 0a5 5 0 0 1-5 5 5 5 0 0 1 5-5" }) }) : /* @__PURE__ */ jsx104(Fragment100, { children: /* @__PURE__ */ jsx104("path", { fill: "#30BF54", d: "M2 2c5.523 0 10 4.477 10 10C6.477 12 2 7.523 2 2m20 20c-5.523 0-10-4.477-10-10 5.523 0 10 4.477 10 10M12 12a5 5 0 0 1 5-5 5 5 0 0 1-5 5m0 0a5 5 0 0 1-5 5 5 5 0 0 1 5-5" }) }) }));
|
|
1607
|
+
NetworkMint.displayName = "NetworkMint";
|
|
1608
|
+
var NetworkMint_default = NetworkMint;
|
|
1609
|
+
|
|
1586
1610
|
// src/icons/networks/NetworkPolygonZkevm.tsx
|
|
1587
|
-
import { forwardRef as
|
|
1588
|
-
import { Fragment as
|
|
1589
|
-
var NetworkPolygonZkevm =
|
|
1590
|
-
/* @__PURE__ */
|
|
1591
|
-
/* @__PURE__ */
|
|
1592
|
-
/* @__PURE__ */
|
|
1593
|
-
/* @__PURE__ */
|
|
1594
|
-
/* @__PURE__ */
|
|
1611
|
+
import { forwardRef as forwardRef105 } from "react";
|
|
1612
|
+
import { Fragment as Fragment101, jsx as jsx105, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
1613
|
+
var NetworkPolygonZkevm = forwardRef105(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx105(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx105(Fragment101, { children: /* @__PURE__ */ jsx105("path", { fill: "currentColor", d: "m16.85 15.574 4.743-2.706a.8.8 0 0 0 .407-.696V6.76a.8.8 0 0 0-.407-.697L16.85 3.357a.83.83 0 0 0-.814 0l-4.744 2.706a.8.8 0 0 0-.406.697v9.671l-3.327 1.897L4.23 16.43v-3.794l3.327-1.897 2.194 1.252V9.446l-1.787-1.02a.83.83 0 0 0-.814 0l-4.744 2.706A.8.8 0 0 0 2 11.83v5.412c0 .286.155.552.407.696l4.744 2.706a.83.83 0 0 0 .814 0l4.744-2.706a.8.8 0 0 0 .406-.696V7.569l.06-.033 3.266-1.863 3.327 1.896v3.795L16.44 13.26l-2.191-1.248v2.545l1.784 1.017a.83.83 0 0 0 .814 0z" }) }) : /* @__PURE__ */ jsxs52(Fragment101, { children: [
|
|
1614
|
+
/* @__PURE__ */ jsx105("path", { fill: "url(#polygon-zkevm__a)", d: "m16.85 15.574 4.743-2.706a.8.8 0 0 0 .407-.696V6.76a.8.8 0 0 0-.407-.697L16.85 3.357a.83.83 0 0 0-.814 0l-4.744 2.706a.8.8 0 0 0-.406.697v9.671l-3.327 1.897L4.23 16.43v-3.794l3.327-1.897 2.194 1.252V9.446l-1.787-1.02a.83.83 0 0 0-.814 0l-4.744 2.706A.8.8 0 0 0 2 11.83v5.412c0 .286.155.552.407.696l4.744 2.706a.83.83 0 0 0 .814 0l4.744-2.706a.8.8 0 0 0 .406-.696V7.569l.06-.033 3.266-1.863 3.327 1.896v3.795L16.44 13.26l-2.191-1.248v2.545l1.784 1.017a.83.83 0 0 0 .814 0z" }),
|
|
1615
|
+
/* @__PURE__ */ jsx105("defs", { children: /* @__PURE__ */ jsxs52("linearGradient", { id: "polygon-zkevm__a", x1: "1.935", x2: "21.021", y1: "17.771", y2: "6.556", gradientUnits: "userSpaceOnUse", children: [
|
|
1616
|
+
/* @__PURE__ */ jsx105("stop", { stopColor: "#A726C1" }),
|
|
1617
|
+
/* @__PURE__ */ jsx105("stop", { offset: ".88", stopColor: "#803BDF" }),
|
|
1618
|
+
/* @__PURE__ */ jsx105("stop", { offset: "1", stopColor: "#7B3FE4" })
|
|
1595
1619
|
] }) })
|
|
1596
1620
|
] }) }));
|
|
1597
1621
|
NetworkPolygonZkevm.displayName = "NetworkPolygonZkevm";
|
|
1598
1622
|
var NetworkPolygonZkevm_default = NetworkPolygonZkevm;
|
|
1599
1623
|
|
|
1600
1624
|
// src/icons/networks/NetworkLitecoin.tsx
|
|
1601
|
-
import { forwardRef as
|
|
1602
|
-
import { Fragment as
|
|
1603
|
-
var NetworkLitecoin =
|
|
1625
|
+
import { forwardRef as forwardRef106 } from "react";
|
|
1626
|
+
import { Fragment as Fragment102, jsx as jsx106 } from "react/jsx-runtime";
|
|
1627
|
+
var NetworkLitecoin = forwardRef106(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx106(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx106(Fragment102, { children: /* @__PURE__ */ jsx106("path", { fill: "currentColor", d: "m5.038 16.012-1.788.7.862-3.462 1.8-.725L8.512 2h6.413l-1.9 7.75 1.763-.713-.85 3.426-1.776.725-1.062 4.526h9.65L19.662 22h-16.1z" }) }) : /* @__PURE__ */ jsx106(Fragment102, { children: /* @__PURE__ */ jsx106("path", { fill: "#345D9D", d: "m5.038 16.012-1.788.7.862-3.462 1.8-.725L8.512 2h6.413l-1.9 7.75 1.763-.713-.85 3.426-1.776.725-1.062 4.526h9.65L19.662 22h-16.1z" }) }) }));
|
|
1604
1628
|
NetworkLitecoin.displayName = "NetworkLitecoin";
|
|
1605
1629
|
var NetworkLitecoin_default = NetworkLitecoin;
|
|
1606
1630
|
|
|
1607
1631
|
// src/icons/networks/NetworkFuse.tsx
|
|
1608
|
-
import { forwardRef as
|
|
1609
|
-
import { Fragment as
|
|
1610
|
-
var NetworkFuse =
|
|
1632
|
+
import { forwardRef as forwardRef107 } from "react";
|
|
1633
|
+
import { Fragment as Fragment103, jsx as jsx107 } from "react/jsx-runtime";
|
|
1634
|
+
var NetworkFuse = forwardRef107(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx107(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx107(Fragment103, { children: /* @__PURE__ */ jsx107("path", { fill: "currentColor", d: "m8.662 3.876 3.2-1.838a.3.3 0 0 1 .294 0l8.437 4.844c.087.05.156.15.156.25v3.331a.27.27 0 0 1-.15.25l-3.187 1.837c-.2.12-.413-.025-.413-.25V9.313c0-.106-.106-.2-.194-.25L8.662 4.388a.294.294 0 0 1 0-.512m-2.068 15.08L3.4 17.12a.3.3 0 0 1-.15-.25V7.182c0-.1.056-.2.15-.25l2.894-1.675a.3.3 0 0 1 .293 0l3.194 1.831c.2.119.2.4 0 .513L7.187 9.1c-.093.056-.187.15-.187.25v9.355c0 .225-.206.363-.406.25m14.155-2.093a.29.29 0 0 1-.15.256l-8.393 4.843a.3.3 0 0 1-.288 0l-2.893-1.656a.29.29 0 0 1-.15-.25v-3.68c0-.226.25-.37.437-.25l2.6 1.48c.087.05.2.05.294 0l8.1-4.675c.2-.112.437.032.437.25h.006z" }) }) : /* @__PURE__ */ jsx107(Fragment103, { children: /* @__PURE__ */ jsx107("path", { fill: "#B4F9B9", d: "m8.662 3.876 3.2-1.838a.3.3 0 0 1 .294 0l8.437 4.844c.087.05.156.15.156.25v3.331a.27.27 0 0 1-.15.25l-3.187 1.837c-.2.12-.413-.025-.413-.25V9.313c0-.106-.106-.2-.194-.25L8.662 4.388a.294.294 0 0 1 0-.512m-2.068 15.08L3.4 17.12a.3.3 0 0 1-.15-.25V7.182c0-.1.056-.2.15-.25l2.894-1.675a.3.3 0 0 1 .293 0l3.194 1.831c.2.119.2.4 0 .513L7.187 9.1c-.093.056-.187.15-.187.25v9.355c0 .225-.206.363-.406.25m14.155-2.093a.29.29 0 0 1-.15.256l-8.393 4.843a.3.3 0 0 1-.288 0l-2.893-1.656a.29.29 0 0 1-.15-.25v-3.68c0-.226.25-.37.437-.25l2.6 1.48c.087.05.2.05.294 0l8.1-4.675c.2-.112.437.032.437.25h.006z" }) }) }));
|
|
1611
1635
|
NetworkFuse.displayName = "NetworkFuse";
|
|
1612
1636
|
var NetworkFuse_default = NetworkFuse;
|
|
1613
1637
|
|
|
1614
1638
|
// src/icons/networks/NetworkTelos.tsx
|
|
1615
|
-
import { forwardRef as
|
|
1616
|
-
import { Fragment as
|
|
1617
|
-
var NetworkTelos =
|
|
1618
|
-
/* @__PURE__ */
|
|
1619
|
-
/* @__PURE__ */
|
|
1620
|
-
/* @__PURE__ */
|
|
1621
|
-
/* @__PURE__ */
|
|
1622
|
-
/* @__PURE__ */
|
|
1623
|
-
/* @__PURE__ */
|
|
1624
|
-
/* @__PURE__ */
|
|
1625
|
-
/* @__PURE__ */
|
|
1626
|
-
/* @__PURE__ */
|
|
1627
|
-
/* @__PURE__ */
|
|
1639
|
+
import { forwardRef as forwardRef108 } from "react";
|
|
1640
|
+
import { Fragment as Fragment104, jsx as jsx108, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
1641
|
+
var NetworkTelos = forwardRef108(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx108(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx108(Fragment104, { children: /* @__PURE__ */ jsx108("path", { fill: "currentColor", d: "M12 18.667a6.667 6.667 0 1 0 0-13.334 6.667 6.667 0 0 0 0 13.334M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10", fillRule: "evenodd", clipRule: "evenodd" }) }) : /* @__PURE__ */ jsxs53(Fragment104, { children: [
|
|
1642
|
+
/* @__PURE__ */ jsx108("path", { fill: "url(#telos__a)", d: "M12 18.667a6.667 6.667 0 1 0 0-13.334 6.667 6.667 0 0 0 0 13.334M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
1643
|
+
/* @__PURE__ */ jsx108("defs", { children: /* @__PURE__ */ jsxs53("radialGradient", { id: "telos__a", cx: "0", cy: "0", r: "1", gradientTransform: "rotate(90 0 12)scale(10)", gradientUnits: "userSpaceOnUse", children: [
|
|
1644
|
+
/* @__PURE__ */ jsx108("stop", { offset: ".152", stopColor: "#42A0B9" }),
|
|
1645
|
+
/* @__PURE__ */ jsx108("stop", { offset: ".247", stopColor: "#70C38D" }),
|
|
1646
|
+
/* @__PURE__ */ jsx108("stop", { offset: ".344", stopColor: "#6FC68F" }),
|
|
1647
|
+
/* @__PURE__ */ jsx108("stop", { offset: ".488", stopColor: "#3B74CE" }),
|
|
1648
|
+
/* @__PURE__ */ jsx108("stop", { offset: ".66", stopColor: "#954494" }),
|
|
1649
|
+
/* @__PURE__ */ jsx108("stop", { offset: ".76", stopColor: "#9A4290" }),
|
|
1650
|
+
/* @__PURE__ */ jsx108("stop", { offset: ".871", stopColor: "#7256AB" }),
|
|
1651
|
+
/* @__PURE__ */ jsx108("stop", { offset: "1", stopColor: "#3D7DC7" })
|
|
1628
1652
|
] }) })
|
|
1629
1653
|
] }) }));
|
|
1630
1654
|
NetworkTelos.displayName = "NetworkTelos";
|
|
1631
1655
|
var NetworkTelos_default = NetworkTelos;
|
|
1632
1656
|
|
|
1633
1657
|
// src/icons/networks/NetworkElastos.tsx
|
|
1634
|
-
import { forwardRef as
|
|
1635
|
-
import { Fragment as
|
|
1636
|
-
var NetworkElastos =
|
|
1637
|
-
/* @__PURE__ */
|
|
1638
|
-
/* @__PURE__ */
|
|
1639
|
-
] }) : /* @__PURE__ */
|
|
1640
|
-
/* @__PURE__ */
|
|
1641
|
-
/* @__PURE__ */
|
|
1658
|
+
import { forwardRef as forwardRef109 } from "react";
|
|
1659
|
+
import { Fragment as Fragment105, jsx as jsx109, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
1660
|
+
var NetworkElastos = forwardRef109(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx109(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs54(Fragment105, { children: [
|
|
1661
|
+
/* @__PURE__ */ jsx109("path", { fill: "currentColor", d: "m12 12.345 5-2.778 5-2.792L17 4l-5 2.775L7 4 2 6.775l5 2.792z" }),
|
|
1662
|
+
/* @__PURE__ */ jsx109("path", { fill: "currentColor", d: "m17 11.657-5 2.776-5-2.776-5 2.776 5 2.792L12 20l5-2.775 5-2.792z" })
|
|
1663
|
+
] }) : /* @__PURE__ */ jsxs54(Fragment105, { children: [
|
|
1664
|
+
/* @__PURE__ */ jsx109("path", { fill: "#8530F1", d: "m12 12.345 5-2.778 5-2.792L17 4l-5 2.775L7 4 2 6.775l5 2.792z" }),
|
|
1665
|
+
/* @__PURE__ */ jsx109("path", { fill: "#8530F1", d: "m17 11.657-5 2.776-5-2.776-5 2.776 5 2.792L12 20l5-2.775 5-2.792z" })
|
|
1642
1666
|
] }) }));
|
|
1643
1667
|
NetworkElastos.displayName = "NetworkElastos";
|
|
1644
1668
|
var NetworkElastos_default = NetworkElastos;
|
|
1645
1669
|
|
|
1646
1670
|
// src/icons/networks/NetworkLycan.tsx
|
|
1647
|
-
import { forwardRef as
|
|
1648
|
-
import { Fragment as
|
|
1649
|
-
var NetworkLycan =
|
|
1671
|
+
import { forwardRef as forwardRef110 } from "react";
|
|
1672
|
+
import { Fragment as Fragment106, jsx as jsx110 } from "react/jsx-runtime";
|
|
1673
|
+
var NetworkLycan = forwardRef110(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx110(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx110(Fragment106, { children: /* @__PURE__ */ jsx110("path", { fill: "currentColor", d: "M18.312 3.058 18.308 3l-.043.028q-.029.017-.048.032l-1.215.883a1305 1305 0 0 1-4.426 3.214.32.32 0 0 0-.15.296l.002 14.133v.118c.003.123.02.133.14.094q.88-.287 1.76-.57a.18.18 0 0 0 .136-.136l.32-1.119v-.001l.198-.687q.298-1.05.599-2.099l.288-.998.284-.986q.125-.435.249-.874l.236-.832.232-.8v-.003l.201-.693.232-.812.18-.63.472-1.637q.12-.413.237-.825.093-.257.118-.53c.007-1.122.006-2.244.005-3.366V3.139zm-6.735 11.5a2637 2637 0 0 1 .003-7.115.29.29 0 0 0-.137-.264l-2.068-1.5Q7.59 4.377 5.803 3.08a.4.4 0 0 0-.102-.039 1 1 0 0 0-.02.101V7.58a.5.5 0 0 0 .014.125 829 829 0 0 0 .826 2.864v.001l.286.986.18.64.176.617q.12.423.244.844a295 295 0 0 1 .595 2.081l.263.91v.002l.227.784q.088.304.174.61l.141.496.198.686a381 381 0 0 1 .542 1.892.15.15 0 0 0 .116.114q.35.111.697.226l.284.093.797.259c.12.039.136.027.136-.098zm4.263 4.746 3.082-10.786.049-.028q.015.046.04.087l2.945 3.706a.17.17 0 0 1 .032.177q-.108.368-.211.737l-.096.341-.155.546-.001.002-.165.576-.005.018q-.097.337-.187.677a.4.4 0 0 1-.166.25q-.702.504-1.4 1.015l-.573.417-2.405 1.749-.663.481-.058.037-.029.017zm-7.741.01.038.024c.003-.13-3.02-10.749-3.096-10.811l-.031.037-.067.08q-.26.33-.521.657-1.188 1.499-2.38 2.994a.16.16 0 0 0-.033.16 130 130 0 0 1 .515 1.806q.164.585.33 1.167a.3.3 0 0 0 .1.147l2 1.458L8.03 19.27q.033.023.07.045" }) }) : /* @__PURE__ */ jsx110(Fragment106, { children: /* @__PURE__ */ jsx110("path", { fill: "#FF7D34", d: "M18.312 3.058 18.308 3l-.043.028q-.029.017-.048.032l-1.215.883a1305 1305 0 0 1-4.426 3.214.32.32 0 0 0-.15.296l.002 14.133v.118c.003.123.02.133.14.094q.88-.287 1.76-.57a.18.18 0 0 0 .136-.136l.32-1.119v-.001l.198-.687q.298-1.05.599-2.099l.288-.998.284-.986q.125-.435.249-.874l.236-.832.232-.8v-.003l.201-.693.232-.812.18-.63.472-1.637q.12-.413.237-.825.093-.257.118-.53c.007-1.122.006-2.244.005-3.366V3.139zm-6.735 11.5a2637 2637 0 0 1 .003-7.115.29.29 0 0 0-.137-.264l-2.068-1.5Q7.59 4.377 5.803 3.08a.4.4 0 0 0-.102-.039 1 1 0 0 0-.02.101V7.58a.5.5 0 0 0 .014.125 829 829 0 0 0 .826 2.864v.001l.286.986.18.64.176.617q.12.423.244.844a295 295 0 0 1 .595 2.081l.263.91v.002l.227.784q.088.304.174.61l.141.496.198.686a381 381 0 0 1 .542 1.892.15.15 0 0 0 .116.114q.35.111.697.226l.284.093.797.259c.12.039.136.027.136-.098zm4.263 4.746 3.082-10.786.049-.028q.015.046.04.087l2.945 3.706a.17.17 0 0 1 .032.177q-.108.368-.211.737l-.096.341-.155.546-.001.002-.165.576-.005.018q-.097.337-.187.677a.4.4 0 0 1-.166.25q-.702.504-1.4 1.015l-.573.417-2.405 1.749-.663.481-.058.037-.029.017zm-7.741.01.038.024c.003-.13-3.02-10.749-3.096-10.811l-.031.037-.067.08q-.26.33-.521.657-1.188 1.499-2.38 2.994a.16.16 0 0 0-.033.16 130 130 0 0 1 .515 1.806q.164.585.33 1.167a.3.3 0 0 0 .1.147l2 1.458L8.03 19.27q.033.023.07.045" }) }) }));
|
|
1650
1674
|
NetworkLycan.displayName = "NetworkLycan";
|
|
1651
1675
|
var NetworkLycan_default = NetworkLycan;
|
|
1652
1676
|
|
|
1653
1677
|
// src/icons/networks/NetworkStellar.tsx
|
|
1654
|
-
import { forwardRef as
|
|
1655
|
-
import { Fragment as
|
|
1656
|
-
var NetworkStellar =
|
|
1678
|
+
import { forwardRef as forwardRef111 } from "react";
|
|
1679
|
+
import { Fragment as Fragment107, jsx as jsx111 } from "react/jsx-runtime";
|
|
1680
|
+
var NetworkStellar = forwardRef111(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx111(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx111(Fragment107, { children: /* @__PURE__ */ jsx111("path", { fill: "currentColor", d: "M5.14 12.943A7.47 7.47 0 0 1 6 8.413a7.1 7.1 0 0 1 2.506-2.637 6.7 6.7 0 0 1 3.43-.992 6.7 6.7 0 0 1 3.45.917l1.585-.842a8.25 8.25 0 0 0-4.31-1.656 8.17 8.17 0 0 0-4.505.936 8.6 8.6 0 0 0-3.371 3.253 9.1 9.1 0 0 0-1.222 5.281c.023.315-.044.63-.193.908a1.57 1.57 0 0 1-.643.644L2 14.611v1.803L22 5.787V3.984zM22 7.589 6.212 15.973 2 18.213v1.8l16.864-8.961q.06.473.059.95c0 1.255-.315 2.49-.918 3.59a7.1 7.1 0 0 1-2.51 2.64 6.7 6.7 0 0 1-3.435.99 6.7 6.7 0 0 1-3.452-.923l-.085.047-1.494.794a8.25 8.25 0 0 0 4.309 1.656 8.17 8.17 0 0 0 4.504-.935 8.6 8.6 0 0 0 3.372-3.25 9.1 9.1 0 0 0 1.223-5.288 1.66 1.66 0 0 1 .193-.907 1.57 1.57 0 0 1 .642-.644L22 9.386z" }) }) : /* @__PURE__ */ jsx111(Fragment107, { children: /* @__PURE__ */ jsx111("path", { fill: "#000", d: "M5.14 12.943A7.47 7.47 0 0 1 6 8.413a7.1 7.1 0 0 1 2.506-2.637 6.7 6.7 0 0 1 3.43-.992 6.7 6.7 0 0 1 3.45.917l1.585-.842a8.25 8.25 0 0 0-4.31-1.656 8.17 8.17 0 0 0-4.505.936 8.6 8.6 0 0 0-3.371 3.253 9.1 9.1 0 0 0-1.222 5.281c.023.315-.044.63-.193.908a1.57 1.57 0 0 1-.643.644L2 14.611v1.803L22 5.787V3.984zM22 7.589 6.212 15.973 2 18.213v1.8l16.864-8.961q.06.473.059.95c0 1.255-.315 2.49-.918 3.59a7.1 7.1 0 0 1-2.51 2.64 6.7 6.7 0 0 1-3.435.99 6.7 6.7 0 0 1-3.452-.923l-.085.047-1.494.794a8.25 8.25 0 0 0 4.309 1.656 8.17 8.17 0 0 0 4.504-.935 8.6 8.6 0 0 0 3.372-3.25 9.1 9.1 0 0 0 1.223-5.288 1.66 1.66 0 0 1 .193-.907 1.57 1.57 0 0 1 .642-.644L22 9.386z" }) }) }));
|
|
1657
1681
|
NetworkStellar.displayName = "NetworkStellar";
|
|
1658
1682
|
var NetworkStellar_default = NetworkStellar;
|
|
1659
1683
|
|
|
1660
1684
|
// src/icons/networks/NetworkXdc.tsx
|
|
1661
|
-
import { forwardRef as
|
|
1662
|
-
import { Fragment as
|
|
1663
|
-
var NetworkXdc =
|
|
1685
|
+
import { forwardRef as forwardRef112 } from "react";
|
|
1686
|
+
import { Fragment as Fragment108, jsx as jsx112 } from "react/jsx-runtime";
|
|
1687
|
+
var NetworkXdc = forwardRef112(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx112(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx112(Fragment108, { children: /* @__PURE__ */ jsx112("path", { fill: "currentColor", d: "m9.572 8.512-2.744 3.394 2.889 3.584-1.607.003q-.497 0-.867-.456l-1.52-1.89-1.517 1.895q-.368.458-.866.458H2.28q-.249.001-.28-.22.001-.107.104-.238l2.505-3.133-2.367-2.926q-.104-.128-.105-.24 0-.224.273-.224h1.07q.497-.001.872.461l1.363 1.694 1.363-1.696q.367-.456.871-.464h.354zm12.29 6.468a.5.5 0 0 1-.148.352.52.52 0 0 1-.36.146l-2.261.002q-2.16 0-3.144-.839a2.54 2.54 0 0 1-.69-.971c.178-.476.27-1.034.267-1.674q-.002-.96-.273-1.674c.164-.39.39-.717.688-.973q.982-.844 3.142-.847L21.49 8.5a.52.52 0 0 1 .36.146.5.5 0 0 1 .15.352v.879l-2.859.002q-1.337 0-1.821.481-.486.482-.482 1.636.001 1.155.484 1.631.483.478 1.822.476l2.718-.002zm-6.935-4.657q.102.24.163.485c.093.39.138.79.135 1.19.004.4-.04.8-.132 1.189q-.06.25-.16.485a2.6 2.6 0 0 1-.688.972q-.986.84-3.144.844h-1.004l-1.108-1.375 2.056-.002q1.335 0 1.819-.478.483-.48.481-1.634.001-1.155-.484-1.634-.482-.48-1.822-.478l-2.198.002 1.113-1.377 1.139-.003q2.162-.002 3.144.842c.3.254.527.583.69.972M8.65 13.68l-1.427-1.768 1.422-1.769z", fillRule: "evenodd", clipRule: "evenodd" }) }) : /* @__PURE__ */ jsx112(Fragment108, { children: /* @__PURE__ */ jsx112("path", { fill: "#9FF3FF", d: "m9.572 8.512-2.744 3.394 2.889 3.584-1.607.003q-.497 0-.867-.456l-1.52-1.89-1.517 1.895q-.368.458-.866.458H2.28q-.249.001-.28-.22.001-.107.104-.238l2.505-3.133-2.367-2.926q-.104-.128-.105-.24 0-.224.273-.224h1.07q.497-.001.872.461l1.363 1.694 1.363-1.696q.367-.456.871-.464h.354zm12.29 6.468a.5.5 0 0 1-.148.352.52.52 0 0 1-.36.146l-2.261.002q-2.16 0-3.144-.839a2.54 2.54 0 0 1-.69-.971c.178-.476.27-1.034.267-1.674q-.002-.96-.273-1.674c.164-.39.39-.717.688-.973q.982-.844 3.142-.847L21.49 8.5a.52.52 0 0 1 .36.146.5.5 0 0 1 .15.352v.879l-2.859.002q-1.337 0-1.821.481-.486.482-.482 1.636.001 1.155.484 1.631.483.478 1.822.476l2.718-.002zm-6.935-4.657q.102.24.163.485c.093.39.138.79.135 1.19.004.4-.04.8-.132 1.189q-.06.25-.16.485a2.6 2.6 0 0 1-.688.972q-.986.84-3.144.844h-1.004l-1.108-1.375 2.056-.002q1.335 0 1.819-.478.483-.48.481-1.634.001-1.155-.484-1.634-.482-.48-1.822-.478l-2.198.002 1.113-1.377 1.139-.003q2.162-.002 3.144.842c.3.254.527.583.69.972M8.65 13.68l-1.427-1.768 1.422-1.769z", fillRule: "evenodd", clipRule: "evenodd" }) }) }));
|
|
1664
1688
|
NetworkXdc.displayName = "NetworkXdc";
|
|
1665
1689
|
var NetworkXdc_default = NetworkXdc;
|
|
1666
1690
|
|
|
1667
1691
|
// src/icons/networks/NetworkUnichain.tsx
|
|
1668
|
-
import { forwardRef as
|
|
1669
|
-
import { Fragment as
|
|
1670
|
-
var NetworkUnichain =
|
|
1692
|
+
import { forwardRef as forwardRef113 } from "react";
|
|
1693
|
+
import { Fragment as Fragment109, jsx as jsx113 } from "react/jsx-runtime";
|
|
1694
|
+
var NetworkUnichain = forwardRef113(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx113(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx113(Fragment109, { children: /* @__PURE__ */ jsx113("path", { fill: "currentColor", d: "M22 11.81c-5.42 0-9.81-4.394-9.81-9.81h-.38v9.81H2v.38c5.42 0 9.81 4.394 9.81 9.81h.38v-9.81H22z" }) }) : /* @__PURE__ */ jsx113(Fragment109, { children: /* @__PURE__ */ jsx113("path", { fill: "#F50DB4", d: "M22 11.81c-5.42 0-9.81-4.394-9.81-9.81h-.38v9.81H2v.38c5.42 0 9.81 4.394 9.81 9.81h.38v-9.81H22z" }) }) }));
|
|
1671
1695
|
NetworkUnichain.displayName = "NetworkUnichain";
|
|
1672
1696
|
var NetworkUnichain_default = NetworkUnichain;
|
|
1673
1697
|
|
|
1674
1698
|
// src/icons/networks/NetworkArweave.tsx
|
|
1675
|
-
import { forwardRef as
|
|
1676
|
-
import { Fragment as
|
|
1677
|
-
var NetworkArweave =
|
|
1678
|
-
/* @__PURE__ */
|
|
1679
|
-
/* @__PURE__ */
|
|
1680
|
-
] }) : /* @__PURE__ */
|
|
1681
|
-
/* @__PURE__ */
|
|
1682
|
-
/* @__PURE__ */
|
|
1699
|
+
import { forwardRef as forwardRef114 } from "react";
|
|
1700
|
+
import { Fragment as Fragment110, jsx as jsx114, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
1701
|
+
var NetworkArweave = forwardRef114(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx114(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs55(Fragment110, { children: [
|
|
1702
|
+
/* @__PURE__ */ jsx114("path", { fill: "currentColor", d: "M12 3.57a8.43 8.43 0 1 0 0 16.86 8.43 8.43 0 0 0 0-16.86M2 12C2 6.478 6.478 2 12 2s10 4.478 10 10-4.477 10-10 10S2 17.523 2 12" }),
|
|
1703
|
+
/* @__PURE__ */ jsx114("path", { fill: "currentColor", d: "M13.409 15.01a1.7 1.7 0 0 1-.114-.31 4 4 0 0 1-.08-.368 2.45 2.45 0 0 1-.806.577 2.6 2.6 0 0 1-.537.168q-.315.07-.638.067a3.2 3.2 0 0 1-1.027-.161 2.4 2.4 0 0 1-.798-.45 2.1 2.1 0 0 1-.524-.684 2 2 0 0 1-.188-.873q0-1.148.853-1.772c.573-.42 1.425-.655 2.557-.655h.819v-.405c0-.63-.478-1.135-1.107-1.135-.38 0-.659.132-.833.297q-.261.242-.262.651H8.86q0-.463.2-.879c.14-.278.339-.57.598-.78a3 3 0 0 1 .96-.497q.57-.188 1.302-.188.659 0 1.221.161.571.161.988.477.416.316.65.798.236.477.236 1.108v3.114q0 .585.074.967.073.382.214.658v.114zm-1.043-1.55c.262-.146.45-.338.557-.524v-1.205h-.729c-.555 0-1.283.06-1.537.641-.16.356-.124.804.168 1.08.437.404 1.08.261 1.54.007" })
|
|
1704
|
+
] }) : /* @__PURE__ */ jsxs55(Fragment110, { children: [
|
|
1705
|
+
/* @__PURE__ */ jsx114("path", { fill: "#222326", d: "M12 3.57a8.43 8.43 0 1 0 0 16.86 8.43 8.43 0 0 0 0-16.86M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12" }),
|
|
1706
|
+
/* @__PURE__ */ jsx114("path", { fill: "#222326", d: "M13.409 15.01a1.7 1.7 0 0 1-.114-.309 4 4 0 0 1-.08-.369 2.4 2.4 0 0 1-.806.577 2.6 2.6 0 0 1-.537.168q-.315.07-.638.068a3.2 3.2 0 0 1-1.027-.162 2.4 2.4 0 0 1-.798-.45 2.1 2.1 0 0 1-.524-.684 2 2 0 0 1-.188-.873q0-1.147.853-1.772c.573-.42 1.425-.655 2.557-.655h.819v-.405c0-.63-.478-1.135-1.107-1.135-.38 0-.659.132-.833.298q-.261.241-.262.65H8.86q0-.462.2-.879c.14-.278.339-.57.598-.78a3 3 0 0 1 .96-.497q.57-.188 1.302-.188.658 0 1.221.162.571.16.988.476.416.316.65.798.236.477.236 1.109v3.113q0 .585.074.967.073.382.214.658v.114zm-1.044-1.55a1.44 1.44 0 0 0 .558-.524v-1.205h-.729c-.555 0-1.283.06-1.537.641-.16.356-.124.804.168 1.081.437.403 1.08.26 1.54.006" })
|
|
1683
1707
|
] }) }));
|
|
1684
1708
|
NetworkArweave.displayName = "NetworkArweave";
|
|
1685
1709
|
var NetworkArweave_default = NetworkArweave;
|
|
1686
1710
|
|
|
1687
1711
|
// src/icons/networks/NetworkImmutable.tsx
|
|
1688
|
-
import { forwardRef as
|
|
1689
|
-
import { Fragment as
|
|
1690
|
-
var NetworkImmutable =
|
|
1712
|
+
import { forwardRef as forwardRef115 } from "react";
|
|
1713
|
+
import { Fragment as Fragment111, jsx as jsx115 } from "react/jsx-runtime";
|
|
1714
|
+
var NetworkImmutable = forwardRef115(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx115(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx115(Fragment111, { children: /* @__PURE__ */ jsx115("path", { fill: "currentColor", d: "M12 2C6.473 2 2 6.473 2 12c0 5.526 4.473 10 10 10 5.526 0 10-4.474 10-10 0-5.527-4.474-10-10-10m-.429 4.045c.28-.14.569-.13.84.028.931.53 1.863 1.071 2.795 1.612a.89.89 0 0 1 .447.801c.01 1.212 0 2.414 0 3.626 0 .046-.028.112-.065.13-.354.215-.727.42-1.118.653V8.98c0-.242-.084-.391-.29-.512a580 580 0 0 1-3.242-1.864c-.047-.028-.094-.056-.168-.103.289-.177.531-.326.801-.456m-.205 12.358c-.065-.028-.102-.056-.149-.075-1.426-.82-2.861-1.659-4.296-2.47-.401-.233-.587-.559-.578-1.016q.015-1.468 0-2.935c0-.438.177-.764.568-.979 1.007-.578 2.014-1.155 3.01-1.733.085-.047.15-.056.243 0q.517.307 1.063.615a2 2 0 0 1-.178.102c-1.08.625-2.171 1.258-3.252 1.874-.177.102-.261.233-.261.438.01.773.01 1.537 0 2.311 0 .214.084.345.26.447 1.147.653 2.293 1.324 3.44 1.976.093.056.14.112.14.233-.01.4-.01.792-.01 1.212m0-2.2a4 4 0 0 1-.242-.14c-.913-.521-1.817-1.053-2.73-1.575-.103-.056-.14-.111-.131-.233.01-.587 0-1.183 0-1.77 0-.084.01-.14.093-.178.336-.186.671-.382.997-.577a.4.4 0 0 1 .093-.047v.662c0 .363.01.717 0 1.08 0 .206.075.346.252.448.513.29 1.025.597 1.538.886.102.056.13.12.13.233zm-1.043-7.772a.49.49 0 0 0-.55 0 368 368 0 0 1-3.253 1.882c-.047.028-.093.047-.177.093.028-.41-.056-.801.084-1.174a.88.88 0 0 1 .41-.466L9.549 7.2a.94.94 0 0 1 .997.01c1.025.596 2.06 1.183 3.085 1.78.046.028.102.084.102.12.01.42 0 .849 0 1.306-.372-.215-.717-.42-1.062-.616-.783-.456-1.566-.903-2.348-1.37m7.232 6.654c-.029.335-.224.568-.513.736-1.1.634-2.209 1.268-3.309 1.91-.344.196-.69.401-1.034.597a2 2 0 0 1-.14.075c0-.056-.01-.103-.01-.14v-1.1c0-.084.02-.13.094-.177 1.603-.923 3.215-1.855 4.818-2.777a.4.4 0 0 1 .094-.047c.009.326.027.625 0 .923m.009-2.293c0 .382-.205.643-.531.83-1.259.726-2.517 1.444-3.766 2.171-.232.13-.456.261-.708.4 0-.064-.01-.102-.01-.148v-1.081c0-.103.029-.159.122-.205 1.137-.653 2.283-1.315 3.42-1.967.205-.112.29-.26.29-.494-.01-1.24 0-2.488 0-3.728v-.214c.297.177.577.326.829.513a.84.84 0 0 1 .354.699q.015 1.604 0 3.224" }) }) : /* @__PURE__ */ jsx115(Fragment111, { children: /* @__PURE__ */ jsx115("path", { fill: "#000", d: "M12 2C6.473 2 2 6.473 2 12c0 5.526 4.473 10 10 10 5.526 0 10-4.474 10-10 0-5.527-4.474-10-10-10m-.429 4.045c.28-.14.569-.13.84.028.931.53 1.863 1.071 2.795 1.612a.89.89 0 0 1 .447.801c.01 1.212 0 2.414 0 3.626 0 .046-.028.112-.065.13-.354.215-.727.42-1.118.653V8.98c0-.242-.084-.391-.29-.512a580 580 0 0 1-3.242-1.864c-.047-.028-.094-.056-.168-.103.289-.177.531-.326.801-.456m-.205 12.358c-.065-.028-.102-.056-.149-.075-1.426-.82-2.861-1.659-4.296-2.47-.401-.233-.587-.559-.578-1.016q.015-1.468 0-2.935c0-.438.177-.764.568-.979 1.007-.578 2.014-1.155 3.01-1.733.085-.047.15-.056.243 0q.517.307 1.063.615a2 2 0 0 1-.178.102c-1.08.625-2.171 1.258-3.252 1.874-.177.102-.261.233-.261.438.01.773.01 1.537 0 2.311 0 .214.084.345.26.447 1.147.653 2.293 1.324 3.44 1.976.093.056.14.112.14.233-.01.4-.01.792-.01 1.212m0-2.2a4 4 0 0 1-.242-.14c-.913-.521-1.817-1.053-2.73-1.575-.103-.056-.14-.111-.131-.233.01-.587 0-1.183 0-1.77 0-.084.01-.14.093-.178.336-.186.671-.382.997-.577a.4.4 0 0 1 .093-.047v.662c0 .363.01.717 0 1.08 0 .206.075.346.252.448.513.29 1.025.597 1.538.886.102.056.13.12.13.233zm-1.043-7.772a.49.49 0 0 0-.55 0 368 368 0 0 1-3.253 1.882c-.047.028-.093.047-.177.093.028-.41-.056-.801.084-1.174a.88.88 0 0 1 .41-.466L9.549 7.2a.94.94 0 0 1 .997.01c1.025.596 2.06 1.183 3.085 1.78.046.028.102.084.102.12.01.42 0 .849 0 1.306-.372-.215-.717-.42-1.062-.616-.783-.456-1.566-.903-2.348-1.37m7.232 6.654c-.029.335-.224.568-.513.736-1.1.634-2.209 1.268-3.309 1.91-.344.196-.69.401-1.034.597a2 2 0 0 1-.14.075c0-.056-.01-.103-.01-.14v-1.1c0-.084.02-.13.094-.177 1.603-.923 3.215-1.855 4.818-2.777a.4.4 0 0 1 .094-.047c.009.326.027.625 0 .923m.009-2.293c0 .382-.205.643-.531.83-1.259.726-2.517 1.444-3.766 2.171-.232.13-.456.261-.708.4 0-.064-.01-.102-.01-.148v-1.081c0-.103.029-.159.122-.205 1.137-.653 2.283-1.315 3.42-1.967.205-.112.29-.26.29-.494-.01-1.24 0-2.488 0-3.728v-.214c.297.177.577.326.829.513a.84.84 0 0 1 .354.699q.015 1.604 0 3.224" }) }) }));
|
|
1691
1715
|
NetworkImmutable.displayName = "NetworkImmutable";
|
|
1692
1716
|
var NetworkImmutable_default = NetworkImmutable;
|
|
1693
1717
|
|
|
1694
1718
|
// src/icons/networks/NetworkStargaze.tsx
|
|
1695
|
-
import { forwardRef as
|
|
1696
|
-
import { Fragment as
|
|
1697
|
-
var NetworkStargaze =
|
|
1698
|
-
/* @__PURE__ */
|
|
1699
|
-
/* @__PURE__ */
|
|
1700
|
-
] }) : /* @__PURE__ */
|
|
1701
|
-
/* @__PURE__ */
|
|
1702
|
-
/* @__PURE__ */
|
|
1703
|
-
/* @__PURE__ */
|
|
1704
|
-
/* @__PURE__ */
|
|
1705
|
-
/* @__PURE__ */
|
|
1706
|
-
/* @__PURE__ */
|
|
1707
|
-
/* @__PURE__ */
|
|
1708
|
-
/* @__PURE__ */
|
|
1709
|
-
] }),
|
|
1710
|
-
/* @__PURE__ */
|
|
1711
|
-
/* @__PURE__ */
|
|
1712
|
-
/* @__PURE__ */
|
|
1719
|
+
import { forwardRef as forwardRef116 } from "react";
|
|
1720
|
+
import { Fragment as Fragment112, jsx as jsx116, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
1721
|
+
var NetworkStargaze = forwardRef116(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx116(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs56(Fragment112, { children: [
|
|
1722
|
+
/* @__PURE__ */ jsx116("path", { fill: "currentColor", d: "M8.201 9.762a.3.3 0 0 0-.324-.394l-5.616.8a.3.3 0 0 0-.177.505l4 4.13a.296.296 0 0 0 .42.014.3.3 0 0 0 .08-.132zM6.16 21.325a.294.294 0 0 0 .418.353l5.252-2.494a.3.3 0 0 1 .247 0l5.487 2.488a.3.3 0 0 0 .406-.37c-1.035-3.118-1.97-6.2-2.97-9.311a.294.294 0 0 0-.53-.06l-2.216 3.977a.3.3 0 0 1-.265.153h-.094a.3.3 0 0 1-.259-.159l-2.153-3.958a.3.3 0 0 0-.258-.159h-.03a.295.295 0 0 0-.288.212 271 271 0 0 0-2.747 9.328m11.216-6.728a.294.294 0 0 0 .494.117l4.04-4.04a.301.301 0 0 0-.17-.512l-5.587-.782a.3.3 0 0 0-.33.388z" }),
|
|
1723
|
+
/* @__PURE__ */ jsx116("path", { fill: "currentColor", d: "M14.247 9.28a.35.35 0 0 0 0-.277l-.03-.07-1.98-6.423a.294.294 0 0 0-.57 0L9.723 8.933l-.029.094a.32.32 0 0 0 .012.223l1.923 4.435a.31.31 0 0 0 .27.176h.071a.3.3 0 0 0 .27-.176l2-4.405z" })
|
|
1724
|
+
] }) : /* @__PURE__ */ jsxs56(Fragment112, { children: [
|
|
1725
|
+
/* @__PURE__ */ jsx116("path", { fill: "#E2BB5E", d: "M8.201 9.762a.3.3 0 0 0-.324-.394l-5.616.8a.3.3 0 0 0-.177.506l4 4.128a.296.296 0 0 0 .42.015.3.3 0 0 0 .08-.132z" }),
|
|
1726
|
+
/* @__PURE__ */ jsx116("path", { fill: "url(#stargaze__a)", d: "M6.16 21.325a.294.294 0 0 0 .418.353l5.252-2.494a.3.3 0 0 1 .247 0l5.487 2.488a.3.3 0 0 0 .406-.37c-1.035-3.118-1.97-6.2-2.97-9.311a.295.295 0 0 0-.53-.059l-2.216 3.976a.3.3 0 0 1-.265.153h-.094a.3.3 0 0 1-.259-.159l-2.153-3.958a.3.3 0 0 0-.258-.159h-.03a.296.296 0 0 0-.288.212 271 271 0 0 0-2.747 9.328" }),
|
|
1727
|
+
/* @__PURE__ */ jsx116("path", { fill: "#DBA527", d: "M17.376 14.597a.295.295 0 0 0 .494.117l4.04-4.04a.302.302 0 0 0-.17-.512l-5.587-.782a.3.3 0 0 0-.33.388z" }),
|
|
1728
|
+
/* @__PURE__ */ jsx116("path", { fill: "url(#stargaze__b)", d: "M14.247 9.28a.35.35 0 0 0 0-.277l-.03-.07-1.98-6.423a.294.294 0 0 0-.57 0L9.723 8.933l-.029.094a.32.32 0 0 0 .012.223l1.923 4.435a.31.31 0 0 0 .27.176h.071a.3.3 0 0 0 .27-.176l2-4.405z" }),
|
|
1729
|
+
/* @__PURE__ */ jsxs56("defs", { children: [
|
|
1730
|
+
/* @__PURE__ */ jsxs56("linearGradient", { id: "stargaze__a", x1: "-4.997", x2: "28.778", y1: ".32", y2: ".32", gradientUnits: "userSpaceOnUse", children: [
|
|
1731
|
+
/* @__PURE__ */ jsx116("stop", { offset: ".49", stopColor: "#E2BB5E" }),
|
|
1732
|
+
/* @__PURE__ */ jsx116("stop", { offset: ".5", stopColor: "#DBA527" })
|
|
1733
|
+
] }),
|
|
1734
|
+
/* @__PURE__ */ jsxs56("linearGradient", { id: "stargaze__b", x1: "2.003", x2: "22", y1: "10.779", y2: "10.779", gradientUnits: "userSpaceOnUse", children: [
|
|
1735
|
+
/* @__PURE__ */ jsx116("stop", { offset: ".49", stopColor: "#E2BB5E" }),
|
|
1736
|
+
/* @__PURE__ */ jsx116("stop", { offset: ".5", stopColor: "#DBA527" })
|
|
1713
1737
|
] })
|
|
1714
1738
|
] })
|
|
1715
1739
|
] }) }));
|
|
@@ -1717,160 +1741,160 @@ NetworkStargaze.displayName = "NetworkStargaze";
|
|
|
1717
1741
|
var NetworkStargaze_default = NetworkStargaze;
|
|
1718
1742
|
|
|
1719
1743
|
// src/icons/networks/NetworkMetisAndromeda.tsx
|
|
1720
|
-
import { forwardRef as
|
|
1721
|
-
import { Fragment as
|
|
1722
|
-
var NetworkMetisAndromeda =
|
|
1723
|
-
/* @__PURE__ */
|
|
1724
|
-
/* @__PURE__ */
|
|
1725
|
-
] }) : /* @__PURE__ */
|
|
1726
|
-
/* @__PURE__ */
|
|
1727
|
-
/* @__PURE__ */
|
|
1744
|
+
import { forwardRef as forwardRef117 } from "react";
|
|
1745
|
+
import { Fragment as Fragment113, jsx as jsx117, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
1746
|
+
var NetworkMetisAndromeda = forwardRef117(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx117(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs57(Fragment113, { children: [
|
|
1747
|
+
/* @__PURE__ */ jsx117("path", { fill: "currentColor", d: "M11.795 12.905c.206-.376.558-.782.877-1.188.857.012 1.44.048 2.27-.394.293-.153.37-.142.458-.482-1.022 0-1.246.118-2.082.317.548-.788 2.671-1.294 2.8-2.293-.736.164-1 .288-1.506.67l-1.206.977c.053-.33.283-.683.412-.978.19-.44.136-.605.26-1.063-.36.034-.542.43-.765.746-.983 1.47-.613 2.664-1.7 3.307.07-.73.359-1.554.14-2.372-.617-.058-.687 1.335-.687 2.13 0 1.83.029.942-.6 2.247-.048-.507-.007-1.676-.148-2.03-.17-.44-.041-.288-.4-.294-.259.483-.087 1.83.024 2.37.088.46.206.636.088 1.019-.053.165-.282.759-.371.935-.158-.736-.564-2.041-1.164-1.964-.17.705.629 1.976 1.035 2.293-.011.648-.188.836-.206 1.611.106-.188.136-.288.188-.494.048-.199.09-.44.106-.646.782-.024 2.295-.188 2.436-1.236-.648-.21-1.736.53-2.236.806.072-.394.389-1.235.6-1.493.607.152 2.195.047 2.4-.813l-2.3.442.777-1.43c.847 0 2.589-.258 2.788-1.076-.994-.118-1.5.224-2.294.376z" }),
|
|
1748
|
+
/* @__PURE__ */ jsx117("path", { fill: "currentColor", d: "M12.024 2C17.53 2 22 6.553 22 12.165c0 5.659-4.376 8.587-7.44 9.835h-.018c-.742-.942-.471-.765.306-2.665.564-1.383.47-1.576.682-2.2.082-.234.241-.412.335-.588 2.688-.036 2.9-.064 2.882-1.176 0-.76-.047-.489.272-.97-.224-.355-.165-.49-.09-.742.136-.442-.017-.388-.116-.771.33-.294.634-.306.834-.752-.223-.365-.558-.535-.893-.807-.59-.48-.86-.858-.872-1.164-.016-.412.36-.7.365-.942.013-.275-.347-.705-.517-1.017L17.2 7.03c-.576-1.423-1.364-1.564-3.017-1.752-1.34-.16-2.165-.344-2.865-.337-.882.007-1.576.5-2.883 1.53a9 9 0 0 1-1.87 1.118c-.905.693-2.176 1.765-2.188 2.923-.018.5-.011.994-.024 1.488-.028 1.34.965 1.582 1.118 1.917.118.247.048.507.206.86.241.53.212.223.56.506.304.233.44 1 .651 1.37.425.74 2.1 1.13 2.424 1.387-.053.913-.988 2.501-1.647 3.283a10.2 10.2 0 0 1-5.664-9.17C2.042 6.554 6.512 2 12.024 2" })
|
|
1749
|
+
] }) : /* @__PURE__ */ jsxs57(Fragment113, { children: [
|
|
1750
|
+
/* @__PURE__ */ jsx117("path", { fill: "#00D8C1", d: "M11.795 12.905c.206-.376.558-.782.877-1.188.857.012 1.44.048 2.27-.394.293-.153.37-.142.458-.482-1.022 0-1.246.118-2.082.317.548-.788 2.67-1.294 2.8-2.293-.736.164-1 .288-1.506.67l-1.206.977c.053-.33.283-.683.412-.978.19-.44.136-.605.26-1.063-.36.034-.542.43-.765.746-.983 1.47-.613 2.664-1.7 3.307.07-.73.359-1.554.14-2.372-.617-.058-.687 1.335-.687 2.13 0 1.83.029.942-.6 2.247-.048-.507-.007-1.676-.148-2.03-.17-.44-.041-.288-.4-.294-.259.483-.087 1.83.024 2.37.088.46.206.636.088 1.019a11 11 0 0 1-.371.935c-.158-.736-.564-2.041-1.164-1.964-.17.705.629 1.976 1.035 2.293-.011.648-.188.836-.206 1.611.106-.188.136-.288.188-.494.048-.199.09-.44.106-.646.782-.024 2.295-.188 2.436-1.236-.648-.21-1.736.53-2.236.806.072-.394.389-1.235.6-1.493.607.152 2.195.047 2.4-.813l-2.3.442.777-1.43c.847 0 2.589-.258 2.787-1.076-.993-.118-1.5.224-2.293.376z" }),
|
|
1751
|
+
/* @__PURE__ */ jsx117("path", { fill: "#00D8C1", d: "M12.024 2C17.53 2 22 6.553 22 12.165c0 5.659-4.376 8.587-7.44 9.835h-.019c-.74-.942-.47-.765.307-2.665.564-1.383.47-1.576.682-2.2.082-.234.241-.412.335-.588 2.688-.036 2.9-.064 2.882-1.176 0-.76-.047-.489.272-.97-.224-.355-.165-.49-.09-.742.136-.442-.017-.388-.116-.771.33-.294.634-.306.834-.752-.223-.365-.558-.535-.893-.807-.59-.48-.86-.858-.872-1.164-.016-.412.36-.7.365-.942.013-.275-.347-.705-.517-1.017L17.2 7.03c-.576-1.423-1.364-1.564-3.017-1.752-1.34-.16-2.165-.344-2.865-.337-.882.007-1.576.5-2.883 1.53a9 9 0 0 1-1.87 1.118c-.905.693-2.176 1.765-2.188 2.923-.018.5-.011.994-.024 1.488-.028 1.34.965 1.582 1.118 1.917.118.247.048.507.206.86.241.53.212.223.56.506.304.233.44 1 .651 1.37.425.74 2.1 1.13 2.424 1.387-.053.913-.988 2.501-1.647 3.283a10.2 10.2 0 0 1-5.664-9.17C2.042 6.554 6.512 2 12.024 2" })
|
|
1728
1752
|
] }) }));
|
|
1729
1753
|
NetworkMetisAndromeda.displayName = "NetworkMetisAndromeda";
|
|
1730
1754
|
var NetworkMetisAndromeda_default = NetworkMetisAndromeda;
|
|
1731
1755
|
|
|
1732
1756
|
// src/icons/networks/NetworkRari.tsx
|
|
1733
|
-
import { forwardRef as
|
|
1734
|
-
import { Fragment as
|
|
1735
|
-
var NetworkRari =
|
|
1757
|
+
import { forwardRef as forwardRef118 } from "react";
|
|
1758
|
+
import { Fragment as Fragment114, jsx as jsx118 } from "react/jsx-runtime";
|
|
1759
|
+
var NetworkRari = forwardRef118(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx118(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx118(Fragment114, { children: /* @__PURE__ */ jsx118("path", { fill: "currentColor", d: "M2 8.398V5.704c0-.818.853-1.481 1.905-1.481h3.463c1.052 0 1.905.663 1.905 1.481V7.88c0 .375.191.735.532 1 .71.553 1.861.553 2.572 0l5.429-4.222c.357-.278.841-.434 1.347-.434h.942c1.052 0 1.905.663 1.905 1.481v.733c0 .393-.2.77-.558 1.048l-5.43 4.222c-.71.553-.71 1.448 0 2 .342.266.804.415 1.287.415h2.796c1.052 0 1.905.663 1.905 1.481v2.694c0 .818-.853 1.481-1.905 1.481h-3.463c-1.052 0-1.905-.663-1.905-1.481v-2.175c0-.376-.191-.735-.532-1-.71-.553-1.861-.553-2.572 0l-5.429 4.222c-.357.278-.841.434-1.347.434h-.942C2.853 19.778 2 19.115 2 18.297v-.733c0-.393.2-.77.558-1.048l5.43-4.223c.71-.552.71-1.447 0-2-.342-.265-.804-.414-1.287-.414H3.905C2.853 9.88 2 9.216 2 8.398" }) }) : /* @__PURE__ */ jsx118(Fragment114, { children: /* @__PURE__ */ jsx118("path", { fill: "#B16EFF", d: "M2 8.398V5.704c0-.818.853-1.481 1.905-1.481h3.463c1.052 0 1.905.663 1.905 1.481V7.88c0 .375.191.735.532 1 .71.553 1.861.553 2.572 0l5.429-4.222c.357-.278.841-.434 1.347-.434h.942c1.052 0 1.905.663 1.905 1.481v.733c0 .393-.2.77-.558 1.048l-5.43 4.222c-.71.553-.71 1.448 0 2 .342.266.804.415 1.287.415h2.796c1.052 0 1.905.663 1.905 1.481v2.694c0 .818-.853 1.481-1.905 1.481h-3.463c-1.052 0-1.905-.663-1.905-1.481v-2.175c0-.376-.191-.735-.532-1-.71-.553-1.861-.553-2.572 0l-5.429 4.222c-.357.278-.841.434-1.347.434h-.942C2.853 19.778 2 19.115 2 18.297v-.733c0-.393.2-.77.558-1.048l5.43-4.223c.71-.552.71-1.447 0-2-.342-.265-.804-.414-1.287-.414H3.905C2.853 9.88 2 9.216 2 8.398" }) }) }));
|
|
1736
1760
|
NetworkRari.displayName = "NetworkRari";
|
|
1737
1761
|
var NetworkRari_default = NetworkRari;
|
|
1738
1762
|
|
|
1739
1763
|
// src/icons/networks/NetworkNahmii.tsx
|
|
1740
|
-
import { forwardRef as
|
|
1741
|
-
import { Fragment as
|
|
1742
|
-
var NetworkNahmii =
|
|
1743
|
-
/* @__PURE__ */
|
|
1744
|
-
/* @__PURE__ */
|
|
1745
|
-
/* @__PURE__ */
|
|
1746
|
-
/* @__PURE__ */
|
|
1747
|
-
/* @__PURE__ */
|
|
1748
|
-
/* @__PURE__ */
|
|
1749
|
-
/* @__PURE__ */
|
|
1750
|
-
] }) : /* @__PURE__ */
|
|
1751
|
-
/* @__PURE__ */
|
|
1752
|
-
/* @__PURE__ */
|
|
1753
|
-
/* @__PURE__ */
|
|
1754
|
-
/* @__PURE__ */
|
|
1755
|
-
/* @__PURE__ */
|
|
1756
|
-
/* @__PURE__ */
|
|
1757
|
-
/* @__PURE__ */
|
|
1758
|
-
/* @__PURE__ */
|
|
1759
|
-
/* @__PURE__ */
|
|
1760
|
-
/* @__PURE__ */
|
|
1761
|
-
/* @__PURE__ */
|
|
1762
|
-
/* @__PURE__ */
|
|
1763
|
-
/* @__PURE__ */
|
|
1764
|
-
/* @__PURE__ */
|
|
1765
|
-
/* @__PURE__ */
|
|
1766
|
-
/* @__PURE__ */
|
|
1767
|
-
/* @__PURE__ */
|
|
1768
|
-
/* @__PURE__ */
|
|
1769
|
-
/* @__PURE__ */
|
|
1770
|
-
/* @__PURE__ */
|
|
1771
|
-
/* @__PURE__ */
|
|
1772
|
-
/* @__PURE__ */
|
|
1773
|
-
/* @__PURE__ */
|
|
1774
|
-
] }),
|
|
1775
|
-
/* @__PURE__ */
|
|
1776
|
-
/* @__PURE__ */
|
|
1777
|
-
/* @__PURE__ */
|
|
1778
|
-
/* @__PURE__ */
|
|
1779
|
-
/* @__PURE__ */
|
|
1780
|
-
/* @__PURE__ */
|
|
1781
|
-
/* @__PURE__ */
|
|
1782
|
-
] }),
|
|
1783
|
-
/* @__PURE__ */
|
|
1784
|
-
/* @__PURE__ */
|
|
1785
|
-
/* @__PURE__ */
|
|
1786
|
-
/* @__PURE__ */
|
|
1787
|
-
/* @__PURE__ */
|
|
1788
|
-
/* @__PURE__ */
|
|
1789
|
-
] }),
|
|
1790
|
-
/* @__PURE__ */
|
|
1791
|
-
/* @__PURE__ */
|
|
1792
|
-
/* @__PURE__ */
|
|
1793
|
-
/* @__PURE__ */
|
|
1794
|
-
/* @__PURE__ */
|
|
1795
|
-
/* @__PURE__ */
|
|
1796
|
-
] }),
|
|
1797
|
-
/* @__PURE__ */
|
|
1798
|
-
/* @__PURE__ */
|
|
1799
|
-
/* @__PURE__ */
|
|
1800
|
-
/* @__PURE__ */
|
|
1801
|
-
/* @__PURE__ */
|
|
1802
|
-
/* @__PURE__ */
|
|
1803
|
-
/* @__PURE__ */
|
|
1804
|
-
] }),
|
|
1805
|
-
/* @__PURE__ */
|
|
1806
|
-
/* @__PURE__ */
|
|
1807
|
-
/* @__PURE__ */
|
|
1808
|
-
/* @__PURE__ */
|
|
1809
|
-
/* @__PURE__ */
|
|
1810
|
-
/* @__PURE__ */
|
|
1811
|
-
/* @__PURE__ */
|
|
1812
|
-
] }),
|
|
1813
|
-
/* @__PURE__ */
|
|
1814
|
-
/* @__PURE__ */
|
|
1815
|
-
/* @__PURE__ */
|
|
1816
|
-
/* @__PURE__ */
|
|
1817
|
-
/* @__PURE__ */
|
|
1818
|
-
/* @__PURE__ */
|
|
1819
|
-
] }),
|
|
1820
|
-
/* @__PURE__ */
|
|
1821
|
-
/* @__PURE__ */
|
|
1822
|
-
/* @__PURE__ */
|
|
1823
|
-
/* @__PURE__ */
|
|
1824
|
-
/* @__PURE__ */
|
|
1825
|
-
/* @__PURE__ */
|
|
1826
|
-
] }),
|
|
1827
|
-
/* @__PURE__ */
|
|
1828
|
-
/* @__PURE__ */
|
|
1829
|
-
/* @__PURE__ */
|
|
1830
|
-
/* @__PURE__ */
|
|
1831
|
-
/* @__PURE__ */
|
|
1832
|
-
/* @__PURE__ */
|
|
1833
|
-
/* @__PURE__ */
|
|
1834
|
-
] }),
|
|
1835
|
-
/* @__PURE__ */
|
|
1836
|
-
/* @__PURE__ */
|
|
1837
|
-
/* @__PURE__ */
|
|
1838
|
-
/* @__PURE__ */
|
|
1839
|
-
/* @__PURE__ */
|
|
1840
|
-
/* @__PURE__ */
|
|
1841
|
-
/* @__PURE__ */
|
|
1842
|
-
] }),
|
|
1843
|
-
/* @__PURE__ */
|
|
1844
|
-
/* @__PURE__ */
|
|
1845
|
-
/* @__PURE__ */
|
|
1846
|
-
/* @__PURE__ */
|
|
1847
|
-
/* @__PURE__ */
|
|
1848
|
-
/* @__PURE__ */
|
|
1849
|
-
] }),
|
|
1850
|
-
/* @__PURE__ */
|
|
1851
|
-
/* @__PURE__ */
|
|
1852
|
-
/* @__PURE__ */
|
|
1853
|
-
/* @__PURE__ */
|
|
1854
|
-
/* @__PURE__ */
|
|
1855
|
-
/* @__PURE__ */
|
|
1856
|
-
] }),
|
|
1857
|
-
/* @__PURE__ */
|
|
1858
|
-
/* @__PURE__ */
|
|
1859
|
-
/* @__PURE__ */
|
|
1860
|
-
/* @__PURE__ */
|
|
1861
|
-
/* @__PURE__ */
|
|
1862
|
-
] }),
|
|
1863
|
-
/* @__PURE__ */
|
|
1864
|
-
/* @__PURE__ */
|
|
1865
|
-
/* @__PURE__ */
|
|
1866
|
-
/* @__PURE__ */
|
|
1867
|
-
/* @__PURE__ */
|
|
1868
|
-
] }),
|
|
1869
|
-
/* @__PURE__ */
|
|
1870
|
-
/* @__PURE__ */
|
|
1871
|
-
/* @__PURE__ */
|
|
1872
|
-
/* @__PURE__ */
|
|
1873
|
-
/* @__PURE__ */
|
|
1764
|
+
import { forwardRef as forwardRef119 } from "react";
|
|
1765
|
+
import { Fragment as Fragment115, jsx as jsx119, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
1766
|
+
var NetworkNahmii = forwardRef119(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx119(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs58(Fragment115, { children: [
|
|
1767
|
+
/* @__PURE__ */ jsx119("path", { fill: "currentColor", d: "m10.245 3.46-.89.5v2.304a.86.86 0 0 0 .265.592.88.88 0 0 0 1.217 0 .85.85 0 0 0 .264-.592V3.948c.002-.536-.384-.755-.856-.489m3.511.001.889.5v2.304a.85.85 0 0 1-.264.592.88.88 0 0 1-1.218 0 .85.85 0 0 1-.264-.592V3.948c0-.536.385-.755.857-.489" }),
|
|
1768
|
+
/* @__PURE__ */ jsx119("path", { fill: "currentColor", d: "m5.206 5.441.89.506 3.259-1.851.89-.502c.47-.267.857-.047.857.488v-.824c0-.478-.226-.892-.604-1.106s-.856-.2-1.277.038L5.185 4.482c-.45.268-.443.696.021.96m13.588-.001-.89.506-3.26-1.851-.888-.502c-.472-.266-.857-.047-.857.488v-.824c0-.478.226-.892.605-1.106.378-.215.856-.2 1.276.038l4.037 2.292c.448.268.441.696-.023.96" }),
|
|
1769
|
+
/* @__PURE__ */ jsx119("path", { fill: "currentColor", d: "m19.396 4.812-.7-.398c.45.27.443.697-.02.96L13.839 8.12c-.49.278-1.165.415-1.84.413-.674-.002-1.35-.135-1.838-.413L5.326 5.374c-.464-.263-.47-.69-.021-.96l-.702.398c-.42.239-.672.638-.672 1.068s.252.829.672 1.069l4.685 2.659c.758.43 1.728.644 2.7.644h.025c.972 0 1.943-.215 2.7-.644l4.685-2.66c.421-.238.672-.637.672-1.068 0-.43-.253-.83-.674-1.068M5.385 17.683l.886.505 2.028-1.152a.87.87 0 0 0 .416-.521.845.845 0 0 0-.312-.911.88.88 0 0 0-.653-.167.9.9 0 0 0-.324.113l-2.041 1.158c-.47.268-.471.707 0 .975M3.63 14.694l-.003-1.006 2.028-1.153a.9.9 0 0 1 .663-.086.87.87 0 0 1 .53.4.85.85 0 0 1 .087.652.86.86 0 0 1-.407.52l-2.041 1.16c-.47.267-.857.048-.858-.487" }),
|
|
1770
|
+
/* @__PURE__ */ jsx119("path", { fill: "currentColor", d: "M9.65 20.982v-1.01l-3.26-1.851-.885-.505c-.471-.269-.47-.707 0-.975l-.725.412c-.42.239-.672.638-.672 1.069s.251.828.672 1.068l4.036 2.29c.461.248.834.03.834-.498M2.856 9.412l.89.505v3.703l.002 1.007c0 .535.387.754.859.486l-.725.412c-.42.239-.898.253-1.276.038C2.228 15.35 2 14.935 2 14.457V9.874c.012-.517.392-.725.856-.462" }),
|
|
1771
|
+
/* @__PURE__ */ jsx119("path", { fill: "currentColor", d: "M2 9.214v.794c.012-.518.392-.725.856-.462l4.836 2.746c.489.277.948.784 1.284 1.36s.556 1.218.556 1.772v5.491c0 .527-.374.745-.835.498l.7.397c.42.239.898.253 1.276.039.379-.215.604-.629.604-1.106v-5.32c0-.858-.296-1.792-.782-2.62l-.006-.01-.006-.01c-.486-.829-1.161-1.548-1.917-1.976L3.88 8.147c-.421-.24-.898-.254-1.277-.04C2.226 8.323 2 8.735 2 9.215m18.371 5.478.003-1.005-2.029-1.152a.884.884 0 0 0-1.2.31.85.85 0 0 0 .327 1.177l2.042 1.158c.47.266.856.048.857-.488m-1.756 2.99-.885.506-2.03-1.152a.87.87 0 0 1-.415-.522.85.85 0 0 1 .312-.91.88.88 0 0 1 .653-.168.9.9 0 0 1 .324.113l2.041 1.159c.47.267.471.706 0 .974" }),
|
|
1772
|
+
/* @__PURE__ */ jsx119("path", { fill: "currentColor", d: "m21.145 9.412-.89.505v3.703l-.003 1.007c0 .535-.387.754-.859.486l.725.412c.42.239.898.253 1.276.038.378-.214.604-.628.604-1.106V9.874c-.01-.517-.39-.725-.854-.462m-6.794 11.57v-1.01l3.26-1.851.886-.505c.47-.269.47-.707 0-.975l.724.412c.421.239.672.638.672 1.069s-.25.828-.672 1.068l-4.037 2.292c-.46.246-.833.027-.833-.5" }),
|
|
1773
|
+
/* @__PURE__ */ jsx119("path", { fill: "currentColor", d: "m14.604 21.81.699-.397c-.46.248-.835.029-.835-.498v-5.491c0-.555.217-1.198.556-1.773.339-.574.794-1.082 1.284-1.36l4.836-2.746c.464-.263.844-.054.856.463v-.794c0-.478-.226-.892-.604-1.106-.379-.215-.856-.2-1.277.038l-4.684 2.66c-.758.43-1.431 1.15-1.917 1.976l-.006.01-.006.01c-.486.828-.783 1.763-.783 2.62v5.32c0 .478.226.892.604 1.107.379.215.857.2 1.277-.039" })
|
|
1774
|
+
] }) : /* @__PURE__ */ jsxs58(Fragment115, { children: [
|
|
1775
|
+
/* @__PURE__ */ jsx119("path", { fill: "url(#nahmii__a)", d: "m10.245 3.46-.89.5v2.304a.86.86 0 0 0 .265.592.88.88 0 0 0 1.217 0 .85.85 0 0 0 .264-.592V3.948c.002-.536-.384-.755-.856-.489" }),
|
|
1776
|
+
/* @__PURE__ */ jsx119("path", { fill: "url(#nahmii__b)", d: "m13.756 3.46.889.5v2.304a.85.85 0 0 1-.264.592.88.88 0 0 1-1.218 0 .85.85 0 0 1-.264-.592V3.948c0-.536.385-.755.857-.489" }),
|
|
1777
|
+
/* @__PURE__ */ jsx119("path", { fill: "url(#nahmii__c)", d: "m5.206 5.441.89.506 3.259-1.851.89-.502c.47-.267.857-.047.857.488v-.824c0-.478-.226-.892-.604-1.106s-.856-.2-1.277.038L5.185 4.482c-.45.268-.443.696.021.96" }),
|
|
1778
|
+
/* @__PURE__ */ jsx119("path", { fill: "url(#nahmii__d)", d: "m18.794 5.441-.89.506-3.26-1.851-.888-.502c-.472-.266-.857-.047-.857.488v-.824c0-.478.226-.892.605-1.106.378-.215.856-.2 1.276.038l4.037 2.292c.448.268.441.696-.023.96" }),
|
|
1779
|
+
/* @__PURE__ */ jsx119("path", { fill: "url(#nahmii__e)", d: "m5.385 17.683.886.505 2.028-1.152a.87.87 0 0 0 .416-.521.845.845 0 0 0-.312-.911.88.88 0 0 0-.653-.167.9.9 0 0 0-.324.113l-2.041 1.158c-.47.268-.471.707 0 .975" }),
|
|
1780
|
+
/* @__PURE__ */ jsx119("path", { fill: "url(#nahmii__f)", d: "m3.63 14.694-.003-1.006 2.028-1.153a.9.9 0 0 1 .663-.086.87.87 0 0 1 .53.4.85.85 0 0 1 .087.652.86.86 0 0 1-.407.52l-2.041 1.16c-.47.267-.857.048-.858-.487" }),
|
|
1781
|
+
/* @__PURE__ */ jsx119("path", { fill: "url(#nahmii__g)", d: "M9.65 20.982v-1.01l-3.26-1.851-.885-.505c-.471-.269-.47-.707 0-.975l-.725.412c-.42.239-.672.638-.672 1.069s.251.828.672 1.068l4.036 2.29c.461.248.834.03.834-.498" }),
|
|
1782
|
+
/* @__PURE__ */ jsx119("path", { fill: "url(#nahmii__h)", d: "m2.856 9.412.89.505v3.703l.002 1.007c0 .535.387.754.859.486l-.725.412c-.42.239-.898.253-1.276.038C2.228 15.35 2 14.935 2 14.457V9.874c.012-.517.392-.725.856-.462" }),
|
|
1783
|
+
/* @__PURE__ */ jsx119("path", { fill: "url(#nahmii__i)", d: "m20.371 14.693.003-1.005-2.029-1.152a.884.884 0 0 0-1.2.31.85.85 0 0 0 .327 1.177l2.042 1.158c.47.266.856.048.857-.488" }),
|
|
1784
|
+
/* @__PURE__ */ jsx119("path", { fill: "url(#nahmii__j)", d: "m18.615 17.683-.885.506-2.03-1.152a.87.87 0 0 1-.415-.522.85.85 0 0 1 .312-.91.88.88 0 0 1 .653-.168.9.9 0 0 1 .324.113l2.041 1.159c.47.267.471.706 0 .974" }),
|
|
1785
|
+
/* @__PURE__ */ jsx119("path", { fill: "url(#nahmii__k)", d: "m21.145 9.412-.89.505v3.703l-.003 1.007c0 .535-.387.754-.859.486l.725.412c.42.239.898.253 1.276.038.378-.214.604-.628.604-1.106V9.874c-.01-.517-.39-.725-.854-.462" }),
|
|
1786
|
+
/* @__PURE__ */ jsx119("path", { fill: "url(#nahmii__l)", d: "M14.35 20.982v-1.01l3.26-1.851.886-.505c.47-.269.47-.707 0-.975l.724.412c.421.239.672.638.672 1.069s-.25.828-.672 1.068l-4.037 2.292c-.46.246-.833.027-.833-.5" }),
|
|
1787
|
+
/* @__PURE__ */ jsx119("path", { fill: "url(#nahmii__m)", d: "m19.396 4.812-.7-.398c.45.27.443.697-.02.96L13.839 8.12c-.49.278-1.165.415-1.84.413-.674-.002-1.35-.135-1.838-.413L5.326 5.374c-.464-.263-.47-.69-.021-.96l-.702.398c-.42.239-.672.638-.672 1.068s.252.829.672 1.069l4.685 2.659c.758.43 1.728.644 2.7.644h.025c.972 0 1.943-.215 2.7-.644l4.685-2.66c.421-.238.672-.637.672-1.068 0-.43-.253-.83-.674-1.068" }),
|
|
1788
|
+
/* @__PURE__ */ jsx119("path", { fill: "url(#nahmii__n)", d: "M2 9.214v.794c.012-.518.392-.725.856-.462l4.836 2.746c.489.277.948.784 1.284 1.36s.556 1.218.556 1.772v5.491c0 .527-.374.745-.835.498l.7.397c.42.239.898.253 1.276.039.379-.215.604-.629.604-1.106v-5.32c0-.858-.296-1.792-.782-2.62l-.006-.01-.006-.01c-.486-.829-1.161-1.548-1.917-1.976L3.88 8.147c-.421-.24-.898-.254-1.277-.04C2.226 8.323 2 8.735 2 9.215" }),
|
|
1789
|
+
/* @__PURE__ */ jsx119("path", { fill: "url(#nahmii__o)", d: "m14.604 21.81.699-.397c-.46.248-.835.029-.835-.498v-5.491c0-.555.217-1.198.556-1.773.339-.574.794-1.082 1.284-1.36l4.836-2.746c.464-.263.844-.054.856.463v-.794c0-.478-.226-.892-.604-1.106-.379-.215-.856-.2-1.277.038l-4.684 2.66c-.758.43-1.431 1.15-1.917 1.976l-.006.01-.006.01c-.486.828-.783 1.763-.783 2.62v5.32c0 .478.226.892.604 1.107.379.215.857.2 1.277-.039" }),
|
|
1790
|
+
/* @__PURE__ */ jsxs58("defs", { children: [
|
|
1791
|
+
/* @__PURE__ */ jsxs58("linearGradient", { id: "nahmii__a", x1: "10.23", x2: "10.23", y1: "6.243", y2: "3.484", gradientUnits: "userSpaceOnUse", children: [
|
|
1792
|
+
/* @__PURE__ */ jsx119("stop", { stopColor: "#902784" }),
|
|
1793
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".07", stopColor: "#842885" }),
|
|
1794
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".35", stopColor: "#5E2D87" }),
|
|
1795
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".6", stopColor: "#433089" }),
|
|
1796
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".83", stopColor: "#32328A" }),
|
|
1797
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".99", stopColor: "#2C338A" })
|
|
1798
|
+
] }),
|
|
1799
|
+
/* @__PURE__ */ jsxs58("linearGradient", { id: "nahmii__b", x1: "13.771", x2: "13.771", y1: "6.361", y2: "3.434", gradientUnits: "userSpaceOnUse", children: [
|
|
1800
|
+
/* @__PURE__ */ jsx119("stop", { stopColor: "#902784" }),
|
|
1801
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".07", stopColor: "#842885" }),
|
|
1802
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".35", stopColor: "#5E2D87" }),
|
|
1803
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".6", stopColor: "#433089" }),
|
|
1804
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".83", stopColor: "#32328A" }),
|
|
1805
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".99", stopColor: "#2C338A" })
|
|
1806
|
+
] }),
|
|
1807
|
+
/* @__PURE__ */ jsxs58("linearGradient", { id: "nahmii__c", x1: "5.874", x2: "10.76", y1: "5.613", y2: "2.65", gradientUnits: "userSpaceOnUse", children: [
|
|
1808
|
+
/* @__PURE__ */ jsx119("stop", { stopColor: "#902784" }),
|
|
1809
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".23", stopColor: "#AA2D87" }),
|
|
1810
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".53", stopColor: "#C5348A" }),
|
|
1811
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".79", stopColor: "#D6388B" }),
|
|
1812
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".99", stopColor: "#DC398C" })
|
|
1813
|
+
] }),
|
|
1814
|
+
/* @__PURE__ */ jsxs58("linearGradient", { id: "nahmii__d", x1: "18.161", x2: "13.59", y1: "5.49", y2: "2.915", gradientUnits: "userSpaceOnUse", children: [
|
|
1815
|
+
/* @__PURE__ */ jsx119("stop", { stopColor: "#902784" }),
|
|
1816
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".23", stopColor: "#AA2D87" }),
|
|
1817
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".53", stopColor: "#C5348A" }),
|
|
1818
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".79", stopColor: "#D6388B" }),
|
|
1819
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".99", stopColor: "#DC398C" })
|
|
1820
|
+
] }),
|
|
1821
|
+
/* @__PURE__ */ jsxs58("linearGradient", { id: "nahmii__e", x1: "7.844", x2: "5.435", y1: "16.304", y2: "17.719", gradientUnits: "userSpaceOnUse", children: [
|
|
1822
|
+
/* @__PURE__ */ jsx119("stop", { stopColor: "#902784" }),
|
|
1823
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".07", stopColor: "#842885" }),
|
|
1824
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".35", stopColor: "#5E2D87" }),
|
|
1825
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".6", stopColor: "#433089" }),
|
|
1826
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".83", stopColor: "#32328A" }),
|
|
1827
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".99", stopColor: "#2C338A" })
|
|
1828
|
+
] }),
|
|
1829
|
+
/* @__PURE__ */ jsxs58("linearGradient", { id: "nahmii__f", x1: "6.178", x2: "3.622", y1: "13.23", y2: "14.731", gradientUnits: "userSpaceOnUse", children: [
|
|
1830
|
+
/* @__PURE__ */ jsx119("stop", { stopColor: "#902784" }),
|
|
1831
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".07", stopColor: "#842885" }),
|
|
1832
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".35", stopColor: "#5E2D87" }),
|
|
1833
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".6", stopColor: "#433089" }),
|
|
1834
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".83", stopColor: "#32328A" }),
|
|
1835
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".99", stopColor: "#2C338A" })
|
|
1836
|
+
] }),
|
|
1837
|
+
/* @__PURE__ */ jsxs58("linearGradient", { id: "nahmii__g", x1: "9.468", x2: "4.497", y1: "20.328", y2: "17.504", gradientUnits: "userSpaceOnUse", children: [
|
|
1838
|
+
/* @__PURE__ */ jsx119("stop", { stopColor: "#902784" }),
|
|
1839
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".23", stopColor: "#AA2D87" }),
|
|
1840
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".53", stopColor: "#C5348A" }),
|
|
1841
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".79", stopColor: "#D6388B" }),
|
|
1842
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".99", stopColor: "#DC398C" })
|
|
1843
|
+
] }),
|
|
1844
|
+
/* @__PURE__ */ jsxs58("linearGradient", { id: "nahmii__h", x1: "3.215", x2: "3.306", y1: "9.927", y2: "15.106", gradientUnits: "userSpaceOnUse", children: [
|
|
1845
|
+
/* @__PURE__ */ jsx119("stop", { stopColor: "#902784" }),
|
|
1846
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".23", stopColor: "#AA2D87" }),
|
|
1847
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".53", stopColor: "#C5348A" }),
|
|
1848
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".79", stopColor: "#D6388B" }),
|
|
1849
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".99", stopColor: "#DC398C" })
|
|
1850
|
+
] }),
|
|
1851
|
+
/* @__PURE__ */ jsxs58("linearGradient", { id: "nahmii__i", x1: "17.927", x2: "20.336", y1: "13.289", y2: "14.704", gradientUnits: "userSpaceOnUse", children: [
|
|
1852
|
+
/* @__PURE__ */ jsx119("stop", { stopColor: "#902784" }),
|
|
1853
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".07", stopColor: "#842885" }),
|
|
1854
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".35", stopColor: "#5E2D87" }),
|
|
1855
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".6", stopColor: "#433089" }),
|
|
1856
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".83", stopColor: "#32328A" }),
|
|
1857
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".99", stopColor: "#2C338A" })
|
|
1858
|
+
] }),
|
|
1859
|
+
/* @__PURE__ */ jsxs58("linearGradient", { id: "nahmii__j", x1: "16.052", x2: "18.608", y1: "16.245", y2: "17.746", gradientUnits: "userSpaceOnUse", children: [
|
|
1860
|
+
/* @__PURE__ */ jsx119("stop", { stopColor: "#902784" }),
|
|
1861
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".07", stopColor: "#842885" }),
|
|
1862
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".35", stopColor: "#5E2D87" }),
|
|
1863
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".6", stopColor: "#433089" }),
|
|
1864
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".83", stopColor: "#32328A" }),
|
|
1865
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".99", stopColor: "#2C338A" })
|
|
1866
|
+
] }),
|
|
1867
|
+
/* @__PURE__ */ jsxs58("linearGradient", { id: "nahmii__k", x1: "20.659", x2: "20.738", y1: "9.894", y2: "15.538", gradientUnits: "userSpaceOnUse", children: [
|
|
1868
|
+
/* @__PURE__ */ jsx119("stop", { stopColor: "#902784" }),
|
|
1869
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".23", stopColor: "#AA2D87" }),
|
|
1870
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".53", stopColor: "#C5348A" }),
|
|
1871
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".79", stopColor: "#D6388B" }),
|
|
1872
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".99", stopColor: "#DC398C" })
|
|
1873
|
+
] }),
|
|
1874
|
+
/* @__PURE__ */ jsxs58("linearGradient", { id: "nahmii__l", x1: "14.624", x2: "19.098", y1: "20.419", y2: "17.683", gradientUnits: "userSpaceOnUse", children: [
|
|
1875
|
+
/* @__PURE__ */ jsx119("stop", { stopColor: "#902784" }),
|
|
1876
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".23", stopColor: "#AA2D87" }),
|
|
1877
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".53", stopColor: "#C5348A" }),
|
|
1878
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".79", stopColor: "#D6388B" }),
|
|
1879
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".99", stopColor: "#DC398C" })
|
|
1880
|
+
] }),
|
|
1881
|
+
/* @__PURE__ */ jsxs58("radialGradient", { id: "nahmii__m", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(12.4451 0 0 29.7467 11.927 19.496)", gradientUnits: "userSpaceOnUse", children: [
|
|
1882
|
+
/* @__PURE__ */ jsx119("stop", { stopColor: "#00A3DE" }),
|
|
1883
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".25", stopColor: "#029AD6" }),
|
|
1884
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".66", stopColor: "#0880C0" }),
|
|
1885
|
+
/* @__PURE__ */ jsx119("stop", { offset: "1", stopColor: "#0E67AB" })
|
|
1886
|
+
] }),
|
|
1887
|
+
/* @__PURE__ */ jsxs58("radialGradient", { id: "nahmii__n", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(-10.8245 -10.708 12.36385 -12.49837 18.787 11.052)", gradientUnits: "userSpaceOnUse", children: [
|
|
1888
|
+
/* @__PURE__ */ jsx119("stop", { stopColor: "#00A3DE" }),
|
|
1889
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".25", stopColor: "#029AD6" }),
|
|
1890
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".66", stopColor: "#0880C0" }),
|
|
1891
|
+
/* @__PURE__ */ jsx119("stop", { offset: "1", stopColor: "#0E67AB" })
|
|
1892
|
+
] }),
|
|
1893
|
+
/* @__PURE__ */ jsxs58("radialGradient", { id: "nahmii__o", cx: "0", cy: "0", r: "1", gradientTransform: "rotate(120.421 3.37 10.664)scale(9.9166 9.99962)", gradientUnits: "userSpaceOnUse", children: [
|
|
1894
|
+
/* @__PURE__ */ jsx119("stop", { stopColor: "#00A3DE" }),
|
|
1895
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".25", stopColor: "#029AD6" }),
|
|
1896
|
+
/* @__PURE__ */ jsx119("stop", { offset: ".66", stopColor: "#0880C0" }),
|
|
1897
|
+
/* @__PURE__ */ jsx119("stop", { offset: "1", stopColor: "#0E67AB" })
|
|
1874
1898
|
] })
|
|
1875
1899
|
] })
|
|
1876
1900
|
] }) }));
|
|
@@ -1878,175 +1902,182 @@ NetworkNahmii.displayName = "NetworkNahmii";
|
|
|
1878
1902
|
var NetworkNahmii_default = NetworkNahmii;
|
|
1879
1903
|
|
|
1880
1904
|
// src/icons/networks/NetworkXai.tsx
|
|
1881
|
-
import { forwardRef as
|
|
1882
|
-
import { Fragment as
|
|
1883
|
-
var NetworkXai =
|
|
1905
|
+
import { forwardRef as forwardRef120 } from "react";
|
|
1906
|
+
import { Fragment as Fragment116, jsx as jsx120 } from "react/jsx-runtime";
|
|
1907
|
+
var NetworkXai = forwardRef120(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx120(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx120(Fragment116, { children: /* @__PURE__ */ jsx120("path", { fill: "currentColor", d: "M16.076 17.24H7.924l2.905-5.032-1.975-3.42L2 20.662h20L12 3.34l-1.975 3.42z", fillRule: "evenodd", clipRule: "evenodd" }) }) : /* @__PURE__ */ jsx120(Fragment116, { children: /* @__PURE__ */ jsx120("path", { fill: "#FF253A", d: "M16.076 17.24H7.924l2.905-5.032-1.975-3.42L2 20.662h20L12 3.34l-1.975 3.42z", fillRule: "evenodd", clipRule: "evenodd" }) }) }));
|
|
1884
1908
|
NetworkXai.displayName = "NetworkXai";
|
|
1885
1909
|
var NetworkXai_default = NetworkXai;
|
|
1886
1910
|
|
|
1887
1911
|
// src/icons/networks/NetworkTenet.tsx
|
|
1888
|
-
import { forwardRef as
|
|
1889
|
-
import { Fragment as
|
|
1890
|
-
var NetworkTenet =
|
|
1912
|
+
import { forwardRef as forwardRef121 } from "react";
|
|
1913
|
+
import { Fragment as Fragment117, jsx as jsx121 } from "react/jsx-runtime";
|
|
1914
|
+
var NetworkTenet = forwardRef121(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx121(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx121(Fragment117, { children: /* @__PURE__ */ jsx121("path", { fill: "currentColor", d: "M21.559 5.443c-.589-.896-1.642-1.433-2.819-1.433h-6.488A4 4 0 0 0 12 4q-.126.001-.252.01H5.26c-1.177 0-2.23.537-2.819 1.433-.588.897-.588 1.966 0 2.862l6.74 10.262C9.77 19.463 10.824 20 12 20s2.23-.537 2.818-1.433l6.74-10.262c.59-.891.59-1.965 0-2.862M13.26 17.778c-.264.4-.734.64-1.261.64s-.997-.24-1.26-.64l-3.794-5.773 3.793-5.778c.236-.36.633-.587 1.093-.63h.336c.46.043.857.275 1.093.63L17.054 12z" }) }) : /* @__PURE__ */ jsx121(Fragment117, { children: /* @__PURE__ */ jsx121("path", { fill: "#5F498A", d: "M21.559 5.443c-.589-.896-1.642-1.433-2.819-1.433h-6.488A4 4 0 0 0 12 4q-.126.001-.252.01H5.26c-1.177 0-2.23.537-2.819 1.433-.588.897-.588 1.966 0 2.862l6.74 10.262C9.77 19.463 10.824 20 12 20s2.23-.537 2.818-1.433l6.74-10.262c.59-.891.59-1.965 0-2.862M13.26 17.778c-.264.4-.734.64-1.261.64s-.997-.24-1.26-.64l-3.794-5.773 3.793-5.778c.236-.36.633-.587 1.093-.63h.336c.46.043.857.275 1.093.63L17.054 12z" }) }) }));
|
|
1891
1915
|
NetworkTenet.displayName = "NetworkTenet";
|
|
1892
1916
|
var NetworkTenet_default = NetworkTenet;
|
|
1893
1917
|
|
|
1894
1918
|
// src/icons/networks/NetworkHarmony.tsx
|
|
1895
|
-
import { forwardRef as
|
|
1896
|
-
import { Fragment as
|
|
1897
|
-
var NetworkHarmony =
|
|
1898
|
-
/* @__PURE__ */
|
|
1899
|
-
/* @__PURE__ */
|
|
1900
|
-
/* @__PURE__ */
|
|
1901
|
-
/* @__PURE__ */
|
|
1919
|
+
import { forwardRef as forwardRef122 } from "react";
|
|
1920
|
+
import { Fragment as Fragment118, jsx as jsx122, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
1921
|
+
var NetworkHarmony = forwardRef122(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx122(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx122(Fragment118, { children: /* @__PURE__ */ jsx122("path", { fill: "currentColor", d: "M17.686 2a4.31 4.31 0 0 0-4.316 4.301v4.769c-.444.03-.899.049-1.37.049s-.923.019-1.37.045V6.301a4.316 4.316 0 0 0-8.63 0V17.7a4.316 4.316 0 0 0 8.63 0v-4.77c.444-.03.899-.049 1.37-.049s.923-.019 1.37-.045v4.863a4.316 4.316 0 0 0 8.63 0V6.3A4.31 4.31 0 0 0 17.686 2M6.314 3.762a2.546 2.546 0 0 1 2.547 2.54v5.05a14.5 14.5 0 0 0-3.667 1.036 6.7 6.7 0 0 0-1.422.849V6.3a2.546 2.546 0 0 1 2.542-2.539M8.861 17.7a2.547 2.547 0 0 1-5.093 0v-1.143c0-1.01.8-1.967 2.14-2.563a12.6 12.6 0 0 1 2.953-.863zm8.825 2.539a2.546 2.546 0 0 1-2.547-2.54v-5.05a14.5 14.5 0 0 0 3.667-1.036 6.7 6.7 0 0 0 1.422-.849V17.7a2.546 2.546 0 0 1-2.542 2.539M18.09 10c-.945.408-1.936.698-2.952.863V6.301a2.547 2.547 0 1 1 5.093 0v1.143c0 1.006-.8 1.963-2.14 2.556" }) }) : /* @__PURE__ */ jsxs59(Fragment118, { children: [
|
|
1922
|
+
/* @__PURE__ */ jsx122("path", { fill: "url(#harmony__a)", d: "M17.686 2a4.31 4.31 0 0 0-4.316 4.301v4.769c-.444.03-.899.049-1.37.049s-.923.019-1.37.045V6.301a4.316 4.316 0 0 0-8.63 0V17.7a4.316 4.316 0 0 0 8.63 0v-4.77c.444-.03.899-.049 1.37-.049s.923-.019 1.37-.045v4.863a4.316 4.316 0 0 0 8.63 0V6.3A4.31 4.31 0 0 0 17.686 2M6.314 3.762a2.546 2.546 0 0 1 2.547 2.54v5.05a14.5 14.5 0 0 0-3.667 1.036 6.7 6.7 0 0 0-1.422.849V6.3a2.546 2.546 0 0 1 2.542-2.539M8.861 17.7a2.547 2.547 0 0 1-5.093 0v-1.143c0-1.01.8-1.967 2.14-2.563a12.6 12.6 0 0 1 2.953-.863zm8.825 2.539a2.546 2.546 0 0 1-2.547-2.54v-5.05a14.5 14.5 0 0 0 3.667-1.036 6.7 6.7 0 0 0 1.422-.849V17.7a2.546 2.546 0 0 1-2.542 2.539M18.09 10c-.945.408-1.936.698-2.952.863V6.301a2.547 2.547 0 1 1 5.093 0v1.143c0 1.006-.8 1.963-2.14 2.556" }),
|
|
1923
|
+
/* @__PURE__ */ jsx122("defs", { children: /* @__PURE__ */ jsxs59("linearGradient", { id: "harmony__a", x1: "3.267", x2: "20.619", y1: "20.459", y2: "3.059", gradientUnits: "userSpaceOnUse", children: [
|
|
1924
|
+
/* @__PURE__ */ jsx122("stop", { stopColor: "#00AEE9" }),
|
|
1925
|
+
/* @__PURE__ */ jsx122("stop", { offset: "1", stopColor: "#69FABD" })
|
|
1902
1926
|
] }) })
|
|
1903
1927
|
] }) }));
|
|
1904
1928
|
NetworkHarmony.displayName = "NetworkHarmony";
|
|
1905
1929
|
var NetworkHarmony_default = NetworkHarmony;
|
|
1906
1930
|
|
|
1907
1931
|
// src/icons/networks/NetworkEos.tsx
|
|
1908
|
-
import { forwardRef as
|
|
1909
|
-
import { Fragment as
|
|
1910
|
-
var NetworkEos =
|
|
1911
|
-
/* @__PURE__ */
|
|
1912
|
-
/* @__PURE__ */
|
|
1913
|
-
] }) : /* @__PURE__ */
|
|
1914
|
-
/* @__PURE__ */
|
|
1915
|
-
/* @__PURE__ */
|
|
1916
|
-
/* @__PURE__ */
|
|
1917
|
-
/* @__PURE__ */
|
|
1932
|
+
import { forwardRef as forwardRef123 } from "react";
|
|
1933
|
+
import { Fragment as Fragment119, jsx as jsx123, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
1934
|
+
var NetworkEos = forwardRef123(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx123(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs60(Fragment119, { children: [
|
|
1935
|
+
/* @__PURE__ */ jsx123("path", { fill: "currentColor", d: "m20.529 6.91-8.454-4.881-.034-.019a.08.08 0 0 0-.079 0L3.371 6.97a.08.08 0 0 0-.041.07v9.92a.08.08 0 0 0 .04.07l8.591 4.959a.08.08 0 0 0 .082 0l5.18-2.99a.08.08 0 0 0 .04-.07v-1.614a.08.08 0 0 1 .122-.07l1.293.745.105.06a.08.08 0 0 0 .081 0l.105-.06 1.665-.96a.08.08 0 0 0 .04-.072V7.041a.08.08 0 0 0-.04-.07zm-8.795 14.613-8.072-4.66a.08.08 0 0 1-.041-.071V7.47a.08.08 0 0 1 .122-.07l8.073 4.66a.08.08 0 0 1 .04.07v9.322a.082.082 0 0 1-.122.071m.268-9.691L3.888 7.147a.082.082 0 0 1 0-.14l8.073-4.661a.08.08 0 0 1 .082 0l8.073 4.662a.082.082 0 0 1 0 .14l-1.252.723a.08.08 0 0 1-.081 0l-6.635-3.832-.105-.06a.08.08 0 0 0-.082 0l-.105.06-1.705.985-.023.013a.082.082 0 0 0 0 .141l.017.01.007.003 1.58.913.125.072 4.848 2.8a.081.081 0 0 1 0 .14l-1.25.723a.08.08 0 0 1-.082 0L8.736 6.01l-.105-.06a.08.08 0 0 0-.081 0l-.105.06-1.728.997a.082.082 0 0 0 0 .141l6.699 3.869zm6.531-3.77-1.414.817-4.93-2.847a.08.08 0 0 1-.04-.071V4.516c0-.063.067-.103.122-.071zm-6.676-3.546v1.183a.082.082 0 0 1-.123.071l-1.147-.661 1.147-.663a.082.082 0 0 1 .123.071zm1.996 12.275v-5.813a.08.08 0 0 0-.041-.07L8.777 8a.08.08 0 0 1-.04-.07V6.483a.08.08 0 0 1 .122-.07l6.367 3.675a.08.08 0 0 1 .041.071v7.353a.082.082 0 0 1-.122.07l-1.251-.722a.08.08 0 0 1-.041-.07M15 17.977l-1.025.591a.082.082 0 0 1-.122-.07v-1.184c0-.062.068-.102.122-.07l1.025.591a.082.082 0 0 1 0 .141M8.446 6.486v1.183a.082.082 0 0 1-.123.07L7.3 7.149a.082.082 0 0 1 0-.141l1.024-.592a.082.082 0 0 1 .123.071m8.817 10.306v-5.646c0-.03.015-.056.04-.07l1.252-.723a.082.082 0 0 1 .122.071v7.09a.08.08 0 0 1-.122.071l-1.251-.722a.08.08 0 0 1-.04-.071m3.08.07-1.252.723a.082.082 0 0 1-.122-.07V9.92a.082.082 0 0 0-.123-.071l-1.832 1.057a.08.08 0 0 0-.04.071v7.783q-.002.047-.042.07l-4.662 2.692a.082.082 0 0 1-.122-.07V12.13q.001-.047.04-.07l1.252-.723a.082.082 0 0 1 .122.07v7.594c0 .063.068.103.122.071l1.833-1.058a.08.08 0 0 0 .04-.07v-7.783q.002-.047.042-.07L20.26 7.4a.082.082 0 0 1 .123.07v9.322q-.002.047-.041.07" }),
|
|
1936
|
+
/* @__PURE__ */ jsx123("path", { fill: "currentColor", d: "M10.442 19.002v-6.054a.08.08 0 0 0-.041-.07l-5.243-3.03a.082.082 0 0 0-.123.071v6.054q.002.047.04.071l5.244 3.028a.082.082 0 0 0 .123-.071m-3.288-7.664 2.956 1.707q.04.025.04.07v3.415a.082.082 0 0 1-.122.07l-2.956-1.706a.08.08 0 0 1-.04-.07v-3.415c0-.063.067-.103.122-.071m-1.706-.985 1.252.723a.08.08 0 0 1 .04.07v3.677q-.001.047-.04.071l-1.252.722a.082.082 0 0 1-.122-.07v-5.123c0-.062.068-.102.122-.07m-.122 5.5.105.062a.08.08 0 0 0 .081 0l1.333-.769a.08.08 0 0 1 .082 0l3.184 1.838a.08.08 0 0 1 .04.07V18.5a.082.082 0 0 1-.122.07l-4.557-2.63-.145-.084z" })
|
|
1937
|
+
] }) : /* @__PURE__ */ jsxs60(Fragment119, { children: [
|
|
1938
|
+
/* @__PURE__ */ jsx123("path", { fill: "#FFA534", d: "M6.794 11v4.001l-1.732 1v-6zm13.858-4v10l-1.733 1v-8l-1.732 1v8l-5.196 3V12l1.732-1v8l1.732-1v-8zM8.527 6 6.794 7l1.733 1zm3.463-2-1.732 1 1.733 1z" }),
|
|
1939
|
+
/* @__PURE__ */ jsx123("path", { fill: "#fff", d: "m20.652 7-1.733 1-6.928-4-1.733 1 1.733 1 5.196 3-1.731 1h-.001L8.527 6 6.794 7l6.929 4-1.732 1L3.33 7l8.66-5zM10.258 17v2l-5.196-3 1.732-.999zm3.465 2 1.732-1-1.732-1z" }),
|
|
1940
|
+
/* @__PURE__ */ jsx123("path", { fill: "#FF6C2D", d: "M3.33 7v10l8.66 5V12zm6.928 12-5.196-3v-6l5.196 3zm8.662-1-1.733-1v-6l1.732-1zm0-10-1.733 1-5.196-3V4z" }),
|
|
1941
|
+
/* @__PURE__ */ jsx123("path", { fill: "#FF6C2D", d: "M8.527 6v2l5.196 3v6l1.732 1v-8z" })
|
|
1918
1942
|
] }) }));
|
|
1919
1943
|
NetworkEos.displayName = "NetworkEos";
|
|
1920
1944
|
var NetworkEos_default = NetworkEos;
|
|
1921
1945
|
|
|
1946
|
+
// src/icons/networks/NetworkMonad.tsx
|
|
1947
|
+
import { forwardRef as forwardRef124 } from "react";
|
|
1948
|
+
import { Fragment as Fragment120, jsx as jsx124 } from "react/jsx-runtime";
|
|
1949
|
+
var NetworkMonad = forwardRef124(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx124(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx124(Fragment120, { children: /* @__PURE__ */ jsx124("path", { fill: "currentColor", d: "M12 2C9.112 2 2 9.112 2 12s7.112 10 10 10 10-7.112 10-10S14.888 2 12 2m-1.558 15.718c-1.218-.332-4.492-6.059-4.16-7.276.332-1.218 6.059-4.492 7.276-4.16 1.218.332 4.492 6.059 4.16 7.276-.332 1.218-6.059 4.492-7.276 4.16" }) }) : /* @__PURE__ */ jsx124(Fragment120, { children: /* @__PURE__ */ jsx124("path", { fill: "#836EF9", d: "M12 2C9.112 2 2 9.112 2 12s7.112 10 10 10 10-7.112 10-10S14.888 2 12 2m-1.558 15.718c-1.218-.332-4.492-6.059-4.16-7.276.332-1.218 6.059-4.492 7.276-4.16 1.218.332 4.492 6.059 4.16 7.276-.332 1.218-6.059 4.492-7.276 4.16" }) }) }));
|
|
1950
|
+
NetworkMonad.displayName = "NetworkMonad";
|
|
1951
|
+
var NetworkMonad_default = NetworkMonad;
|
|
1952
|
+
|
|
1922
1953
|
// src/icons/networks/NetworkEthereumClassic.tsx
|
|
1923
|
-
import { forwardRef as
|
|
1924
|
-
import { Fragment as
|
|
1925
|
-
var NetworkEthereumClassic =
|
|
1954
|
+
import { forwardRef as forwardRef125 } from "react";
|
|
1955
|
+
import { Fragment as Fragment121, jsx as jsx125 } from "react/jsx-runtime";
|
|
1956
|
+
var NetworkEthereumClassic = forwardRef125(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx125(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx125(Fragment121, { children: /* @__PURE__ */ jsx125("path", { fill: "currentColor", d: "m5.975 10.959 6.084-2.484 5.883 2.55L12.042 2zm.017 2.758 6.067 3.417 6.191-3.418L12.117 22zm6.083-4.025 6.159 2.658-6.159 3.334-6.325-3.409 6.334-2.583z" }) }) : /* @__PURE__ */ jsx125(Fragment121, { children: /* @__PURE__ */ jsx125("path", { fill: "#01C853", d: "m5.975 10.959 6.084-2.484 5.883 2.55L12.042 2zm.017 2.758 6.067 3.417 6.191-3.418L12.117 22zm6.083-4.025 6.159 2.658-6.159 3.334-6.325-3.409 6.334-2.583z" }) }) }));
|
|
1926
1957
|
NetworkEthereumClassic.displayName = "NetworkEthereumClassic";
|
|
1927
1958
|
var NetworkEthereumClassic_default = NetworkEthereumClassic;
|
|
1928
1959
|
|
|
1929
1960
|
// src/icons/networks/NetworkCronosZkevm.tsx
|
|
1930
|
-
import { forwardRef as
|
|
1931
|
-
import { Fragment as
|
|
1932
|
-
var NetworkCronosZkevm =
|
|
1933
|
-
/* @__PURE__ */
|
|
1934
|
-
/* @__PURE__ */
|
|
1935
|
-
] }) : /* @__PURE__ */
|
|
1936
|
-
/* @__PURE__ */
|
|
1937
|
-
/* @__PURE__ */
|
|
1961
|
+
import { forwardRef as forwardRef126 } from "react";
|
|
1962
|
+
import { Fragment as Fragment122, jsx as jsx126, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
1963
|
+
var NetworkCronosZkevm = forwardRef126(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx126(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs61(Fragment122, { children: [
|
|
1964
|
+
/* @__PURE__ */ jsx126("path", { fill: "currentColor", d: "M12.003 2 3.25 7.002v10L12.003 22l8.747-4.998v-10zm6.156 13.52-6.156 3.517-6.158-3.517V8.48l6.158-3.517L18.16 8.48z" }),
|
|
1965
|
+
/* @__PURE__ */ jsx126("path", { fill: "currentColor", d: "M16.084 14.338 12 16.67l-4.09-2.332v-4.67L12 7.33l4.085 2.337-1.7.972L12 9.274l-2.385 1.365v2.722L12 14.725l2.385-1.364z" })
|
|
1966
|
+
] }) : /* @__PURE__ */ jsxs61(Fragment122, { children: [
|
|
1967
|
+
/* @__PURE__ */ jsx126("path", { fill: "#051221", d: "M12.003 2 3.25 7.002v10L12.003 22l8.747-4.998v-10zm6.156 13.52-6.156 3.517-6.158-3.517V8.48l6.158-3.517L18.16 8.48z" }),
|
|
1968
|
+
/* @__PURE__ */ jsx126("path", { fill: "#051221", d: "M16.084 14.338 12 16.67l-4.09-2.332v-4.67L12 7.33l4.085 2.337-1.7.972L12 9.274l-2.385 1.365v2.722L12 14.725l2.385-1.364z" })
|
|
1938
1969
|
] }) }));
|
|
1939
1970
|
NetworkCronosZkevm.displayName = "NetworkCronosZkevm";
|
|
1940
1971
|
var NetworkCronosZkevm_default = NetworkCronosZkevm;
|
|
1941
1972
|
|
|
1942
1973
|
// src/icons/networks/NetworkCosmosHub.tsx
|
|
1943
|
-
import { forwardRef as
|
|
1944
|
-
import { Fragment as
|
|
1945
|
-
var NetworkCosmosHub =
|
|
1946
|
-
/* @__PURE__ */
|
|
1947
|
-
/* @__PURE__ */
|
|
1948
|
-
/* @__PURE__ */
|
|
1949
|
-
/* @__PURE__ */
|
|
1950
|
-
] }) : /* @__PURE__ */
|
|
1951
|
-
/* @__PURE__ */
|
|
1952
|
-
/* @__PURE__ */
|
|
1953
|
-
/* @__PURE__ */
|
|
1954
|
-
/* @__PURE__ */
|
|
1974
|
+
import { forwardRef as forwardRef127 } from "react";
|
|
1975
|
+
import { Fragment as Fragment123, jsx as jsx127, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
1976
|
+
var NetworkCosmosHub = forwardRef127(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx127(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs62(Fragment123, { children: [
|
|
1977
|
+
/* @__PURE__ */ jsx127("path", { fill: "currentColor", d: "M12 2.693 3.753 7.346v9.308L12 21.307l8.248-4.653V7.346zM20.862 7 12 2 3.14 7v10L12 22l8.862-5z", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
1978
|
+
/* @__PURE__ */ jsx127("path", { fill: "currentColor", d: "M11.997 8.413a1.14 1.14 0 0 1-1.148-1.124c0-.619.515-1.123 1.148-1.123.634 0 1.149.504 1.149 1.123 0 .62-.515 1.124-1.149 1.124m0-1.635a.52.52 0 0 0-.522.511c0 .282.234.512.522.512s.523-.23.523-.512a.52.52 0 0 0-.523-.51", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
1979
|
+
/* @__PURE__ */ jsx127("path", { fill: "currentColor", d: "M11.7 8.6a1.4 1.4 0 0 0 .614 0v2.1a1.4 1.4 0 0 0-.614 0zm-.69 2.49-1.863-1.05a1.3 1.3 0 0 1-.307.519l1.862 1.05c.061-.196.168-.373.308-.519m-.308 1.3L8.84 13.44a1.3 1.3 0 0 1 .307.52l1.863-1.051a1.3 1.3 0 0 1-.308-.52m.998.91V15.4a1.4 1.4 0 0 1 .614 0v-2.1a1.4 1.4 0 0 1-.614 0m1.305-.391 1.863 1.051a1.3 1.3 0 0 1 .307-.52l-1.862-1.05a1.3 1.3 0 0 1-.308.519m.308-1.299 1.862-1.051a1.3 1.3 0 0 1-.307-.52l-1.863 1.051c.14.146.246.323.308.52" }),
|
|
1980
|
+
/* @__PURE__ */ jsx127("path", { fill: "currentColor", d: "M8.824 10.217c-.316.536-1.02.72-1.57.41a1.11 1.11 0 0 1-.42-1.534 1.165 1.165 0 0 1 1.57-.41c.548.31.737.997.42 1.534m-1.448-.818a.505.505 0 0 0 .191.698.53.53 0 0 0 .715-.187.505.505 0 0 0-.192-.698.53.53 0 0 0-.714.187m1.459 4.403a1.11 1.11 0 0 1-.421 1.534 1.165 1.165 0 0 1-1.57-.41 1.11 1.11 0 0 1 .421-1.534 1.165 1.165 0 0 1 1.57.41m-1.449.818a.53.53 0 0 0 .715.186.505.505 0 0 0 .192-.698.53.53 0 0 0-.715-.187.506.506 0 0 0-.192.699m4.633.966c.633 0 1.149.504 1.149 1.123 0 .62-.516 1.124-1.15 1.124a1.14 1.14 0 0 1-1.148-1.124c0-.62.516-1.123 1.149-1.123m0 1.635c.288 0 .523-.23.523-.512a.52.52 0 0 0-.523-.51.52.52 0 0 0-.523.51c0 .282.235.512.523.512m3.173-3.437a1.165 1.165 0 0 1 1.57-.41c.549.309.738.997.42 1.533a1.165 1.165 0 0 1-1.57.41 1.11 1.11 0 0 1-.42-1.533m1.448.817a.505.505 0 0 0-.191-.698.53.53 0 0 0-.715.187.505.505 0 0 0 .192.698.53.53 0 0 0 .714-.187m-1.46-4.404a1.11 1.11 0 0 1 .421-1.534 1.165 1.165 0 0 1 1.57.41 1.11 1.11 0 0 1-.421 1.534 1.165 1.165 0 0 1-1.57-.41m1.448-.817a.53.53 0 0 0-.714-.187.505.505 0 0 0-.192.698.53.53 0 0 0 .715.187.506.506 0 0 0 .191-.698m-4.631 2.1a.52.52 0 0 0-.522.51c0 .282.234.512.522.512s.523-.23.523-.511a.52.52 0 0 0-.523-.512m0 1.634a1.137 1.137 0 0 1-1.148-1.123c0-.62.515-1.124 1.148-1.124.634 0 1.15.504 1.15 1.124s-.516 1.123-1.15 1.123", fillRule: "evenodd", clipRule: "evenodd" })
|
|
1981
|
+
] }) : /* @__PURE__ */ jsxs62(Fragment123, { children: [
|
|
1982
|
+
/* @__PURE__ */ jsx127("path", { fill: "#BA3FD9", d: "M12 2.693 3.753 7.346v9.308L12 21.307l8.248-4.653V7.346zM20.862 7 12 2 3.14 7v10L12 22l8.862-5z", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
1983
|
+
/* @__PURE__ */ jsx127("path", { fill: "#BA3FD9", d: "M11.997 8.413a1.14 1.14 0 0 1-1.148-1.124c0-.619.515-1.123 1.148-1.123.634 0 1.149.504 1.149 1.123 0 .62-.515 1.124-1.149 1.124m0-1.635a.52.52 0 0 0-.522.511c0 .282.234.512.522.512s.523-.23.523-.512a.52.52 0 0 0-.523-.51", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
1984
|
+
/* @__PURE__ */ jsx127("path", { fill: "#BA3FD9", d: "M11.701 8.6a1.4 1.4 0 0 0 .614 0v2.1a1.4 1.4 0 0 0-.614 0zm-.689 2.49-1.863-1.05a1.3 1.3 0 0 1-.307.519l1.862 1.05c.061-.196.168-.373.308-.519m-.308 1.3-1.862 1.05a1.3 1.3 0 0 1 .307.52l1.863-1.051a1.3 1.3 0 0 1-.308-.52m.997.91V15.4a1.4 1.4 0 0 1 .614 0v-2.1a1.4 1.4 0 0 1-.614 0m1.304-.391 1.863 1.051a1.3 1.3 0 0 1 .307-.52l-1.862-1.05a1.3 1.3 0 0 1-.308.519m.308-1.299 1.862-1.051a1.3 1.3 0 0 1-.307-.52l-1.863 1.051c.14.146.246.323.308.52" }),
|
|
1985
|
+
/* @__PURE__ */ jsx127("path", { fill: "#BA3FD9", d: "M8.824 10.217c-.316.536-1.02.72-1.57.41a1.11 1.11 0 0 1-.42-1.534 1.165 1.165 0 0 1 1.57-.41c.548.31.737.997.42 1.534m-1.448-.818a.505.505 0 0 0 .191.698.53.53 0 0 0 .715-.187.505.505 0 0 0-.192-.698.53.53 0 0 0-.714.187m1.459 4.403a1.11 1.11 0 0 1-.421 1.534 1.165 1.165 0 0 1-1.57-.41 1.11 1.11 0 0 1 .421-1.534 1.165 1.165 0 0 1 1.57.41m-1.449.818a.53.53 0 0 0 .715.186.505.505 0 0 0 .192-.698.53.53 0 0 0-.715-.187.506.506 0 0 0-.192.699m4.633.966c.633 0 1.149.504 1.149 1.123 0 .62-.516 1.124-1.15 1.124a1.14 1.14 0 0 1-1.148-1.124c0-.62.516-1.123 1.149-1.123m0 1.635c.288 0 .523-.23.523-.512a.52.52 0 0 0-.523-.51.52.52 0 0 0-.523.51c0 .282.235.512.523.512m3.173-3.437a1.165 1.165 0 0 1 1.57-.41c.549.309.738.997.42 1.533a1.165 1.165 0 0 1-1.57.41 1.11 1.11 0 0 1-.42-1.533m1.448.817a.505.505 0 0 0-.191-.698.53.53 0 0 0-.715.187.505.505 0 0 0 .192.698.53.53 0 0 0 .714-.187m-1.458-4.404a1.11 1.11 0 0 1 .421-1.534 1.165 1.165 0 0 1 1.57.41 1.11 1.11 0 0 1-.421 1.534 1.165 1.165 0 0 1-1.57-.41m1.448-.817a.53.53 0 0 0-.714-.187.505.505 0 0 0-.192.698.53.53 0 0 0 .715.187.505.505 0 0 0 .191-.698m-4.633 2.1a.52.52 0 0 0-.522.51c0 .282.234.512.522.512s.523-.23.523-.511a.52.52 0 0 0-.523-.512m0 1.634a1.137 1.137 0 0 1-1.148-1.123c0-.62.515-1.124 1.148-1.124.634 0 1.15.504 1.15 1.124s-.516 1.123-1.15 1.123", fillRule: "evenodd", clipRule: "evenodd" })
|
|
1955
1986
|
] }) }));
|
|
1956
1987
|
NetworkCosmosHub.displayName = "NetworkCosmosHub";
|
|
1957
1988
|
var NetworkCosmosHub_default = NetworkCosmosHub;
|
|
1958
1989
|
|
|
1959
1990
|
// src/icons/networks/NetworkMoonriver.tsx
|
|
1960
|
-
import { forwardRef as
|
|
1961
|
-
import { Fragment as
|
|
1962
|
-
var NetworkMoonriver =
|
|
1963
|
-
/* @__PURE__ */
|
|
1964
|
-
/* @__PURE__ */
|
|
1965
|
-
] }) : /* @__PURE__ */
|
|
1966
|
-
/* @__PURE__ */
|
|
1967
|
-
/* @__PURE__ */
|
|
1968
|
-
/* @__PURE__ */
|
|
1991
|
+
import { forwardRef as forwardRef128 } from "react";
|
|
1992
|
+
import { Fragment as Fragment124, jsx as jsx128, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
1993
|
+
var NetworkMoonriver = forwardRef128(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx128(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs63(Fragment124, { children: [
|
|
1994
|
+
/* @__PURE__ */ jsx128("path", { fill: "currentColor", d: "M20.174 11.236a8.235 8.235 0 1 0-16.321.193 6.64 6.64 0 0 1 4.44-1.782 8.24 8.24 0 0 1 4.693 1.571 5.9 5.9 0 0 0 4.048 1.164 7 7 0 0 0 3.134-1.153zM5.529 14.353c0-.276.264-.589.588-.589s.588.313.588.589v2.929c0 .277-.265.6-.588.6-.324 0-.59-.323-.59-.6zm5.293-.589c0-.27.265-.587.589-.587.322 0 .587.317.587.587v2.941c0 .272-.265.589-.587.589-.324 0-.589-.319-.589-.589zm1.765 1.178c0-.254.265-.59.587-.59.324 0 .59.336.59.59v.587c0 .252-.266.589-.59.589-.322 0-.587-.336-.587-.59zm5.294.587c0-.3.264-.588.587-.588.324 0 .59.289.59.588v1.765a.604.604 0 0 1-.59.587.605.605 0 0 1-.587-.587zM7.293 13.764c0-.263.265-.587.588-.587.324 0 .589.324.589.587v4.148c0 .264-.265.558-.59.558-.322 0-.587-.294-.587-.558zm7.059 1.765a.61.61 0 0 1 .587-.588.61.61 0 0 1 .59.588v4.706a.61.61 0 0 1-.59.587.61.61 0 0 1-.588-.587zm1.764.59c0-.27.264-.589.588-.589s.588.319.588.59v3.526c0 .27-.264.589-.588.589s-.588-.318-.588-.589zm-7.059-2.941c0-.276.265-.589.589-.589s.587.313.587.589v8.235c0 .276-.263.587-.587.587s-.589-.311-.589-.587z" }),
|
|
1995
|
+
/* @__PURE__ */ jsx128("path", { fill: "currentColor", d: "M8.858 11.883a5.76 5.76 0 0 0-4.218 1.495.536.536 0 0 1-.847-.235.51.51 0 0 1 .158-.554 6.82 6.82 0 0 1 7.823-.94q.567.32 1.065.74l.294.218a6 6 0 0 0 3.236 1.011c1.329.012 2.487-.741 3.017-1.128a.53.53 0 0 1 .831.282.51.51 0 0 1-.196.547c-.553.412-1.958 1.353-3.664 1.34a7.14 7.14 0 0 1-3.824-1.193l-.394-.294-.175-.141a5.5 5.5 0 0 0-3.106-1.153z" })
|
|
1996
|
+
] }) : /* @__PURE__ */ jsxs63(Fragment124, { children: [
|
|
1997
|
+
/* @__PURE__ */ jsx128("path", { fill: "#F2B705", d: "M20.176 11.233a8.237 8.237 0 1 0-16.327.194 6.64 6.64 0 0 1 4.442-1.784 8.24 8.24 0 0 1 4.695 1.572 5.88 5.88 0 0 0 4.047 1.164 7 7 0 0 0 3.137-1.153z" }),
|
|
1998
|
+
/* @__PURE__ */ jsx128("path", { fill: "#52CAC7", d: "M5.526 14.35c0-.275.265-.588.59-.588.323 0 .588.313.588.589v2.93c0 .277-.265.6-.589.6s-.589-.323-.589-.6zm5.297-.588c0-.27.263-.588.587-.588s.59.318.59.588v2.942c0 .272-.266.589-.59.589s-.587-.319-.587-.59zm1.764 1.178c0-.254.265-.59.588-.59.324 0 .59.336.59.59v.587c0 .253-.266.59-.59.59s-.588-.337-.588-.59zm5.294.587c0-.299.265-.587.59-.587.323 0 .588.288.588.587v1.766a.604.604 0 0 1-.589.587.605.605 0 0 1-.587-.587zm-10.59-1.765c0-.264.266-.588.59-.588.322 0 .587.324.587.588v4.149c0 .264-.265.558-.587.558-.324 0-.59-.294-.59-.558zm7.061 1.765a.61.61 0 0 1 .589-.587.61.61 0 0 1 .587.587v4.708a.61.61 0 0 1-.587.587.61.61 0 0 1-.589-.587zm1.765.59c0-.27.265-.588.588-.588.324 0 .589.318.589.589v3.528c0 .27-.265.589-.589.589s-.588-.319-.588-.59zm-7.06-2.941c0-.276.265-.59.59-.59.322 0 .587.314.587.59v8.237c0 .276-.265.587-.588.587-.324 0-.59-.311-.59-.587z" }),
|
|
1999
|
+
/* @__PURE__ */ jsx128("path", { fill: "#52CAC7", d: "M8.857 11.88a5.77 5.77 0 0 0-4.219 1.495.536.536 0 0 1-.847-.235.51.51 0 0 1 .16-.555 6.82 6.82 0 0 1 7.824-.94 7 7 0 0 1 1.066.741l.293.217a6 6 0 0 0 3.236 1.012c1.33.012 2.489-.742 3.019-1.129a.53.53 0 0 1 .831.283.51.51 0 0 1-.196.547c-.553.411-1.96 1.353-3.665 1.34a7.14 7.14 0 0 1-3.825-1.194l-.394-.293-.177-.142a5.5 5.5 0 0 0-3.106-1.153z" })
|
|
1969
2000
|
] }) }));
|
|
1970
2001
|
NetworkMoonriver.displayName = "NetworkMoonriver";
|
|
1971
2002
|
var NetworkMoonriver_default = NetworkMoonriver;
|
|
1972
2003
|
|
|
1973
2004
|
// src/icons/networks/NetworkGravity.tsx
|
|
1974
|
-
import { forwardRef as
|
|
1975
|
-
import { Fragment as
|
|
1976
|
-
var NetworkGravity =
|
|
2005
|
+
import { forwardRef as forwardRef129 } from "react";
|
|
2006
|
+
import { Fragment as Fragment125, jsx as jsx129 } from "react/jsx-runtime";
|
|
2007
|
+
var NetworkGravity = forwardRef129(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx129(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx129(Fragment125, { children: /* @__PURE__ */ jsx129("path", { fill: "currentColor", d: "M21.931 6.03a.51.51 0 0 0-.709-.182L8.06 13.857a4.477 4.477 0 0 1 3.95-6.585 4.45 4.45 0 0 1 2.802.988l-2.8 1.924L19.29 5.98a.328.328 0 1 0-.35-.554l-1.781 1.223A7.22 7.22 0 0 0 12.01 4.5a7.25 7.25 0 0 0-7.246 7.25c0 1.29.337 2.5.926 3.549L2 17.544l3.79-2.076A7.24 7.24 0 0 0 12.01 19a7.25 7.25 0 0 0 7.245-7.25v-.866c0-.678.275-1.546 1.25-2.068a.17.17 0 0 0 .067-.232.167.167 0 0 0-.23-.062l-8.64 4.992c.965-.41 1.702-.66 2.68-.856 2.035-.41 2.087.562 1.301 1.657-.526.734-1.716 1.912-3.672 1.912a4.47 4.47 0 0 1-3.788-2.093l13.51-7.4a.51.51 0 0 0 .198-.705" }) }) : /* @__PURE__ */ jsx129(Fragment125, { children: /* @__PURE__ */ jsx129("path", { fill: "#FFAC43", d: "M21.931 6.03a.51.51 0 0 0-.709-.182L8.06 13.857a4.477 4.477 0 0 1 3.95-6.585 4.45 4.45 0 0 1 2.802.988l-2.8 1.924L19.29 5.98a.328.328 0 1 0-.35-.554l-1.781 1.223A7.22 7.22 0 0 0 12.01 4.5a7.25 7.25 0 0 0-7.246 7.25c0 1.29.337 2.5.926 3.549L2 17.544l3.79-2.076A7.24 7.24 0 0 0 12.01 19a7.25 7.25 0 0 0 7.245-7.25v-.866c0-.678.275-1.546 1.25-2.068a.17.17 0 0 0 .067-.232.167.167 0 0 0-.23-.062l-8.64 4.992c.965-.41 1.702-.66 2.68-.856 2.035-.41 2.087.562 1.301 1.657-.526.734-1.716 1.912-3.672 1.912a4.47 4.47 0 0 1-3.788-2.093l13.51-7.4a.51.51 0 0 0 .198-.705" }) }) }));
|
|
1977
2008
|
NetworkGravity.displayName = "NetworkGravity";
|
|
1978
2009
|
var NetworkGravity_default = NetworkGravity;
|
|
1979
2010
|
|
|
1980
2011
|
// src/icons/networks/NetworkKucoin.tsx
|
|
1981
|
-
import { forwardRef as
|
|
1982
|
-
import { Fragment as
|
|
1983
|
-
var NetworkKucoin =
|
|
2012
|
+
import { forwardRef as forwardRef130 } from "react";
|
|
2013
|
+
import { Fragment as Fragment126, jsx as jsx130 } from "react/jsx-runtime";
|
|
2014
|
+
var NetworkKucoin = forwardRef130(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx130(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx130(Fragment126, { children: /* @__PURE__ */ jsx130("path", { fill: "currentColor", d: "m8.67 12 5.818 5.926 3.68-3.736a1.66 1.66 0 0 1 2.351 0 1.726 1.726 0 0 1 0 2.39l-4.85 4.937a1.674 1.674 0 0 1-2.352 0l-7.101-7.115v4.225c.012.904-.693 1.672-1.608 1.69-.92-.012-1.62-.782-1.608-1.69V5.373c0-.933.685-1.69 1.608-1.69.911 0 1.608.757 1.608 1.69v4.225l7.102-7.115a1.674 1.674 0 0 1 2.352 0l4.838 4.936a1.724 1.724 0 0 1 0 2.39 1.66 1.66 0 0 1-2.34 0l-3.68-3.735zm5.83-1.69c.91 0 1.653.756 1.653 1.69s-.743 1.69-1.654 1.69-1.665-.756-1.665-1.69.743-1.69 1.665-1.69" }) }) : /* @__PURE__ */ jsx130(Fragment126, { children: /* @__PURE__ */ jsx130("path", { fill: "#23AF91", d: "m8.671 12 5.817 5.926 3.68-3.736a1.66 1.66 0 0 1 2.351 0 1.726 1.726 0 0 1 0 2.39l-4.85 4.937a1.674 1.674 0 0 1-2.352 0l-7.101-7.115v4.225c.012.904-.693 1.672-1.608 1.69-.92-.012-1.62-.782-1.608-1.69V5.373c0-.933.685-1.69 1.608-1.69.911 0 1.608.757 1.608 1.69v4.225l7.102-7.115a1.674 1.674 0 0 1 2.352 0l4.838 4.936a1.724 1.724 0 0 1 0 2.39 1.66 1.66 0 0 1-2.34 0l-3.68-3.735zm5.828-1.69c.912 0 1.654.756 1.654 1.69s-.742 1.69-1.654 1.69-1.665-.756-1.665-1.69.743-1.69 1.665-1.69" }) }) }));
|
|
1984
2015
|
NetworkKucoin.displayName = "NetworkKucoin";
|
|
1985
2016
|
var NetworkKucoin_default = NetworkKucoin;
|
|
1986
2017
|
|
|
1987
2018
|
// src/icons/networks/NetworkUltron.tsx
|
|
1988
|
-
import { forwardRef as
|
|
1989
|
-
import { Fragment as
|
|
1990
|
-
var NetworkUltron =
|
|
1991
|
-
/* @__PURE__ */
|
|
1992
|
-
/* @__PURE__ */
|
|
1993
|
-
/* @__PURE__ */
|
|
1994
|
-
/* @__PURE__ */
|
|
2019
|
+
import { forwardRef as forwardRef131 } from "react";
|
|
2020
|
+
import { Fragment as Fragment127, jsx as jsx131, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
2021
|
+
var NetworkUltron = forwardRef131(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx131(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx131(Fragment127, { children: /* @__PURE__ */ jsx131("path", { fill: "currentColor", d: "M6.182 11.997c0 2.07-.937 3.747-2.09 3.747S2 14.067 2 11.997 2.937 8.25 4.09 8.25s2.09 1.677 2.09 3.747m1.921 0c0 .67-.095 1.337-.29 1.942a6.6 6.6 0 0 1-.808 1.665c-.21.313-.662 1.01-.282 1.278a.65.65 0 0 0 .273.095c.736.104 1.413-.355 1.91-.822a5.6 5.6 0 0 0 1.278-1.787 5.85 5.85 0 0 0 0-4.736 5.6 5.6 0 0 0-1.278-1.787c-.497-.467-1.177-.926-1.91-.822a.65.65 0 0 0-.273.095c-.383.268.072.965.282 1.278.347.515.62 1.078.808 1.665.195.605.29 1.272.29 1.942m4.512 0c0 .858-.126 1.716-.374 2.487a8.6 8.6 0 0 1-1.036 2.132c-.27.4-.85 1.293-.36 1.636a.8.8 0 0 0 .348.122c.943.134 1.811-.456 2.449-1.055a7.2 7.2 0 0 0 1.637-2.287c.845-1.882.848-4.179 0-6.07a7.2 7.2 0 0 0-1.637-2.287c-.638-.6-1.506-1.189-2.45-1.055a.75.75 0 0 0-.346.122c-.491.343.09 1.236.359 1.635a8.6 8.6 0 0 1 1.036 2.133c.248.771.374 1.63.374 2.487m5.248 0c0 1.072-.156 2.144-.467 3.11a10.7 10.7 0 0 1-1.293 2.665c-.336.5-1.06 1.617-.45 2.046.105.072.246.125.435.152 1.18.167 2.263-.569 3.062-1.32a9 9 0 0 0 2.048-2.861 9.36 9.36 0 0 0 0-7.59 9 9 0 0 0-2.048-2.862c-.796-.75-1.883-1.486-3.06-1.32a1 1 0 0 0-.433.153c-.614.429.113 1.546.449 2.046.554.828.99 1.727 1.293 2.666.311.965.467 2.037.467 3.109" }) }) : /* @__PURE__ */ jsxs64(Fragment127, { children: [
|
|
2022
|
+
/* @__PURE__ */ jsx131("path", { fill: "url(#ultron__a)", d: "M6.182 11.997c0 2.07-.937 3.747-2.09 3.747S2 14.067 2 11.997 2.937 8.25 4.09 8.25s2.09 1.677 2.09 3.747m1.921 0c0 .67-.095 1.337-.29 1.942a6.6 6.6 0 0 1-.808 1.665c-.21.313-.662 1.01-.282 1.278a.65.65 0 0 0 .273.095c.736.104 1.413-.355 1.91-.822a5.6 5.6 0 0 0 1.278-1.787 5.85 5.85 0 0 0 0-4.736 5.6 5.6 0 0 0-1.278-1.787c-.497-.467-1.177-.926-1.91-.822a.65.65 0 0 0-.273.095c-.383.268.072.965.282 1.278.347.515.62 1.078.808 1.665.195.605.29 1.272.29 1.942m4.512 0c0 .858-.126 1.716-.374 2.487a8.6 8.6 0 0 1-1.036 2.132c-.27.4-.85 1.293-.36 1.636a.8.8 0 0 0 .348.122c.943.134 1.811-.456 2.449-1.055a7.2 7.2 0 0 0 1.637-2.287c.845-1.882.848-4.179 0-6.07a7.2 7.2 0 0 0-1.637-2.287c-.638-.6-1.506-1.189-2.45-1.055a.75.75 0 0 0-.346.122c-.491.343.09 1.236.359 1.635a8.6 8.6 0 0 1 1.036 2.133c.248.771.374 1.63.374 2.487m5.248 0c0 1.072-.156 2.144-.467 3.11a10.7 10.7 0 0 1-1.293 2.665c-.336.5-1.06 1.617-.45 2.046.105.072.246.125.435.152 1.18.167 2.263-.569 3.062-1.32a9 9 0 0 0 2.048-2.861 9.36 9.36 0 0 0 0-7.59 9 9 0 0 0-2.048-2.862c-.796-.75-1.883-1.486-3.06-1.32a1 1 0 0 0-.433.153c-.614.429.113 1.546.449 2.046.554.828.99 1.727 1.293 2.666.311.965.467 2.037.467 3.109" }),
|
|
2023
|
+
/* @__PURE__ */ jsx131("defs", { children: /* @__PURE__ */ jsxs64("linearGradient", { id: "ultron__a", x1: "2", x2: "22", y1: "12", y2: "12", gradientUnits: "userSpaceOnUse", children: [
|
|
2024
|
+
/* @__PURE__ */ jsx131("stop", { stopColor: "#1FFFA3" }),
|
|
2025
|
+
/* @__PURE__ */ jsx131("stop", { offset: "1", stopColor: "#8C47F5" })
|
|
1995
2026
|
] }) })
|
|
1996
2027
|
] }) }));
|
|
1997
2028
|
NetworkUltron.displayName = "NetworkUltron";
|
|
1998
2029
|
var NetworkUltron_default = NetworkUltron;
|
|
1999
2030
|
|
|
2000
2031
|
// src/icons/networks/NetworkPolygonPos.tsx
|
|
2001
|
-
import { forwardRef as
|
|
2002
|
-
import { Fragment as
|
|
2003
|
-
var NetworkPolygonPos =
|
|
2004
|
-
/* @__PURE__ */
|
|
2005
|
-
/* @__PURE__ */
|
|
2006
|
-
/* @__PURE__ */
|
|
2007
|
-
/* @__PURE__ */
|
|
2008
|
-
/* @__PURE__ */
|
|
2032
|
+
import { forwardRef as forwardRef132 } from "react";
|
|
2033
|
+
import { Fragment as Fragment128, jsx as jsx132, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
2034
|
+
var NetworkPolygonPos = forwardRef132(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx132(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx132(Fragment128, { children: /* @__PURE__ */ jsx132("path", { fill: "currentColor", d: "m16.85 15.574 4.743-2.706a.8.8 0 0 0 .407-.696V6.76a.8.8 0 0 0-.407-.697L16.85 3.357a.83.83 0 0 0-.814 0l-4.744 2.706a.8.8 0 0 0-.406.697v9.671l-3.327 1.897L4.23 16.43v-3.794l3.327-1.897 2.194 1.252V9.446l-1.787-1.02a.83.83 0 0 0-.814 0l-4.744 2.706A.8.8 0 0 0 2 11.83v5.412c0 .286.155.552.407.696l4.744 2.706a.83.83 0 0 0 .814 0l4.744-2.706a.8.8 0 0 0 .406-.696V7.569l.06-.033 3.266-1.863 3.327 1.896v3.795L16.44 13.26l-2.191-1.248v2.545l1.784 1.017a.83.83 0 0 0 .814 0z" }) }) : /* @__PURE__ */ jsxs65(Fragment128, { children: [
|
|
2035
|
+
/* @__PURE__ */ jsx132("path", { fill: "url(#polygon-pos__a)", d: "m16.85 15.574 4.743-2.706a.8.8 0 0 0 .407-.696V6.76a.8.8 0 0 0-.407-.697L16.85 3.357a.83.83 0 0 0-.814 0l-4.744 2.706a.8.8 0 0 0-.406.697v9.671l-3.327 1.897L4.23 16.43v-3.794l3.327-1.897 2.194 1.252V9.446l-1.787-1.02a.83.83 0 0 0-.814 0l-4.744 2.706A.8.8 0 0 0 2 11.83v5.412c0 .286.155.552.407.696l4.744 2.706a.83.83 0 0 0 .814 0l4.744-2.706a.8.8 0 0 0 .406-.696V7.569l.06-.033 3.266-1.863 3.327 1.896v3.795L16.44 13.26l-2.191-1.248v2.545l1.784 1.017a.83.83 0 0 0 .814 0z" }),
|
|
2036
|
+
/* @__PURE__ */ jsx132("defs", { children: /* @__PURE__ */ jsxs65("linearGradient", { id: "polygon-pos__a", x1: "1.935", x2: "21.021", y1: "17.771", y2: "6.556", gradientUnits: "userSpaceOnUse", children: [
|
|
2037
|
+
/* @__PURE__ */ jsx132("stop", { stopColor: "#A726C1" }),
|
|
2038
|
+
/* @__PURE__ */ jsx132("stop", { offset: ".88", stopColor: "#803BDF" }),
|
|
2039
|
+
/* @__PURE__ */ jsx132("stop", { offset: "1", stopColor: "#7B3FE4" })
|
|
2009
2040
|
] }) })
|
|
2010
2041
|
] }) }));
|
|
2011
2042
|
NetworkPolygonPos.displayName = "NetworkPolygonPos";
|
|
2012
2043
|
var NetworkPolygonPos_default = NetworkPolygonPos;
|
|
2013
2044
|
|
|
2014
2045
|
// src/icons/networks/NetworkEthereum.tsx
|
|
2015
|
-
import { forwardRef as
|
|
2016
|
-
import { Fragment as
|
|
2017
|
-
var NetworkEthereum =
|
|
2018
|
-
/* @__PURE__ */
|
|
2019
|
-
/* @__PURE__ */
|
|
2020
|
-
/* @__PURE__ */
|
|
2021
|
-
/* @__PURE__ */
|
|
2022
|
-
] }) : /* @__PURE__ */
|
|
2023
|
-
/* @__PURE__ */
|
|
2024
|
-
/* @__PURE__ */
|
|
2025
|
-
/* @__PURE__ */
|
|
2026
|
-
/* @__PURE__ */
|
|
2027
|
-
/* @__PURE__ */
|
|
2028
|
-
/* @__PURE__ */
|
|
2029
|
-
/* @__PURE__ */
|
|
2030
|
-
/* @__PURE__ */
|
|
2046
|
+
import { forwardRef as forwardRef133 } from "react";
|
|
2047
|
+
import { Fragment as Fragment129, jsx as jsx133, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
2048
|
+
var NetworkEthereum = forwardRef133(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx133(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs66(Fragment129, { children: [
|
|
2049
|
+
/* @__PURE__ */ jsx133("path", { fill: "currentColor", d: "M12 2v7.39l6.25 2.796zm0 0L5.75 12.185 12 9.39zm0 14.975V22l6.25-8.65zM12 22v-5.025L5.75 13.35z" }),
|
|
2050
|
+
/* @__PURE__ */ jsx133("path", { fill: "currentColor", d: "m12 15.81 6.25-3.624L12 9.39zm-6.25-3.624L12 15.81V9.39z" }),
|
|
2051
|
+
/* @__PURE__ */ jsx133("path", { fill: "currentColor", d: "m12 15.81-6.25-3.624L12 2l6.25 10.185zm-5.833-3.92 5.735-9.344v6.795zm-.086.255 5.82-2.585v5.96zm6.02-2.585v5.96l5.815-3.375zm0-.22 5.736 2.55L12.1 2.547z", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
2052
|
+
/* @__PURE__ */ jsx133("path", { fill: "currentColor", d: "m12 16.897-6.25-3.55L12 22l6.25-8.654zm-5.55-2.926 5.45 3.101v4.45zm5.65 3.101v4.45l5.45-7.551z", fillRule: "evenodd", clipRule: "evenodd" })
|
|
2053
|
+
] }) : /* @__PURE__ */ jsxs66(Fragment129, { children: [
|
|
2054
|
+
/* @__PURE__ */ jsx133("path", { fill: "#8FFCF3", d: "M12 2v7.39l6.25 2.796z" }),
|
|
2055
|
+
/* @__PURE__ */ jsx133("path", { fill: "#CABCF8", d: "M12 2 5.75 12.185 12 9.392z" }),
|
|
2056
|
+
/* @__PURE__ */ jsx133("path", { fill: "#CBA7F5", d: "M12 16.975V22l6.25-8.65z" }),
|
|
2057
|
+
/* @__PURE__ */ jsx133("path", { fill: "#74A0F3", d: "M12 22v-5.025l-6.25-3.624z" }),
|
|
2058
|
+
/* @__PURE__ */ jsx133("path", { fill: "#CBA7F5", d: "m12 15.81 6.25-3.624L12 9.39z" }),
|
|
2059
|
+
/* @__PURE__ */ jsx133("path", { fill: "#74A0F3", d: "M5.75 12.186 12 15.81V9.39z" }),
|
|
2060
|
+
/* @__PURE__ */ jsx133("path", { fill: "#202699", d: "m12 15.81-6.25-3.624L12 2l6.25 10.185zm-5.836-3.92L11.9 2.547V9.34zm-.085.255 5.82-2.585v5.96zm6.02-2.585v5.96l5.815-3.375zm0-.22 5.735 2.55-5.735-9.344z", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
2061
|
+
/* @__PURE__ */ jsx133("path", { fill: "#202699", d: "m12 16.896-6.25-3.55L12 22l6.25-8.655zM6.45 13.97l5.45 3.1v4.45zm5.649 3.1v4.45l5.45-7.55z", fillRule: "evenodd", clipRule: "evenodd" })
|
|
2031
2062
|
] }) }));
|
|
2032
2063
|
NetworkEthereum.displayName = "NetworkEthereum";
|
|
2033
2064
|
var NetworkEthereum_default = NetworkEthereum;
|
|
2034
2065
|
|
|
2035
2066
|
// src/icons/networks/NetworkLumio.tsx
|
|
2036
|
-
import { forwardRef as
|
|
2037
|
-
import { jsx as
|
|
2038
|
-
var NetworkLumio =
|
|
2039
|
-
/* @__PURE__ */
|
|
2040
|
-
/* @__PURE__ */
|
|
2041
|
-
/* @__PURE__ */
|
|
2042
|
-
/* @__PURE__ */
|
|
2043
|
-
/* @__PURE__ */
|
|
2044
|
-
/* @__PURE__ */
|
|
2045
|
-
/* @__PURE__ */
|
|
2046
|
-
] }),
|
|
2047
|
-
/* @__PURE__ */
|
|
2048
|
-
/* @__PURE__ */
|
|
2049
|
-
/* @__PURE__ */
|
|
2067
|
+
import { forwardRef as forwardRef134 } from "react";
|
|
2068
|
+
import { jsx as jsx134, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2069
|
+
var NetworkLumio = forwardRef134(({ fallback, ...props }, ref) => /* @__PURE__ */ jsxs67(BaseIcon, { fallback, ...props, ref, children: [
|
|
2070
|
+
/* @__PURE__ */ jsx134("path", { fill: "url(#lumio__a)", d: "m2 3 17.636 6.612v4.776L2 21z" }),
|
|
2071
|
+
/* @__PURE__ */ jsx134("path", { fill: "url(#lumio__b)", d: "m2 6.673 17.636 2.94v4.775L2 17.326z" }),
|
|
2072
|
+
/* @__PURE__ */ jsx134("path", { fill: "#fff", d: "M19.636 14.388C20.942 14.388 22 13.318 22 12c0-1.319-1.058-2.388-2.364-2.388s-2.363 1.07-2.363 2.388c0 1.319 1.058 2.388 2.363 2.388" }),
|
|
2073
|
+
/* @__PURE__ */ jsxs67("defs", { children: [
|
|
2074
|
+
/* @__PURE__ */ jsxs67("linearGradient", { id: "lumio__a", x1: "4.182", x2: "19.818", y1: "12.184", y2: "12.308", gradientUnits: "userSpaceOnUse", children: [
|
|
2075
|
+
/* @__PURE__ */ jsx134("stop", { stopColor: "#8D29C1", stopOpacity: "0" }),
|
|
2076
|
+
/* @__PURE__ */ jsx134("stop", { offset: "1", stopColor: "#8D29C1" })
|
|
2077
|
+
] }),
|
|
2078
|
+
/* @__PURE__ */ jsxs67("linearGradient", { id: "lumio__b", x1: "2", x2: "19.818", y1: "12.184", y2: "12.184", gradientUnits: "userSpaceOnUse", children: [
|
|
2079
|
+
/* @__PURE__ */ jsx134("stop", { stopColor: "#F03F79", stopOpacity: "0" }),
|
|
2080
|
+
/* @__PURE__ */ jsx134("stop", { offset: "1", stopColor: "#F03F79" })
|
|
2050
2081
|
] })
|
|
2051
2082
|
] })
|
|
2052
2083
|
] }));
|
|
@@ -2054,93 +2085,93 @@ NetworkLumio.displayName = "NetworkLumio";
|
|
|
2054
2085
|
var NetworkLumio_default = NetworkLumio;
|
|
2055
2086
|
|
|
2056
2087
|
// src/icons/networks/NetworkArbitrumNova.tsx
|
|
2057
|
-
import { forwardRef as
|
|
2058
|
-
import { Fragment as
|
|
2059
|
-
var NetworkArbitrumNova =
|
|
2088
|
+
import { forwardRef as forwardRef135 } from "react";
|
|
2089
|
+
import { Fragment as Fragment130, jsx as jsx135 } from "react/jsx-runtime";
|
|
2090
|
+
var NetworkArbitrumNova = forwardRef135(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx135(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx135(Fragment130, { children: /* @__PURE__ */ jsx135("path", { fill: "currentColor", d: "M8.938 5H7.107a.3.3 0 0 0-.283.204L2.009 18.792a.154.154 0 0 0 .142.208h1.831a.3.3 0 0 0 .283-.204L9.08 5.208C9.115 5.107 9.043 5 8.938 5m2.228 5.694a.15.15 0 0 0-.283 0l-.95 2.68a.32.32 0 0 0 0 .212l1.847 5.21a.3.3 0 0 0 .283.204h1.831a.154.154 0 0 0 .142-.208zm4.67 2.623a.149.149 0 0 0 .282 0l2.874-8.109c.035-.101-.037-.208-.142-.208h-1.832a.3.3 0 0 0-.282.204l-1.85 5.22a.32.32 0 0 0 0 .213zm-3.612-8.115a.3.3 0 0 0-.28-.202h-1.838a.3.3 0 0 0-.283.204L5.008 18.792c-.035.101.037.208.142.208h1.832a.3.3 0 0 0 .282-.204l3.687-10.404a.075.075 0 0 1 .142 0l3.686 10.404a.3.3 0 0 0 .283.204h1.831a.154.154 0 0 0 .142-.208zM21.85 5h-1.832a.3.3 0 0 0-.282.204l-3.35 9.453a.32.32 0 0 0 0 .212l.95 2.68a.149.149 0 0 0 .283 0l3.315-9.357 1.058-2.984A.154.154 0 0 0 21.849 5" }) }) : /* @__PURE__ */ jsx135(Fragment130, { children: /* @__PURE__ */ jsx135("path", { fill: "#EF8220", d: "M8.938 5H7.107a.3.3 0 0 0-.283.204L2.009 18.792a.154.154 0 0 0 .142.208h1.831a.3.3 0 0 0 .283-.204L9.08 5.208C9.115 5.107 9.043 5 8.938 5m2.228 5.694a.15.15 0 0 0-.283 0l-.95 2.68a.32.32 0 0 0 0 .212l1.847 5.21a.3.3 0 0 0 .283.204h1.831a.154.154 0 0 0 .142-.208zm4.67 2.623a.149.149 0 0 0 .282 0l2.874-8.109c.035-.101-.037-.208-.142-.208h-1.832a.3.3 0 0 0-.282.204l-1.85 5.22a.32.32 0 0 0 0 .213zm-3.612-8.115a.3.3 0 0 0-.28-.202h-1.838a.3.3 0 0 0-.283.204L5.008 18.792c-.035.101.037.208.142.208h1.832a.3.3 0 0 0 .282-.204l3.687-10.404a.075.075 0 0 1 .142 0l3.686 10.404a.3.3 0 0 0 .283.204h1.831a.154.154 0 0 0 .142-.208zM21.85 5h-1.832a.3.3 0 0 0-.282.204l-3.35 9.453a.32.32 0 0 0 0 .212l.95 2.68a.149.149 0 0 0 .283 0l3.315-9.357 1.058-2.984A.154.154 0 0 0 21.849 5" }) }) }));
|
|
2060
2091
|
NetworkArbitrumNova.displayName = "NetworkArbitrumNova";
|
|
2061
2092
|
var NetworkArbitrumNova_default = NetworkArbitrumNova;
|
|
2062
2093
|
|
|
2063
2094
|
// src/icons/networks/NetworkMilkomedaA1.tsx
|
|
2064
|
-
import { forwardRef as
|
|
2065
|
-
import { Fragment as
|
|
2066
|
-
var NetworkMilkomedaA1 =
|
|
2067
|
-
/* @__PURE__ */
|
|
2068
|
-
/* @__PURE__ */
|
|
2069
|
-
/* @__PURE__ */
|
|
2070
|
-
] }) : /* @__PURE__ */
|
|
2071
|
-
/* @__PURE__ */
|
|
2072
|
-
/* @__PURE__ */
|
|
2073
|
-
/* @__PURE__ */
|
|
2095
|
+
import { forwardRef as forwardRef136 } from "react";
|
|
2096
|
+
import { Fragment as Fragment131, jsx as jsx136, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2097
|
+
var NetworkMilkomedaA1 = forwardRef136(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx136(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs68(Fragment131, { children: [
|
|
2098
|
+
/* @__PURE__ */ jsx136("path", { fill: "currentColor", d: "M20.594 9.663 22 12.085l-7.405 4.254s-4.535 2.727-7.796-2.895l2.306-1.324s1.498 3.295 4.095 1.799c2.597-1.497 7.394-4.256 7.394-4.256" }),
|
|
2099
|
+
/* @__PURE__ */ jsx136("path", { fill: "currentColor", d: "M3.406 13.427 2 11.005l7.563-4.344s4.535-2.727 7.795 2.895l-2.306 1.324s-1.499-3.295-4.096-1.799c-2.597 1.497-7.55 4.346-7.55 4.346" }),
|
|
2100
|
+
/* @__PURE__ */ jsx136("path", { fill: "currentColor", d: "M12.143 13.367c1.02 0 1.848-.823 1.848-1.838a1.843 1.843 0 0 0-1.848-1.839c-1.02 0-1.848.824-1.848 1.839s.827 1.838 1.848 1.838m-6.525 2.871c.533 0 .965-.43.965-.96s-.432-.96-.965-.96a.963.963 0 0 0-.965.96c0 .53.432.96.965.96M18.5 8.837c.532 0 .965-.43.965-.96s-.433-.96-.965-.96a.963.963 0 0 0-.966.96c0 .53.433.96.966.96" })
|
|
2101
|
+
] }) : /* @__PURE__ */ jsxs68(Fragment131, { children: [
|
|
2102
|
+
/* @__PURE__ */ jsx136("path", { fill: "#FF931E", d: "M12.143 13.367c1.02 0 1.848-.823 1.848-1.838a1.843 1.843 0 0 0-1.848-1.839c-1.02 0-1.848.824-1.848 1.839s.827 1.838 1.848 1.838" }),
|
|
2103
|
+
/* @__PURE__ */ jsx136("path", { fill: "#fff", d: "M20.594 9.663 22 12.085l-7.405 4.254s-4.535 2.727-7.796-2.895l2.306-1.324s1.498 3.295 4.095 1.799c2.597-1.497 7.394-4.256 7.394-4.256" }),
|
|
2104
|
+
/* @__PURE__ */ jsx136("path", { fill: "#fff", d: "M3.406 13.427 2 11.005l7.563-4.344s4.535-2.727 7.795 2.895l-2.306 1.324s-1.499-3.295-4.096-1.799c-2.597 1.497-7.55 4.346-7.55 4.346m2.212 2.811c.533 0 .965-.43.965-.96s-.432-.96-.965-.96a.963.963 0 0 0-.965.96c0 .53.432.96.965.96M18.5 8.837c.532 0 .965-.43.965-.96s-.433-.96-.965-.96a.963.963 0 0 0-.966.96c0 .53.433.96.966.96" })
|
|
2074
2105
|
] }) }));
|
|
2075
2106
|
NetworkMilkomedaA1.displayName = "NetworkMilkomedaA1";
|
|
2076
2107
|
var NetworkMilkomedaA1_default = NetworkMilkomedaA1;
|
|
2077
2108
|
|
|
2078
2109
|
// src/icons/networks/NetworkLightlink.tsx
|
|
2079
|
-
import { forwardRef as
|
|
2080
|
-
import { Fragment as
|
|
2081
|
-
var NetworkLightlink =
|
|
2082
|
-
/* @__PURE__ */
|
|
2083
|
-
/* @__PURE__ */
|
|
2084
|
-
] }) : /* @__PURE__ */
|
|
2085
|
-
/* @__PURE__ */
|
|
2086
|
-
/* @__PURE__ */
|
|
2087
|
-
/* @__PURE__ */
|
|
2088
|
-
/* @__PURE__ */
|
|
2089
|
-
/* @__PURE__ */
|
|
2090
|
-
/* @__PURE__ */
|
|
2091
|
-
/* @__PURE__ */
|
|
2092
|
-
/* @__PURE__ */
|
|
2093
|
-
/* @__PURE__ */
|
|
2094
|
-
/* @__PURE__ */
|
|
2095
|
-
/* @__PURE__ */
|
|
2096
|
-
/* @__PURE__ */
|
|
2097
|
-
/* @__PURE__ */
|
|
2098
|
-
/* @__PURE__ */
|
|
2099
|
-
/* @__PURE__ */
|
|
2100
|
-
] }),
|
|
2101
|
-
/* @__PURE__ */
|
|
2102
|
-
/* @__PURE__ */
|
|
2103
|
-
/* @__PURE__ */
|
|
2104
|
-
/* @__PURE__ */
|
|
2105
|
-
/* @__PURE__ */
|
|
2106
|
-
/* @__PURE__ */
|
|
2107
|
-
/* @__PURE__ */
|
|
2108
|
-
] }),
|
|
2109
|
-
/* @__PURE__ */
|
|
2110
|
-
/* @__PURE__ */
|
|
2111
|
-
/* @__PURE__ */
|
|
2112
|
-
/* @__PURE__ */
|
|
2113
|
-
/* @__PURE__ */
|
|
2114
|
-
/* @__PURE__ */
|
|
2115
|
-
/* @__PURE__ */
|
|
2116
|
-
/* @__PURE__ */
|
|
2117
|
-
] }),
|
|
2118
|
-
/* @__PURE__ */
|
|
2119
|
-
/* @__PURE__ */
|
|
2120
|
-
/* @__PURE__ */
|
|
2121
|
-
/* @__PURE__ */
|
|
2122
|
-
/* @__PURE__ */
|
|
2123
|
-
/* @__PURE__ */
|
|
2124
|
-
/* @__PURE__ */
|
|
2125
|
-
/* @__PURE__ */
|
|
2126
|
-
] }),
|
|
2127
|
-
/* @__PURE__ */
|
|
2128
|
-
/* @__PURE__ */
|
|
2129
|
-
/* @__PURE__ */
|
|
2130
|
-
/* @__PURE__ */
|
|
2131
|
-
/* @__PURE__ */
|
|
2132
|
-
/* @__PURE__ */
|
|
2133
|
-
/* @__PURE__ */
|
|
2134
|
-
/* @__PURE__ */
|
|
2135
|
-
] }),
|
|
2136
|
-
/* @__PURE__ */
|
|
2137
|
-
/* @__PURE__ */
|
|
2138
|
-
/* @__PURE__ */
|
|
2139
|
-
/* @__PURE__ */
|
|
2140
|
-
/* @__PURE__ */
|
|
2141
|
-
/* @__PURE__ */
|
|
2142
|
-
/* @__PURE__ */
|
|
2143
|
-
/* @__PURE__ */
|
|
2110
|
+
import { forwardRef as forwardRef137 } from "react";
|
|
2111
|
+
import { Fragment as Fragment132, jsx as jsx137, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2112
|
+
var NetworkLightlink = forwardRef137(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx137(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs69(Fragment132, { children: [
|
|
2113
|
+
/* @__PURE__ */ jsx137("path", { fill: "currentColor", d: "M13.574 10.18a.675.675 0 0 1 0 .988.79.79 0 0 1-1.053 0l-1.58-1.481-3.476 3.263a.79.79 0 0 1-1.054 0 .666.666 0 0 1 0-.987l3.952-3.705.05-.053a.78.78 0 0 1 1.054 0z" }),
|
|
2114
|
+
/* @__PURE__ */ jsx137("path", { fill: "currentColor", d: "M17.559 10.368a.666.666 0 0 1 0 .988l-3.952 3.7-.05.052a.78.78 0 0 1-1.053 0l-2.107-1.976a.675.675 0 0 1 0-.987.79.79 0 0 1 1.053 0l1.58 1.481 3.476-3.258a.79.79 0 0 1 1.053 0m4.226.016a.79.79 0 0 0-1.054 0L18.63 12.36a.666.666 0 0 0 0 .987.79.79 0 0 0 1.053 0l2.107-1.975a.68.68 0 0 0-.005-.988M3.268 12.94a.79.79 0 0 1-1.053 0 .675.675 0 0 1 0-.988l2.107-1.976a.79.79 0 0 1 1.053 0 .666.666 0 0 1 0 .988z" })
|
|
2115
|
+
] }) : /* @__PURE__ */ jsxs69(Fragment132, { children: [
|
|
2116
|
+
/* @__PURE__ */ jsx137("path", { fill: "url(#lightlink__a)", d: "M10.397 12.145a.675.675 0 0 0 0 .987l2.107 1.976a.78.78 0 0 0 1.053 0 .675.675 0 0 0 0-.988l-2.107-1.975a.79.79 0 0 0-1.053 0" }),
|
|
2117
|
+
/* @__PURE__ */ jsx137("path", { fill: "url(#lightlink__b)", d: "M17.559 11.356a.666.666 0 0 0 0-.988.79.79 0 0 0-1.053 0l-2.949 2.765-.527.493c-.652.612-1.546.516-1.838.247l1.312 1.23a.79.79 0 0 0 1.053 0z" }),
|
|
2118
|
+
/* @__PURE__ */ jsx137("path", { fill: "url(#lightlink__c)", d: "M21.785 10.384a.79.79 0 0 0-1.054 0L18.63 12.36a.666.666 0 0 0 0 .987.79.79 0 0 0 1.053 0l2.107-1.975a.68.68 0 0 0-.005-.988" }),
|
|
2119
|
+
/* @__PURE__ */ jsx137("path", { fill: "url(#lightlink__d)", d: "M13.574 11.168a.675.675 0 0 0 0-.987l-2.107-1.976a.78.78 0 0 0-1.053 0 .675.675 0 0 0 0 .988l2.107 1.975a.79.79 0 0 0 1.053 0" }),
|
|
2120
|
+
/* @__PURE__ */ jsx137("path", { fill: "url(#lightlink__e)", d: "M6.411 11.963a.666.666 0 0 0 0 .987.79.79 0 0 0 1.054 0l2.949-2.77.526-.493c.653-.612 1.546-.516 1.838-.247l-1.311-1.23a.79.79 0 0 0-1.053 0z" }),
|
|
2121
|
+
/* @__PURE__ */ jsx137("path", { fill: "url(#lightlink__f)", d: "M2.215 12.94a.79.79 0 0 0 1.053 0l2.107-1.976a.666.666 0 0 0 0-.988.79.79 0 0 0-1.053 0l-2.107 1.976a.675.675 0 0 0 0 .987" }),
|
|
2122
|
+
/* @__PURE__ */ jsxs69("defs", { children: [
|
|
2123
|
+
/* @__PURE__ */ jsxs69("linearGradient", { id: "lightlink__a", x1: "8.416", x2: "13.54", y1: "10.327", y2: "15.728", gradientUnits: "userSpaceOnUse", children: [
|
|
2124
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".117", stopColor: "#6978FF" }),
|
|
2125
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".188", stopColor: "#6087FF" }),
|
|
2126
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".348", stopColor: "#4DA5FF" }),
|
|
2127
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".507", stopColor: "#40BAFF" }),
|
|
2128
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".662", stopColor: "#39C7FF" }),
|
|
2129
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".808", stopColor: "#36CBFF" }),
|
|
2130
|
+
/* @__PURE__ */ jsx137("stop", { offset: "1", stopColor: "#67FFFC" })
|
|
2131
|
+
] }),
|
|
2132
|
+
/* @__PURE__ */ jsxs69("linearGradient", { id: "lightlink__b", x1: "7.243", x2: "22.395", y1: "19.49", y2: "2.877", gradientUnits: "userSpaceOnUse", children: [
|
|
2133
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".386", stopColor: "#6978FF" }),
|
|
2134
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".443", stopColor: "#6284FF" }),
|
|
2135
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".646", stopColor: "#4AABFF" }),
|
|
2136
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".809", stopColor: "#3BC2FF" }),
|
|
2137
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".909", stopColor: "#36CBFF" }),
|
|
2138
|
+
/* @__PURE__ */ jsx137("stop", { offset: "1", stopColor: "#67FFFC" })
|
|
2139
|
+
] }),
|
|
2140
|
+
/* @__PURE__ */ jsxs69("linearGradient", { id: "lightlink__c", x1: "21.399", x2: "9.518", y1: "10.823", y2: "22.589", gradientUnits: "userSpaceOnUse", children: [
|
|
2141
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".047", stopColor: "#6978FF" }),
|
|
2142
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".124", stopColor: "#6087FF" }),
|
|
2143
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".302", stopColor: "#4DA5FF" }),
|
|
2144
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".477", stopColor: "#40BAFF" }),
|
|
2145
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".647", stopColor: "#39C7FF" }),
|
|
2146
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".808", stopColor: "#36CBFF" }),
|
|
2147
|
+
/* @__PURE__ */ jsx137("stop", { offset: "1", stopColor: "#67FFFC" })
|
|
2148
|
+
] }),
|
|
2149
|
+
/* @__PURE__ */ jsxs69("linearGradient", { id: "lightlink__d", x1: "11.173", x2: "12.95", y1: "8.662", y2: "11.189", gradientUnits: "userSpaceOnUse", children: [
|
|
2150
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".117", stopColor: "#6978FF" }),
|
|
2151
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".188", stopColor: "#6087FF" }),
|
|
2152
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".348", stopColor: "#4DA5FF" }),
|
|
2153
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".507", stopColor: "#40BAFF" }),
|
|
2154
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".662", stopColor: "#39C7FF" }),
|
|
2155
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".808", stopColor: "#36CBFF" }),
|
|
2156
|
+
/* @__PURE__ */ jsx137("stop", { offset: "1", stopColor: "#67FFFC" })
|
|
2157
|
+
] }),
|
|
2158
|
+
/* @__PURE__ */ jsxs69("linearGradient", { id: "lightlink__e", x1: "3.898", x2: "11.022", y1: "16.983", y2: "8.042", gradientUnits: "userSpaceOnUse", children: [
|
|
2159
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".313", stopColor: "#6978FF" }),
|
|
2160
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".363", stopColor: "#6087FF" }),
|
|
2161
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".478", stopColor: "#4DA5FF" }),
|
|
2162
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".593", stopColor: "#40BAFF" }),
|
|
2163
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".704", stopColor: "#39C7FF" }),
|
|
2164
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".808", stopColor: "#36CBFF" }),
|
|
2165
|
+
/* @__PURE__ */ jsx137("stop", { offset: "1", stopColor: "#67FFFC" })
|
|
2166
|
+
] }),
|
|
2167
|
+
/* @__PURE__ */ jsxs69("linearGradient", { id: "lightlink__f", x1: "11.361", x2: "3.712", y1: "3.328", y2: "12.681", gradientUnits: "userSpaceOnUse", children: [
|
|
2168
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".008", stopColor: "#6978FF" }),
|
|
2169
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".089", stopColor: "#6087FF" }),
|
|
2170
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".275", stopColor: "#4DA5FF" }),
|
|
2171
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".46", stopColor: "#40BAFF" }),
|
|
2172
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".639", stopColor: "#39C7FF" }),
|
|
2173
|
+
/* @__PURE__ */ jsx137("stop", { offset: ".808", stopColor: "#36CBFF" }),
|
|
2174
|
+
/* @__PURE__ */ jsx137("stop", { offset: "1", stopColor: "#67FFFC" })
|
|
2144
2175
|
] })
|
|
2145
2176
|
] })
|
|
2146
2177
|
] }) }));
|
|
@@ -2148,145 +2179,145 @@ NetworkLightlink.displayName = "NetworkLightlink";
|
|
|
2148
2179
|
var NetworkLightlink_default = NetworkLightlink;
|
|
2149
2180
|
|
|
2150
2181
|
// src/icons/networks/NetworkZyx.tsx
|
|
2151
|
-
import { forwardRef as
|
|
2152
|
-
import { Fragment as
|
|
2153
|
-
var NetworkZyx =
|
|
2182
|
+
import { forwardRef as forwardRef138 } from "react";
|
|
2183
|
+
import { Fragment as Fragment133, jsx as jsx138 } from "react/jsx-runtime";
|
|
2184
|
+
var NetworkZyx = forwardRef138(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx138(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx138(Fragment133, { children: /* @__PURE__ */ jsx138("path", { fill: "currentColor", d: "m15.477 12.026 5.461-9.53c.13-.209-.026-.496-.286-.496H3.332c-.26 0-.39.261-.285.496L8.507 12l-5.46 9.53c-.13.209.026.47.286.47h17.345c.26 0 .39-.261.286-.47zm-3.849 8.381h-6.11l3.042-5.3 4.343-7.546a1.03 1.03 0 0 0-.91-.522c-.365 0-.703.183-.91.522l-1.64 2.846L5.518 3.62h12.95l-3.042 5.3-4.343 7.546c.208.365.546.522.91.522s.702-.183.91-.522l1.639-2.846.494.861c1.534 2.637-.364 5.927-3.407 5.927" }) }) : /* @__PURE__ */ jsx138(Fragment133, { children: /* @__PURE__ */ jsx138("path", { fill: "#F3D131", d: "m15.477 12.026 5.461-9.53c.13-.209-.026-.496-.286-.496H3.332c-.26 0-.39.261-.285.496L8.507 12l-5.46 9.53c-.13.209.026.47.286.47h17.345c.26 0 .39-.261.286-.47zm-3.849 8.381h-6.11l3.042-5.3 4.343-7.546a1.03 1.03 0 0 0-.91-.522c-.365 0-.703.183-.91.522l-1.64 2.846L5.518 3.62h12.95l-3.042 5.3-4.343 7.546c.208.365.546.522.91.522s.702-.183.91-.522l1.639-2.846.494.861c1.534 2.637-.364 5.927-3.407 5.927" }) }) }));
|
|
2154
2185
|
NetworkZyx.displayName = "NetworkZyx";
|
|
2155
2186
|
var NetworkZyx_default = NetworkZyx;
|
|
2156
2187
|
|
|
2157
2188
|
// src/icons/networks/NetworkRonin.tsx
|
|
2158
|
-
import { forwardRef as
|
|
2159
|
-
import { Fragment as
|
|
2160
|
-
var NetworkRonin =
|
|
2161
|
-
/* @__PURE__ */
|
|
2162
|
-
/* @__PURE__ */
|
|
2163
|
-
] }) : /* @__PURE__ */
|
|
2164
|
-
/* @__PURE__ */
|
|
2165
|
-
/* @__PURE__ */
|
|
2166
|
-
/* @__PURE__ */
|
|
2167
|
-
/* @__PURE__ */
|
|
2168
|
-
/* @__PURE__ */
|
|
2169
|
-
/* @__PURE__ */
|
|
2189
|
+
import { forwardRef as forwardRef139 } from "react";
|
|
2190
|
+
import { Fragment as Fragment134, jsx as jsx139, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2191
|
+
var NetworkRonin = forwardRef139(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx139(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs70(Fragment134, { children: [
|
|
2192
|
+
/* @__PURE__ */ jsx139("path", { fill: "currentColor", d: "M10.833 9.801h1.5a1 1 0 0 0 .706-.295c.188-.19.293-.446.293-.713V6.608a.17.17 0 0 0-.167-.169h-2.332a.17.17 0 0 0-.167.168v3.026a.17.17 0 0 0 .167.168" }),
|
|
2193
|
+
/* @__PURE__ */ jsx139("path", { fill: "currentColor", d: "M4.857 15.877V3.54c0-.409.163-.8.453-1.088S5.992 2 6.402 2h11.197a1.537 1.537 0 0 1 1.544 1.539v12.338a1.53 1.53 0 0 1-.58 1.2l-5.839 4.67a1.16 1.16 0 0 1-1.448 0l-5.84-4.67a1.54 1.54 0 0 1-.579-1.2M16.165 6.44v2.69c0 .355-.14.697-.39.95-.25.251-.588.393-.94.394.353 0 .692.142.942.394s.39.594.39.95v2.425a1.35 1.35 0 0 1-.5 1.049l-2.062 1.67a.17.17 0 0 1-.177.02.17.17 0 0 1-.094-.15v-4.677c0-.268-.106-.524-.293-.713a1 1 0 0 0-.707-.296h-1.5a.166.166 0 0 0-.166.168v5.517a.17.17 0 0 1-.095.152.17.17 0 0 1-.177-.02l-2.062-1.671a1.34 1.34 0 0 1-.5-1.05V6.44c0-.357.14-.699.39-.95.25-.253.59-.395.943-.395h5.665c.353 0 .692.142.942.394s.39.594.39.95", fillRule: "evenodd", clipRule: "evenodd" })
|
|
2194
|
+
] }) : /* @__PURE__ */ jsxs70(Fragment134, { children: [
|
|
2195
|
+
/* @__PURE__ */ jsx139("path", { fill: "#004DE5", d: "M4.857 3.539v12.338a1.53 1.53 0 0 0 .58 1.2l5.84 4.67a1.16 1.16 0 0 0 1.447 0l5.84-4.67a1.54 1.54 0 0 0 .58-1.2V3.54c0-.409-.164-.8-.453-1.088A1.55 1.55 0 0 0 17.599 2H6.402a1.54 1.54 0 0 0-1.545 1.539", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
2196
|
+
/* @__PURE__ */ jsx139("path", { fill: "url(#ronin__a)", d: "M16.164 9.13V6.44c0-.356-.14-.698-.39-.95a1.33 1.33 0 0 0-.943-.394H9.166c-.354 0-.693.141-.943.394a1.35 1.35 0 0 0-.39.95v7.803a1.35 1.35 0 0 0 .5 1.05l2.063 1.67a.16.16 0 0 0 .176.021.17.17 0 0 0 .095-.152v-5.517c0-.045.018-.088.049-.12a.17.17 0 0 1 .118-.048h1.5c.264 0 .519.106.706.295.188.189.293.445.293.713v4.677a.17.17 0 0 0 .095.151.16.16 0 0 0 .176-.02l2.063-1.67a1.34 1.34 0 0 0 .5-1.05V11.82a1.35 1.35 0 0 0-.391-.951 1.33 1.33 0 0 0-.942-.394c.353 0 .69-.142.94-.395.25-.252.39-.593.39-.95m-3.832.672h-1.5a.166.166 0 0 1-.167-.168V6.608c0-.044.018-.087.05-.118a.17.17 0 0 1 .117-.05h2.333a.166.166 0 0 1 .166.168v2.185c0 .268-.105.524-.292.714a1 1 0 0 1-.707.295" }),
|
|
2197
|
+
/* @__PURE__ */ jsx139("defs", { children: /* @__PURE__ */ jsxs70("linearGradient", { id: "ronin__a", x1: "12", x2: "12", y1: "5.096", y2: "17", gradientUnits: "userSpaceOnUse", children: [
|
|
2198
|
+
/* @__PURE__ */ jsx139("stop", { stopColor: "#fff" }),
|
|
2199
|
+
/* @__PURE__ */ jsx139("stop", { offset: ".458", stopColor: "#fff" }),
|
|
2200
|
+
/* @__PURE__ */ jsx139("stop", { offset: "1", stopColor: "#fff" })
|
|
2170
2201
|
] }) })
|
|
2171
2202
|
] }) }));
|
|
2172
2203
|
NetworkRonin.displayName = "NetworkRonin";
|
|
2173
2204
|
var NetworkRonin_default = NetworkRonin;
|
|
2174
2205
|
|
|
2175
2206
|
// src/icons/networks/NetworkMode.tsx
|
|
2176
|
-
import { forwardRef as
|
|
2177
|
-
import { Fragment as
|
|
2178
|
-
var NetworkMode =
|
|
2207
|
+
import { forwardRef as forwardRef140 } from "react";
|
|
2208
|
+
import { Fragment as Fragment135, jsx as jsx140 } from "react/jsx-runtime";
|
|
2209
|
+
var NetworkMode = forwardRef140(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx140(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx140(Fragment135, { children: /* @__PURE__ */ jsx140("path", { fill: "currentColor", d: "M21.982 20.848h-3.901v-8.82l1.562-5.03-1.108-.395-5.06 14.245h-2.968L5.444 6.603l-1.105.394 1.563 5.031v8.823H2V3.148h5.808l3.603 10.132v2.977h1.178V13.28l3.603-10.132H22v17.7z" }) }) : /* @__PURE__ */ jsx140(Fragment135, { children: /* @__PURE__ */ jsx140("path", { fill: "#DFFE00", d: "M21.982 20.848h-3.901v-8.82l1.562-5.03-1.108-.395-5.06 14.245h-2.968L5.444 6.603l-1.105.394 1.563 5.031v8.823H2V3.148h5.808l3.603 10.132v2.977h1.178V13.28l3.603-10.132H22v17.7z" }) }) }));
|
|
2179
2210
|
NetworkMode.displayName = "NetworkMode";
|
|
2180
2211
|
var NetworkMode_default = NetworkMode;
|
|
2181
2212
|
|
|
2182
2213
|
// src/icons/networks/NetworkBotanix.tsx
|
|
2183
|
-
import { forwardRef as
|
|
2184
|
-
import { Fragment as
|
|
2185
|
-
var NetworkBotanix =
|
|
2186
|
-
/* @__PURE__ */
|
|
2187
|
-
/* @__PURE__ */
|
|
2188
|
-
/* @__PURE__ */
|
|
2189
|
-
] }) : /* @__PURE__ */
|
|
2190
|
-
/* @__PURE__ */
|
|
2191
|
-
/* @__PURE__ */
|
|
2192
|
-
/* @__PURE__ */
|
|
2214
|
+
import { forwardRef as forwardRef141 } from "react";
|
|
2215
|
+
import { Fragment as Fragment136, jsx as jsx141, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
2216
|
+
var NetworkBotanix = forwardRef141(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx141(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs71(Fragment136, { children: [
|
|
2217
|
+
/* @__PURE__ */ jsx141("path", { fill: "currentColor", d: "m18.63 16.966-1.374-1.364a1.71 1.71 0 0 1-1.184 1.124l-2.362.633a1.7 1.7 0 0 1-2.084-1.193l-.31-1.156-1.945 1.955a.34.34 0 0 0-.101.244V21H8.04v-3.79c0-.42.163-.815.463-1.11l2.454-2.436-.102-.383-3.515.935h-.007a.35.35 0 0 0-.237.14l-2.09 3.694L4 17.346l2.084-3.687.004-.004a1.58 1.58 0 0 1 1.08-.648l3.688-.965a1.71 1.71 0 0 1 1.154-1.037l2.362-.633a1.7 1.7 0 0 1 2.084 1.193l.026.098.06.221 4.29 1.123a1.6 1.6 0 0 1 1.08.648l.003.004L24 17.345l-1.005.706-2.09-3.695a.36.36 0 0 0-.238-.14h-.007l-3.764-1.001.111.413 2.492 2.472c.297.297.463.69.463 1.11V21h-1.23v-3.79a.34.34 0 0 0-.101-.245m-2.536-1.997a.473.473 0 0 1-.336.577l-2.362.633a.473.473 0 0 1-.58-.33l-.827-3.088a.473.473 0 0 1 .337-.576l2.362-.634a.473.473 0 0 1 .58.331z", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
2218
|
+
/* @__PURE__ */ jsx141("path", { fill: "currentColor", d: "M22.994 5.95 24 6.654l-2.085 3.687-.003.004a1.6 1.6 0 0 1-1.08.648l-3.905 1.021v.055a1.7 1.7 0 0 1-1.704 1.692h-2.446a1.7 1.7 0 0 1-1.704-1.692v-.055l-3.905-1.021a1.58 1.58 0 0 1-1.08-.648l-.004-.004L4 6.655l1.005-.705 2.09 3.694a.37.37 0 0 0 .245.14l3.734.993v-.325L8.503 7.9a1.55 1.55 0 0 1-.464-1.109V3h1.23v3.791a.34.34 0 0 0 .102.244l1.71 1.695a1.7 1.7 0 0 1 1.698-1.547h2.445c.89 0 1.624.681 1.698 1.547l1.709-1.695a.34.34 0 0 0 .1-.244V3h1.231v3.791c0 .419-.166.812-.463 1.109l-2.572 2.552v.325l3.733-.993a.37.37 0 0 0 .246-.14zm-7.296 6.122c0 .258-.212.47-.474.47H12.78a.473.473 0 0 1-.474-.47V8.875c0-.257.212-.47.474-.47h2.445c.262 0 .474.213.474.47z", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
2219
|
+
/* @__PURE__ */ jsx141("path", { fill: "currentColor", d: "m16.072 16.726-.314-1.18a.473.473 0 0 0 .336-.577l-.826-3.087a.473.473 0 0 0-.58-.33l-.316-1.181a1.7 1.7 0 0 1 2.084 1.193l.026.098.07.225 4.28 1.12a1.6 1.6 0 0 1 1.08.647l.003.004L24 17.345l-1.005.706-2.09-3.695a.36.36 0 0 0-.238-.14h-.007l-3.764-1.001.111.413 2.492 2.472c.297.297.463.69.463 1.11V21h-1.23v-3.79a.34.34 0 0 0-.101-.245l-1.375-1.363a1.71 1.71 0 0 1-1.184 1.124" })
|
|
2220
|
+
] }) : /* @__PURE__ */ jsxs71(Fragment136, { children: [
|
|
2221
|
+
/* @__PURE__ */ jsx141("path", { fill: "#fff", d: "M16.63 16.966 15.257 15.6a1.71 1.71 0 0 1-1.184 1.125l-2.362.633a1.7 1.7 0 0 1-2.084-1.193l-.31-1.156-1.945 1.955a.34.34 0 0 0-.101.244V21H6.04v-3.791c0-.418.163-.814.463-1.11l2.455-2.435-.103-.383-3.515.935h-.007a.35.35 0 0 0-.237.14l-2.09 3.694L2 17.346l2.084-3.687.004-.004a1.58 1.58 0 0 1 1.08-.648l3.688-.965a1.71 1.71 0 0 1 1.154-1.037l2.362-.633a1.7 1.7 0 0 1 2.084 1.193l.026.098.06.221 4.29 1.123a1.6 1.6 0 0 1 1.08.648l.003.004L22 17.345l-1.005.706-2.09-3.695a.36.36 0 0 0-.238-.14h-.007l-3.764-1.001.111.413 2.492 2.472c.297.297.463.69.463 1.109V21h-1.23v-3.791a.34.34 0 0 0-.101-.244m-2.536-1.997a.473.473 0 0 1-.336.577l-2.362.633a.473.473 0 0 1-.58-.33L9.99 12.76a.473.473 0 0 1 .337-.576l2.362-.634a.473.473 0 0 1 .58.331z", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
2222
|
+
/* @__PURE__ */ jsx141("path", { fill: "#FCCD0C", d: "M20.994 5.95 22 6.654l-2.085 3.687-.003.004a1.6 1.6 0 0 1-1.08.648l-3.905 1.021v.055a1.7 1.7 0 0 1-1.704 1.692h-2.446a1.7 1.7 0 0 1-1.704-1.692v-.055l-3.905-1.021a1.58 1.58 0 0 1-1.08-.648l-.004-.004L2 6.655l1.005-.705 2.09 3.694a.37.37 0 0 0 .245.14l3.734.993v-.325L6.503 7.9a1.55 1.55 0 0 1-.464-1.109V3h1.23v3.791a.34.34 0 0 0 .102.244L9.08 8.73a1.7 1.7 0 0 1 1.698-1.547h2.445c.89 0 1.624.681 1.698 1.547l1.709-1.695a.34.34 0 0 0 .1-.244V3h1.231v3.791c0 .419-.166.812-.463 1.109l-2.572 2.552v.325l3.733-.993a.37.37 0 0 0 .246-.14zm-7.296 6.122c0 .258-.212.47-.474.47H10.78a.473.473 0 0 1-.474-.47V8.875c0-.257.212-.47.474-.47h2.445c.262 0 .474.213.474.47z", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
2223
|
+
/* @__PURE__ */ jsx141("path", { fill: "#fff", d: "m14.072 16.726-.314-1.18a.473.473 0 0 0 .336-.577l-.826-3.087a.473.473 0 0 0-.58-.33l-.316-1.181a1.7 1.7 0 0 1 2.084 1.193l.026.098.07.224 4.28 1.12a1.6 1.6 0 0 1 1.08.648l.003.004L22 17.345l-1.006.706-2.088-3.695a.36.36 0 0 0-.239-.14h-.007l-3.764-1.001.111.413 2.492 2.472c.297.297.463.69.463 1.109V21h-1.23v-3.791a.34.34 0 0 0-.101-.244l-1.375-1.364a1.71 1.71 0 0 1-1.184 1.125" })
|
|
2193
2224
|
] }) }));
|
|
2194
2225
|
NetworkBotanix.displayName = "NetworkBotanix";
|
|
2195
2226
|
var NetworkBotanix_default = NetworkBotanix;
|
|
2196
2227
|
|
|
2197
2228
|
// src/icons/networks/NetworkCardano.tsx
|
|
2198
|
-
import { forwardRef as
|
|
2199
|
-
import { Fragment as
|
|
2200
|
-
var NetworkCardano =
|
|
2229
|
+
import { forwardRef as forwardRef142 } from "react";
|
|
2230
|
+
import { Fragment as Fragment137, jsx as jsx142 } from "react/jsx-runtime";
|
|
2231
|
+
var NetworkCardano = forwardRef142(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx142(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx142(Fragment137, { children: /* @__PURE__ */ jsx142("path", { fill: "currentColor", d: "M11.76 3.167c.436-.223.973.285.737.711-.129.339-.637.428-.91.169-.272-.25-.182-.747.181-.89zm-4.687.488c.272-.106.6.126.573.402.027.302-.355.533-.627.381-.356-.132-.31-.693.054-.783m9.606.794c-.418-.055-.481-.677-.09-.801.319-.143.6.124.646.41-.064.239-.273.462-.555.39M8.139 5.57c.446-.267 1.073.132 1 .622-.018.508-.7.801-1.091.463-.383-.267-.319-.882.09-1.085m6.76.293c.2-.489 1-.507 1.227-.035.218.373-.054.836-.453.96-.52.09-1.02-.444-.774-.925m-3.704.89c0-.418.4-.73.82-.757.272.054.572.169.69.437.218.365.028.871-.373 1.05-.181.088-.4.052-.599.044-.3-.142-.556-.427-.538-.764zm-6.967.623c.399-.24.946.197.79.623-.081.355-.59.507-.881.276-.311-.223-.264-.748.09-.9m14.972 0c.346-.266.911.036.866.446.026.382-.455.676-.801.48-.374-.17-.42-.712-.065-.926m-6.04.757c.284-.092.59-.091.873.004.282.094.526.277.692.52.419.588.2 1.495-.464 1.834-.682.41-1.683.062-1.937-.668-.291-.658.127-1.485.836-1.69m-3.32.062c.628-.285 1.473-.044 1.774.57.363.604.082 1.442-.555 1.753-.636.355-1.546.088-1.847-.561-.354-.623-.045-1.478.627-1.762M6.51 9.289c.046-.39.428-.64.82-.666a.87.87 0 0 1 .78.755c-.027.401-.345.802-.782.802-.492.036-.908-.437-.818-.891m9.825-.587c.5-.266 1.182.133 1.164.676.036.588-.729.999-1.218.659-.52-.285-.484-1.085.053-1.335m-7.852 2.056c.29-.074.595-.053.873.06.276.11.505.31.655.563a1.265 1.265 0 0 1-.3 1.62c-.619.56-1.765.33-2.093-.427-.382-.695.073-1.63.865-1.816m6.304 0c.565-.16 1.228.053 1.53.544.408.568.207 1.424-.384 1.779-.635.427-1.601.205-1.946-.463-.419-.684 0-1.655.8-1.87zm-10.051.632c.499-.177 1.055.355.855.836-.13.437-.765.597-1.093.267-.391-.294-.246-.97.238-1.103m13.617.703a.74.74 0 0 1 .194-.536.78.78 0 0 1 .525-.247c.337.053.674.32.646.686.036.471-.564.8-.983.57-.2-.09-.299-.285-.382-.473M2.264 11.63c.308-.124.682.125.61.445-.02.365-.574.508-.784.206-.181-.214-.072-.536.182-.65zm19.058 0c.219-.15.555-.052.636.187.147.267-.116.623-.417.578-.428.036-.574-.587-.22-.774zm-11.199 1.745c.79-.196 1.647.444 1.656 1.227.045.802-.791 1.515-1.61 1.328a1.35 1.35 0 0 1-.794-.454 1.3 1.3 0 0 1-.307-.846c0-.58.455-1.13 1.055-1.246zm3.148 0c.81-.214 1.683.435 1.674 1.246.044.774-.774 1.46-1.573 1.3-.747-.09-1.302-.882-1.093-1.585.109-.463.51-.846.992-.961m-6.077.489c.563-.09 1.091.508.855 1.015-.163.543-.982.694-1.347.248-.427-.427-.11-1.21.492-1.263m9.243.027c.493-.205 1.111.214 1.066.73.027.57-.729.97-1.219.63-.547-.301-.456-1.181.153-1.36m2.575 2.493c-.19-.357.164-.82.565-.757.2 0 .345.151.473.285.027.205.073.444-.11.613-.246.294-.79.206-.928-.141m-14.79-.662c.371-.24.908.125.826.545-.045.382-.536.596-.855.382-.345-.197-.336-.748.028-.927m7.448.793c.492-.214 1.118.204 1.073.722.036.576-.736.978-1.219.63-.545-.293-.454-1.174.146-1.352m-3.458.775c.428-.214.992.151.947.605.018.373-.363.694-.737.631-.318 0-.527-.276-.627-.534 0-.285.127-.596.428-.711zm7.006 0c.427-.26 1.037.116 1 .596.01.516-.681.836-1.091.507a.65.65 0 0 1 .09-1.094zm1.21 2.892c-.192-.267.035-.615.345-.676.256.052.519.231.455.506-.027.384-.6.499-.8.179zm-9.652-.24c.071-.222.254-.445.528-.384.399.027.518.606.172.785-.319.194-.674-.08-.7-.401m4.658.258c.071-.33.518-.489.809-.311.181.08.246.285.291.463l-.072.265c-.12.143-.272.276-.464.267-.374.046-.71-.355-.564-.684" }) }) : /* @__PURE__ */ jsx142(Fragment137, { children: /* @__PURE__ */ jsx142("path", { fill: "#246DD3", d: "M11.76 3.166c.435-.223.972.285.736.711-.127.339-.635.428-.91.169-.272-.249-.181-.747.181-.89zm-4.685.488c.272-.106.599.126.573.402.026.302-.356.533-.628.381-.355-.132-.31-.693.055-.783m9.606.794c-.418-.055-.483-.677-.091-.801.319-.143.6.124.647.41-.065.24-.272.462-.556.39M8.138 5.569c.446-.267 1.074.132 1.002.622-.018.509-.7.802-1.093.463-.381-.267-.318-.881.09-1.085m6.76.293c.2-.489 1.001-.507 1.228-.035.219.373-.055.836-.454.96-.518.09-1.019-.444-.774-.925m-3.702.89c0-.418.4-.73.818-.756.272.053.574.168.692.436.218.365.026.872-.373 1.05-.182.089-.4.052-.6.045-.301-.143-.555-.428-.537-.765zm-6.97.623c.401-.24.947.197.791.624-.081.355-.59.506-.881.276-.31-.223-.265-.748.09-.9m14.975 0c.346-.266.91.036.865.446.027.382-.454.677-.8.48-.374-.169-.42-.712-.065-.926m-6.041.757c.285-.092.59-.09.874.004.282.095.526.277.692.521.419.587.2 1.495-.464 1.833-.684.41-1.684.062-1.938-.667-.29-.66.127-1.486.837-1.691m-3.32.062c.628-.285 1.474-.044 1.774.57.364.605.082 1.442-.554 1.753-.638.356-1.548.089-1.847-.56-.356-.623-.046-1.479.627-1.763M6.512 9.288c.045-.39.428-.64.818-.666a.87.87 0 0 1 .783.756c-.028.4-.346.801-.783.801-.493.036-.91-.437-.818-.89m9.825-.587c.5-.266 1.183.134 1.164.677.037.587-.727.998-1.218.658-.519-.285-.483-1.085.054-1.335m-7.852 2.056c.29-.074.596-.053.873.06.276.111.505.311.656.564a1.264 1.264 0 0 1-.3 1.62c-.62.56-1.766.33-2.092-.428-.383-.694.072-1.63.863-1.816m6.306 0c.564-.16 1.227.053 1.528.545.41.568.209 1.423-.382 1.778-.637.428-1.601.205-1.947-.463-.42-.684 0-1.655.8-1.869zm-10.054.633c.5-.178 1.056.355.856.836-.128.437-.765.596-1.092.267-.391-.294-.246-.97.236-1.103m13.62.702a.74.74 0 0 1 .194-.535.78.78 0 0 1 .524-.248c.337.054.674.32.647.686.035.472-.565.801-.984.57-.2-.09-.298-.284-.381-.473M2.263 11.63c.31-.125.683.124.609.444-.018.366-.573.508-.782.207-.181-.214-.072-.536.182-.651zm19.06 0c.218-.15.554-.052.635.186.147.267-.116.624-.417.579-.428.036-.573-.588-.218-.774zm-11.2 1.745c.792-.196 1.646.444 1.656 1.227.046.801-.79 1.514-1.61 1.328a1.35 1.35 0 0 1-.793-.454 1.3 1.3 0 0 1-.309-.847c0-.579.457-1.13 1.057-1.245zm3.148 0c.81-.214 1.683.435 1.674 1.245.045.774-.773 1.46-1.574 1.3-.745-.089-1.301-.88-1.091-1.585.109-.463.51-.845.991-.96m-6.077.488c.564-.09 1.091.508.856 1.015-.165.544-.984.695-1.349.25-.427-.428-.107-1.212.493-1.265m9.243.028c.491-.205 1.11.213 1.064.73.028.57-.727.97-1.218.63-.546-.301-.455-1.181.154-1.36m2.575 2.493c-.19-.357.163-.82.564-.758.2 0 .346.152.473.286.027.204.072.444-.11.613-.245.294-.79.206-.927-.141m-14.793-.662c.373-.24.91.125.827.545-.044.382-.537.596-.856.382-.345-.197-.337-.748.029-.927m7.451.792c.492-.213 1.12.205 1.074.723.036.576-.738.978-1.219.63-.547-.294-.456-1.174.145-1.353m-3.457.776c.428-.214.992.151.946.605.018.373-.364.694-.737.631-.318 0-.528-.276-.628-.534 0-.285.128-.596.428-.711zm7.006 0c.427-.26 1.037.116.999.596.009.516-.682.836-1.092.507a.648.648 0 0 1 .091-1.094zm1.209 2.892c-.19-.267.036-.615.346-.676.254.052.519.231.454.506-.026.384-.6.5-.8.179zm-9.653-.24c.073-.222.254-.445.528-.384.4.027.518.606.172.785-.317.194-.673-.08-.7-.401m4.658.258c.073-.33.519-.489.81-.311.182.08.247.285.29.463l-.072.265c-.118.143-.272.276-.464.267-.372.046-.71-.355-.564-.684" }) }) }));
|
|
2201
2232
|
NetworkCardano.displayName = "NetworkCardano";
|
|
2202
2233
|
var NetworkCardano_default = NetworkCardano;
|
|
2203
2234
|
|
|
2204
2235
|
// src/icons/networks/NetworkJuno.tsx
|
|
2205
|
-
import { forwardRef as
|
|
2206
|
-
import { Fragment as
|
|
2207
|
-
var NetworkJuno =
|
|
2208
|
-
/* @__PURE__ */
|
|
2209
|
-
/* @__PURE__ */
|
|
2210
|
-
] }) : /* @__PURE__ */
|
|
2211
|
-
/* @__PURE__ */
|
|
2212
|
-
/* @__PURE__ */
|
|
2236
|
+
import { forwardRef as forwardRef143 } from "react";
|
|
2237
|
+
import { Fragment as Fragment138, jsx as jsx143, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2238
|
+
var NetworkJuno = forwardRef143(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx143(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs72(Fragment138, { children: [
|
|
2239
|
+
/* @__PURE__ */ jsx143("path", { fill: "currentColor", d: "M11.999 21.413c5.294 0 9.412-4.412 9.412-9.413 0-5-4.118-9.412-9.412-9.412S2.586 6.999 2.586 12c0 5 4.118 9.413 9.413 9.413M22 12a10 10 0 1 1-20 0 10 10 0 0 1 20 0" }),
|
|
2240
|
+
/* @__PURE__ */ jsx143("path", { fill: "currentColor", d: "M12.588 6.117c0-.294-.19-.588-.59-.588-.398 0-.588.294-.588.588v2.678l-1.988-1.99c-.157-.151-.453-.176-.734.101-.283.282-.26.577-.1.734l2.005 2.007H7.74c-.223 0-.447.265-.447.588 0 .324.224.589.447.589h2.837L8.57 12.829c-.154.16-.13.501.099.736.23.23.576.253.736.1l2.005-2.005v3.87h-1.175c-.383 0-.589.264-.589.588s.218.588.59.588h1.174v1.177a.61.61 0 0 0 .589.588.61.61 0 0 0 .587-.588v-1.177h1.178a.58.58 0 0 0 .59-.588.58.58 0 0 0-.59-.589h-1.176V11.64l2.023 2.025c.16.153.507.13.736-.1.23-.235.253-.577.095-.736l-2.005-2.005h2.821c.224 0 .447-.188.447-.59 0-.399-.223-.587-.447-.587h-2.836l2.009-2.007c.152-.157.182-.452-.1-.734-.283-.277-.577-.254-.736-.1L12.588 8.81z" })
|
|
2241
|
+
] }) : /* @__PURE__ */ jsxs72(Fragment138, { children: [
|
|
2242
|
+
/* @__PURE__ */ jsx143("path", { fill: "#F58580", d: "M12 21.246c5.294 0 9.411-4.412 9.411-9.412S17.294 2.424 12 2.424s-9.413 4.41-9.413 9.41S6.705 21.246 12 21.246m9.999-9.412A10 10 0 1 1 2 12.166a10 10 0 0 1 20-.332" }),
|
|
2243
|
+
/* @__PURE__ */ jsx143("path", { fill: "#F47677", d: "M12.588 5.952c0-.294-.188-.588-.59-.588-.399 0-.587.294-.587.588v2.677L9.424 6.64c-.16-.15-.453-.175-.736.102-.282.281-.258.576-.1.734l2.007 2.007H7.74c-.222 0-.446.265-.446.587 0 .324.224.589.447.589h2.835L8.57 12.663c-.152.16-.129.501.1.736.23.229.577.252.736.1l2.004-2.005v3.87h-1.175c-.381 0-.587.264-.587.588s.217.587.587.587h1.176v1.178a.61.61 0 0 0 .588.587.61.61 0 0 0 .589-.587v-1.178h1.177a.583.583 0 0 0 .588-.587.58.58 0 0 0-.588-.59h-1.177v-3.887l2.024 2.024c.16.152.505.129.736-.1.229-.235.252-.577.093-.736l-2.004-2.005h2.82c.224 0 .448-.188.448-.589s-.224-.587-.447-.587h-2.834l2.005-2.007c.153-.158.182-.453-.1-.734-.282-.277-.577-.254-.735-.1l-2.006 2.005z" })
|
|
2213
2244
|
] }) }));
|
|
2214
2245
|
NetworkJuno.displayName = "NetworkJuno";
|
|
2215
2246
|
var NetworkJuno_default = NetworkJuno;
|
|
2216
2247
|
|
|
2217
2248
|
// src/icons/networks/NetworkKroma.tsx
|
|
2218
|
-
import { forwardRef as
|
|
2219
|
-
import { Fragment as
|
|
2220
|
-
var NetworkKroma =
|
|
2221
|
-
/* @__PURE__ */
|
|
2222
|
-
/* @__PURE__ */
|
|
2223
|
-
] }) : /* @__PURE__ */
|
|
2224
|
-
/* @__PURE__ */
|
|
2225
|
-
/* @__PURE__ */
|
|
2249
|
+
import { forwardRef as forwardRef144 } from "react";
|
|
2250
|
+
import { Fragment as Fragment139, jsx as jsx144, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
2251
|
+
var NetworkKroma = forwardRef144(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx144(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs73(Fragment139, { children: [
|
|
2252
|
+
/* @__PURE__ */ jsx144("path", { fill: "currentColor", d: "M12 2 2 8.388l5 3.195 5-3.195 5 3.195 5-3.195z" }),
|
|
2253
|
+
/* @__PURE__ */ jsx144("path", { fill: "currentColor", d: "m22 8.388-10 6.39-10-6.39v6.39l10 6.388 10-6.389z" })
|
|
2254
|
+
] }) : /* @__PURE__ */ jsxs73(Fragment139, { children: [
|
|
2255
|
+
/* @__PURE__ */ jsx144("path", { fill: "#7AE03A", d: "M12 2 2 8.388l5 3.195 5-3.195 5 3.195 5-3.195z" }),
|
|
2256
|
+
/* @__PURE__ */ jsx144("path", { fill: "#7AE03A", d: "m22 8.388-10 6.39-10-6.39v6.39l10 6.388 10-6.389z" })
|
|
2226
2257
|
] }) }));
|
|
2227
2258
|
NetworkKroma.displayName = "NetworkKroma";
|
|
2228
2259
|
var NetworkKroma_default = NetworkKroma;
|
|
2229
2260
|
|
|
2230
2261
|
// src/icons/networks/NetworkL3x.tsx
|
|
2231
|
-
import { forwardRef as
|
|
2232
|
-
import { Fragment as
|
|
2233
|
-
var NetworkL3x =
|
|
2262
|
+
import { forwardRef as forwardRef145 } from "react";
|
|
2263
|
+
import { Fragment as Fragment140, jsx as jsx145 } from "react/jsx-runtime";
|
|
2264
|
+
var NetworkL3x = forwardRef145(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx145(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx145(Fragment140, { children: /* @__PURE__ */ jsx145("path", { fill: "currentColor", d: "M19 16.899v-.406h-5.118v.637l-.001.042q-.02.258-.28.276l-.042.001H5v2.812L7.294 22h6.647q5.001-.056 5.058-4.988zM7.132 13.594V9.826h11.764v3.768zM13.94 2H7.587L5.294 3.74v2.81h8.265l.042.002q.146.011.218.097a.3.3 0 0 1 .062.18l.001.04v.638H19v-.521q-.06-4.93-5.06-4.985" }) }) : /* @__PURE__ */ jsx145(Fragment140, { children: /* @__PURE__ */ jsx145("path", { fill: "#48EA98", d: "M19 16.899v-.406h-5.118v.637l-.001.042q-.02.258-.28.276l-.042.001H5v2.812L7.294 22h6.647q5.001-.056 5.058-4.988zM7.132 13.594V9.826h11.764v3.768zM13.94 2H7.587L5.294 3.74v2.81h8.265l.042.002q.146.011.218.097a.3.3 0 0 1 .062.18l.001.04v.638H19v-.521q-.06-4.93-5.06-4.985" }) }) }));
|
|
2234
2265
|
NetworkL3x.displayName = "NetworkL3x";
|
|
2235
2266
|
var NetworkL3x_default = NetworkL3x;
|
|
2236
2267
|
|
|
2237
2268
|
// src/icons/networks/NetworkHubbleExchange.tsx
|
|
2238
|
-
import { forwardRef as
|
|
2239
|
-
import { Fragment as
|
|
2240
|
-
var NetworkHubbleExchange =
|
|
2241
|
-
/* @__PURE__ */
|
|
2242
|
-
/* @__PURE__ */
|
|
2243
|
-
] }) : /* @__PURE__ */
|
|
2244
|
-
/* @__PURE__ */
|
|
2245
|
-
/* @__PURE__ */
|
|
2269
|
+
import { forwardRef as forwardRef146 } from "react";
|
|
2270
|
+
import { Fragment as Fragment141, jsx as jsx146, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
2271
|
+
var NetworkHubbleExchange = forwardRef146(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx146(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs74(Fragment141, { children: [
|
|
2272
|
+
/* @__PURE__ */ jsx146("path", { fill: "currentColor", d: "M13.754 2.152v2.52a7.533 7.533 0 0 1 3.563 12.671 7.53 7.53 0 0 1-4.754 2.17v-1.712a5.826 5.826 0 0 0 3.853-9.605 5.83 5.83 0 0 0-3.652-1.974v2.71a3.16 3.16 0 0 0-3.28 4.976l.558-.558a2.382 2.382 0 0 1 3.31-3.312l.557-.558a3 3 0 0 0-.724-.412V7.772a4.39 4.39 0 0 1-1.178 8.618V22q.283 0 .56-.015a10 10 0 0 0 9.415-9.388 10.003 10.003 0 0 0-8.228-10.445M15.163 12c0-.726-.25-1.43-.708-1.993l-.555.556a2.382 2.382 0 0 1-3.335 3.336l-.555.554c.245.2.518.361.81.48v1.296a4.39 4.39 0 0 1 1.182-8.62V2a10 10 0 0 0-9.963 9.122 10 10 0 0 0 8.212 10.726v-2.522A7.534 7.534 0 0 1 6.7 6.66a7.53 7.53 0 0 1 4.745-2.174V6.2a5.826 5.826 0 0 0-3.852 9.606 5.83 5.83 0 0 0 3.653 1.973v-2.71A3.16 3.16 0 0 0 15.163 12" }),
|
|
2273
|
+
/* @__PURE__ */ jsx146("path", { fill: "currentColor", d: "M13.462 12a1.46 1.46 0 1 1-.11-.554c.073.177.11.367.11.558z" })
|
|
2274
|
+
] }) : /* @__PURE__ */ jsxs74(Fragment141, { children: [
|
|
2275
|
+
/* @__PURE__ */ jsx146("path", { fill: "#5C25F8", d: "M13.754 2.152v2.52a7.533 7.533 0 0 1 3.563 12.671 7.53 7.53 0 0 1-4.754 2.17v-1.712a5.826 5.826 0 0 0 3.853-9.605 5.83 5.83 0 0 0-3.652-1.974v2.71a3.16 3.16 0 0 0-3.28 4.976l.558-.558a2.382 2.382 0 0 1 3.31-3.312l.557-.558a3 3 0 0 0-.724-.412V7.772a4.39 4.39 0 0 1-1.178 8.618V22q.283 0 .56-.015a10 10 0 0 0 9.415-9.388 10.003 10.003 0 0 0-8.228-10.445M15.163 12c0-.726-.25-1.43-.708-1.993l-.555.556a2.382 2.382 0 0 1-3.335 3.336l-.555.554c.245.2.518.361.81.48v1.296a4.39 4.39 0 0 1 1.182-8.62V2a10 10 0 0 0-9.963 9.122 10 10 0 0 0 8.212 10.726v-2.522A7.534 7.534 0 0 1 6.7 6.66a7.53 7.53 0 0 1 4.745-2.174V6.2a5.826 5.826 0 0 0-3.852 9.606 5.83 5.83 0 0 0 3.653 1.973v-2.71A3.16 3.16 0 0 0 15.163 12" }),
|
|
2276
|
+
/* @__PURE__ */ jsx146("path", { fill: "#5C25F8", d: "M13.462 12a1.46 1.46 0 1 1-.11-.554c.073.177.11.367.11.558z" })
|
|
2246
2277
|
] }) }));
|
|
2247
2278
|
NetworkHubbleExchange.displayName = "NetworkHubbleExchange";
|
|
2248
2279
|
var NetworkHubbleExchange_default = NetworkHubbleExchange;
|
|
2249
2280
|
|
|
2250
2281
|
// src/icons/networks/NetworkBitcoin.tsx
|
|
2251
|
-
import { forwardRef as
|
|
2252
|
-
import { Fragment as
|
|
2253
|
-
var NetworkBitcoin =
|
|
2282
|
+
import { forwardRef as forwardRef147 } from "react";
|
|
2283
|
+
import { Fragment as Fragment142, jsx as jsx147 } from "react/jsx-runtime";
|
|
2284
|
+
var NetworkBitcoin = forwardRef147(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx147(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx147(Fragment142, { children: /* @__PURE__ */ jsx147("path", { fill: "currentColor", d: "M19.515 10.04c.31-2.105-1.284-3.228-3.48-3.99l.712-2.837-1.734-.431-.691 2.767-1.384-.331.701-2.787L11.906 2l-.711 2.847-1.103-.26v-.01l-2.396-.602-.461 1.854s1.283.302 1.263.311c.702.181.822.642.802 1.003l-.802 3.248.18.06-.19-.04-1.133 4.541c-.08.211-.301.532-.792.401.02.03-1.253-.3-1.253-.3l-.862 1.975 2.256.56 1.233.322-.722 2.877 1.734.43.702-2.846 1.393.36-.711 2.837 1.734.432.711-2.877c2.958.56 5.184.34 6.116-2.337.752-2.154-.04-3.388-1.594-4.21 1.133-.25 1.985-1.002 2.205-2.536zm-3.96 5.554c-.532 2.156-4.16.982-5.333.702l.952-3.82c1.172.301 4.942.872 4.38 3.108zm.531-5.584c-.481 1.955-3.509.962-4.481.722l.861-3.459c.983.241 4.13.702 3.62 2.737" }) }) : /* @__PURE__ */ jsx147(Fragment142, { children: /* @__PURE__ */ jsx147("path", { fill: "#F7931A", d: "M19.515 10.04c.31-2.105-1.284-3.228-3.48-3.99l.712-2.837-1.734-.431-.691 2.767-1.384-.331.701-2.787L11.906 2l-.711 2.847-1.103-.26v-.01l-2.396-.602-.461 1.854s1.283.302 1.263.311c.702.181.822.642.802 1.003l-.802 3.248.18.06-.19-.04-1.133 4.541c-.08.211-.301.532-.792.401.02.03-1.253-.3-1.253-.3l-.862 1.975 2.256.56 1.233.322-.722 2.877 1.734.43.702-2.846 1.393.36-.711 2.837 1.734.432.711-2.877c2.958.56 5.184.34 6.116-2.337.752-2.154-.04-3.388-1.594-4.21 1.133-.25 1.985-1.002 2.205-2.536zm-3.96 5.554c-.532 2.156-4.16.982-5.333.702l.952-3.82c1.172.301 4.942.872 4.38 3.108zm.531-5.584c-.481 1.955-3.509.962-4.481.722l.861-3.459c.983.241 4.13.702 3.62 2.737" }) }) }));
|
|
2254
2285
|
NetworkBitcoin.displayName = "NetworkBitcoin";
|
|
2255
2286
|
var NetworkBitcoin_default = NetworkBitcoin;
|
|
2256
2287
|
|
|
2257
2288
|
// src/icons/networks/NetworkLens.tsx
|
|
2258
|
-
import { forwardRef as
|
|
2259
|
-
import { Fragment as
|
|
2260
|
-
var NetworkLens =
|
|
2289
|
+
import { forwardRef as forwardRef148 } from "react";
|
|
2290
|
+
import { Fragment as Fragment143, jsx as jsx148 } from "react/jsx-runtime";
|
|
2291
|
+
var NetworkLens = forwardRef148(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx148(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx148(Fragment143, { children: /* @__PURE__ */ jsx148("path", { fill: "currentColor", d: "M15.79 9.124a3.56 3.56 0 0 1 2.427-.964A3.785 3.785 0 0 1 22 11.947c0 1.809-1.79 3.356-2.238 3.712-2.093 1.667-4.82 2.642-7.762 2.642-2.943 0-5.669-.975-7.762-2.642C3.793 15.303 2 13.753 2 11.946A3.784 3.784 0 0 1 5.782 8.16c.94 0 1.785.369 2.429.964l.066-.033C8.424 7.14 10.01 5.6 12 5.6s3.576 1.54 3.723 3.491zm.755 3.765c.287.287.493.634.608 1.013h.002a.305.305 0 0 1-.244.384.31.31 0 0 1-.34-.216 1.8 1.8 0 0 0-.454-.751 1.82 1.82 0 0 0-1.353-.534l-.055.002a.804.804 0 1 1-1.084.438 1.8 1.8 0 0 0-.557.845.304.304 0 0 1-.34.216.305.305 0 0 1-.245-.384c.115-.38.32-.726.608-1.013a2.43 2.43 0 0 1 1.727-.715 2.43 2.43 0 0 1 1.727.715m-7.416-.104q.027-.003.056-.003a1.83 1.83 0 0 1 1.75 1.287c.045.148.19.242.34.217a.305.305 0 0 0 .244-.384 2.4 2.4 0 0 0-.607-1.013 2.43 2.43 0 0 0-1.727-.715 2.43 2.43 0 0 0-1.727.715 2.4 2.4 0 0 0-.608 1.013.305.305 0 0 0 .244.384.304.304 0 0 0 .341-.216 1.8 1.8 0 0 1 .557-.845.804.804 0 1 0 1.551.29c0-.323-.193-.6-.468-.728h-.002zm2.874 2.939a1.83 1.83 0 0 0 1.22-.469.31.31 0 0 1 .412-.005c.133.117.14.329.008.448a2.43 2.43 0 0 1-3.28 0 .303.303 0 0 1 .007-.448.31.31 0 0 1 .412.005c.323.29.753.469 1.22.469", fillRule: "evenodd", clipRule: "evenodd" }) }) : /* @__PURE__ */ jsx148(Fragment143, { children: /* @__PURE__ */ jsx148("path", { fill: "#000", d: "M15.79 9.124a3.56 3.56 0 0 1 2.427-.964A3.785 3.785 0 0 1 22 11.947c0 1.809-1.79 3.356-2.238 3.712-2.093 1.667-4.82 2.642-7.762 2.642-2.943 0-5.669-.975-7.762-2.642C3.793 15.303 2 13.753 2 11.946A3.784 3.784 0 0 1 5.782 8.16c.94 0 1.785.369 2.429.964l.066-.033C8.424 7.14 10.01 5.6 12 5.6s3.576 1.54 3.723 3.491zm.755 3.765c.287.287.493.634.608 1.013h.002a.305.305 0 0 1-.244.384.31.31 0 0 1-.34-.216 1.8 1.8 0 0 0-.454-.751 1.82 1.82 0 0 0-1.353-.534l-.055.002a.804.804 0 1 1-1.084.438 1.8 1.8 0 0 0-.557.845.304.304 0 0 1-.34.216.305.305 0 0 1-.245-.384c.115-.38.32-.726.608-1.013a2.43 2.43 0 0 1 1.727-.715 2.43 2.43 0 0 1 1.727.715m-7.416-.104q.027-.003.056-.003a1.83 1.83 0 0 1 1.75 1.287c.045.148.19.242.34.217a.305.305 0 0 0 .244-.384 2.4 2.4 0 0 0-.607-1.013 2.43 2.43 0 0 0-1.727-.715 2.43 2.43 0 0 0-1.727.715 2.4 2.4 0 0 0-.608 1.013.305.305 0 0 0 .244.384.304.304 0 0 0 .341-.216 1.8 1.8 0 0 1 .557-.845.804.804 0 1 0 1.551.29c0-.323-.193-.6-.468-.728h-.002zm2.874 2.939a1.83 1.83 0 0 0 1.22-.469.31.31 0 0 1 .412-.005c.133.117.14.329.008.448a2.43 2.43 0 0 1-3.28 0 .303.303 0 0 1 .007-.448.31.31 0 0 1 .412.005c.323.29.753.469 1.22.469", fillRule: "evenodd", clipRule: "evenodd" }) }) }));
|
|
2261
2292
|
NetworkLens.displayName = "NetworkLens";
|
|
2262
2293
|
var NetworkLens_default = NetworkLens;
|
|
2263
2294
|
|
|
2264
2295
|
// src/icons/networks/NetworkAlgorand.tsx
|
|
2265
|
-
import { forwardRef as
|
|
2266
|
-
import { jsx as
|
|
2267
|
-
var NetworkAlgorand =
|
|
2296
|
+
import { forwardRef as forwardRef149 } from "react";
|
|
2297
|
+
import { jsx as jsx149 } from "react/jsx-runtime";
|
|
2298
|
+
var NetworkAlgorand = forwardRef149(({ fallback, ...props }, ref) => /* @__PURE__ */ jsx149(BaseIcon, { fallback, ...props, ref, children: /* @__PURE__ */ jsx149("path", { fill: "currentColor", d: "m5.492 22 9.134-15.808 1.1 4.092L8.964 22h3.462l4.392-7.604L18.868 22h3.102l-3.032-11.296 2.152-4.037h-3.152L16.598 2h-3.022L2.03 22z" }) }));
|
|
2268
2299
|
NetworkAlgorand.displayName = "NetworkAlgorand";
|
|
2269
2300
|
var NetworkAlgorand_default = NetworkAlgorand;
|
|
2270
2301
|
|
|
2271
2302
|
// src/icons/networks/NetworkSolana.tsx
|
|
2272
|
-
import { forwardRef as
|
|
2273
|
-
import { Fragment as
|
|
2274
|
-
var NetworkSolana =
|
|
2275
|
-
/* @__PURE__ */
|
|
2276
|
-
/* @__PURE__ */
|
|
2277
|
-
/* @__PURE__ */
|
|
2278
|
-
/* @__PURE__ */
|
|
2279
|
-
/* @__PURE__ */
|
|
2280
|
-
/* @__PURE__ */
|
|
2281
|
-
/* @__PURE__ */
|
|
2282
|
-
] }),
|
|
2283
|
-
/* @__PURE__ */
|
|
2284
|
-
/* @__PURE__ */
|
|
2285
|
-
/* @__PURE__ */
|
|
2286
|
-
] }),
|
|
2287
|
-
/* @__PURE__ */
|
|
2288
|
-
/* @__PURE__ */
|
|
2289
|
-
/* @__PURE__ */
|
|
2303
|
+
import { forwardRef as forwardRef150 } from "react";
|
|
2304
|
+
import { Fragment as Fragment144, jsx as jsx150, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
2305
|
+
var NetworkSolana = forwardRef150(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx150(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx150(Fragment144, { children: /* @__PURE__ */ jsx150("path", { fill: "currentColor", d: "M19.125 7.448a.7.7 0 0 1-.456.18H2.644c-.569 0-.856-.65-.462-1.03L4.814 4.06a.67.67 0 0 1 .455-.188h16.088c.574 0 .855.656.456 1.038zm0 12.506a.7.7 0 0 1-.456.175H2.644c-.569 0-.856-.645-.462-1.026l2.632-2.544a.66.66 0 0 1 .455-.181h16.088c.574 0 .855.65.456 1.031zm0-9.651a.7.7 0 0 0-.456-.175H2.644c-.569 0-.856.645-.462 1.025l2.632 2.545a.7.7 0 0 0 .455.18h16.088c.574 0 .855-.65.456-1.03z" }) }) : /* @__PURE__ */ jsxs75(Fragment144, { children: [
|
|
2306
|
+
/* @__PURE__ */ jsx150("path", { fill: "url(#solana__a)", d: "M19.125 7.447a.7.7 0 0 1-.456.18H2.644c-.569 0-.856-.65-.462-1.03l2.632-2.538a.67.67 0 0 1 .455-.188h16.088c.574 0 .855.656.456 1.038z" }),
|
|
2307
|
+
/* @__PURE__ */ jsx150("path", { fill: "url(#solana__b)", d: "M19.125 19.954a.7.7 0 0 1-.456.175H2.644c-.569 0-.856-.645-.462-1.026l2.632-2.544a.66.66 0 0 1 .455-.181h16.088c.574 0 .855.65.456 1.03z" }),
|
|
2308
|
+
/* @__PURE__ */ jsx150("path", { fill: "url(#solana__c)", d: "M19.125 10.303a.7.7 0 0 0-.456-.175H2.644c-.569 0-.856.645-.462 1.025l2.632 2.545a.7.7 0 0 0 .455.18h16.088c.574 0 .855-.65.456-1.03z" }),
|
|
2309
|
+
/* @__PURE__ */ jsxs75("defs", { children: [
|
|
2310
|
+
/* @__PURE__ */ jsxs75("linearGradient", { id: "solana__a", x1: "2.001", x2: "22.51", y1: "59.823", y2: "59.635", gradientUnits: "userSpaceOnUse", children: [
|
|
2311
|
+
/* @__PURE__ */ jsx150("stop", { stopColor: "#599DB0" }),
|
|
2312
|
+
/* @__PURE__ */ jsx150("stop", { offset: "1", stopColor: "#47F8C3" })
|
|
2313
|
+
] }),
|
|
2314
|
+
/* @__PURE__ */ jsxs75("linearGradient", { id: "solana__b", x1: "2.001", x2: "22.379", y1: "8.853", y2: "8.697", gradientUnits: "userSpaceOnUse", children: [
|
|
2315
|
+
/* @__PURE__ */ jsx150("stop", { stopColor: "#C44FE2" }),
|
|
2316
|
+
/* @__PURE__ */ jsx150("stop", { offset: "1", stopColor: "#73B0D0" })
|
|
2317
|
+
] }),
|
|
2318
|
+
/* @__PURE__ */ jsxs75("linearGradient", { id: "solana__c", x1: "3.152", x2: "21.225", y1: "12.003", y2: "12.003", gradientUnits: "userSpaceOnUse", children: [
|
|
2319
|
+
/* @__PURE__ */ jsx150("stop", { stopColor: "#778CBF" }),
|
|
2320
|
+
/* @__PURE__ */ jsx150("stop", { offset: "1", stopColor: "#5DCDC9" })
|
|
2290
2321
|
] })
|
|
2291
2322
|
] })
|
|
2292
2323
|
] }) }));
|
|
@@ -2294,89 +2325,90 @@ NetworkSolana.displayName = "NetworkSolana";
|
|
|
2294
2325
|
var NetworkSolana_default = NetworkSolana;
|
|
2295
2326
|
|
|
2296
2327
|
// src/icons/networks/NetworkMoonbase.tsx
|
|
2297
|
-
import { forwardRef as
|
|
2298
|
-
import { Fragment as
|
|
2299
|
-
var NetworkMoonbase =
|
|
2328
|
+
import { forwardRef as forwardRef151 } from "react";
|
|
2329
|
+
import { Fragment as Fragment145, jsx as jsx151 } from "react/jsx-runtime";
|
|
2330
|
+
var NetworkMoonbase = forwardRef151(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx151(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx151(Fragment145, { children: /* @__PURE__ */ jsx151("path", { fill: "currentColor", d: "M20.286 17.082c.003-.447 1.712-.428 1.7-.847-.008-.323-.764-.315-.527-.998.35-1.018.541-2.11.541-3.247C22 6.472 17.523 2 12 2S2 6.472 2 11.99c0 1.14.192 2.235.545 3.256l.021.063c.142.453-.564.63-.564.9 0 .425 1.488.367 1.488.86 0 .43-1.471.562-1.471.995 0 .599 3.257.39 3.299.905.032.397-1.12.42-1.127.845-.011.678 4.446.456 4.446.907 0 .34-2.027.218-2.027.62 0 .403 2.669.659 5.609.659s4.97-.327 4.97-.68-1.893-.28-1.855-.6c.07-.555 4.27-.27 4.27-.914 0-.34-1.155-.418-1.117-.784.053-.516 3.513-.44 3.513-.976 0-.421-1.714-.525-1.712-.962zm-2.681-1.297c-.092.34.961.391.961.747 0 .433-3.212.26-3.18.834.02.36 2.283.421 2.24.798-.063.545-3.505.273-3.539.795-.024.384 1.68.397 1.684.747.003.294-1.34.454-3.908.454-2.928 0-4.35-.157-4.189-.486.151-.307 2.743-.25 2.717-.733s-4.602-.34-4.74-.808c-.115-.389 1.503-.469 1.493-.838-.01-.377-2.073-.291-2.118-.747-.03-.3 1.078-.28 1.03-.656-.035-.274-.492-.236-.763-.8a7.4 7.4 0 0 1-.683-3.102c0-4.076 3.307-7.38 7.388-7.38s7.387 3.304 7.387 7.38a7.4 7.4 0 0 1-.566 2.837c-.347.785-1.128.627-1.217.958z" }) }) : /* @__PURE__ */ jsx151(Fragment145, { children: /* @__PURE__ */ jsx151("path", { fill: "#2B1D3C", d: "M20.286 17.082c.003-.447 1.712-.428 1.7-.847-.008-.323-.764-.315-.527-.998.35-1.018.541-2.11.541-3.247C22 6.472 17.523 2 12 2S2 6.472 2 11.99c0 1.14.192 2.235.545 3.256l.021.063c.142.453-.564.63-.564.9 0 .425 1.488.367 1.488.86 0 .43-1.471.562-1.471.995 0 .599 3.257.39 3.299.905.032.397-1.12.42-1.127.845-.011.678 4.446.456 4.446.907 0 .34-2.027.218-2.027.62 0 .403 2.669.659 5.609.659s4.97-.327 4.97-.68-1.893-.28-1.855-.6c.07-.555 4.27-.27 4.27-.914 0-.34-1.155-.418-1.117-.784.053-.516 3.513-.44 3.513-.976 0-.421-1.714-.525-1.712-.962zm-2.681-1.297c-.092.34.961.391.961.747 0 .433-3.212.26-3.18.834.02.36 2.283.421 2.24.798-.063.545-3.505.273-3.539.795-.024.384 1.68.397 1.684.747.003.294-1.34.454-3.908.454-2.928 0-4.35-.157-4.189-.486.151-.307 2.743-.25 2.717-.733s-4.602-.34-4.74-.808c-.115-.389 1.503-.469 1.493-.838-.01-.377-2.073-.291-2.118-.747-.03-.3 1.078-.28 1.03-.656-.035-.274-.492-.236-.763-.8a7.4 7.4 0 0 1-.683-3.102c0-4.076 3.307-7.38 7.388-7.38s7.387 3.304 7.387 7.38a7.4 7.4 0 0 1-.566 2.837c-.347.785-1.128.627-1.217.958z" }) }) }));
|
|
2300
2331
|
NetworkMoonbase.displayName = "NetworkMoonbase";
|
|
2301
2332
|
var NetworkMoonbase_default = NetworkMoonbase;
|
|
2302
2333
|
|
|
2303
2334
|
// src/icons/networks/NetworkTaiko.tsx
|
|
2304
|
-
import { forwardRef as
|
|
2305
|
-
import { Fragment as
|
|
2306
|
-
var NetworkTaiko =
|
|
2335
|
+
import { forwardRef as forwardRef152 } from "react";
|
|
2336
|
+
import { Fragment as Fragment146, jsx as jsx152 } from "react/jsx-runtime";
|
|
2337
|
+
var NetworkTaiko = forwardRef152(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx152(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx152(Fragment146, { children: /* @__PURE__ */ jsx152("path", { fill: "currentColor", d: "m21.58 17.172-3.427-4.564a2.2 2.2 0 0 0-1.511-.858.43.43 0 0 1-.32-.206.41.41 0 0 1-.021-.375 2.1 2.1 0 0 0-.004-1.711l-2.319-5.19A2.16 2.16 0 0 0 12 3a2.16 2.16 0 0 0-1.978 1.268l-2.32 5.19a2.1 2.1 0 0 0-.003 1.71.41.41 0 0 1-.021.376.43.43 0 0 1-.32.206 2.2 2.2 0 0 0-1.51.858L2.42 17.173a2.08 2.08 0 0 0-.131 2.313 2.18 2.18 0 0 0 2.11 1.046l5.746-.627a2.18 2.18 0 0 0 1.513-.853.43.43 0 0 1 .684 0c.351.466.89.785 1.513.853l5.746.627a2.17 2.17 0 0 0 2.11-1.046 2.08 2.08 0 0 0-.131-2.313M9.202 10.109l2.322-5.196a.523.523 0 0 1 .955 0L14.8 10.11a.52.52 0 0 1-.043.503c-.1.15-.27.24-.454.24H9.697a.55.55 0 0 1-.453-.24.52.52 0 0 1-.043-.503m1.192 7.91a.54.54 0 0 1-.424.288l-5.751.627a.53.53 0 0 1-.51-.251.5.5 0 0 1 .032-.558l3.43-4.568a.54.54 0 0 1 .466-.215c.183.01.348.109.44.264l.003.006 2.297 3.899.004.006a.52.52 0 0 1 .014.504zm2.079-1.763a.55.55 0 0 1-.946.001l-1.764-2.995a.52.52 0 0 1 0-.534.55.55 0 0 1 .472-.268h3.529c.194 0 .374.1.472.267a.52.52 0 0 1 0 .534zm7.82 2.427a.53.53 0 0 1-.51.252l-5.752-.626a.54.54 0 0 1-.424-.288.52.52 0 0 1 .015-.504l.003-.006 2.297-3.9.004-.005a.547.547 0 0 1 .905-.05l3.43 4.57a.5.5 0 0 1 .032.557" }) }) : /* @__PURE__ */ jsx152(Fragment146, { children: /* @__PURE__ */ jsx152("path", { fill: "#E81899", d: "m21.58 17.172-3.427-4.564a2.2 2.2 0 0 0-1.511-.858.43.43 0 0 1-.32-.206.41.41 0 0 1-.021-.375 2.1 2.1 0 0 0-.004-1.711l-2.319-5.19A2.16 2.16 0 0 0 12 3a2.16 2.16 0 0 0-1.978 1.268l-2.32 5.19a2.1 2.1 0 0 0-.003 1.71.41.41 0 0 1-.021.376.43.43 0 0 1-.32.206 2.2 2.2 0 0 0-1.51.858L2.42 17.173a2.08 2.08 0 0 0-.131 2.313 2.18 2.18 0 0 0 2.11 1.046l5.746-.627a2.18 2.18 0 0 0 1.513-.853.43.43 0 0 1 .684 0c.351.466.89.785 1.513.853l5.746.627a2.17 2.17 0 0 0 2.11-1.046 2.08 2.08 0 0 0-.131-2.313M9.202 10.109l2.322-5.196a.523.523 0 0 1 .955 0L14.8 10.11a.52.52 0 0 1-.043.503c-.1.15-.27.24-.454.24H9.697a.55.55 0 0 1-.453-.24.52.52 0 0 1-.043-.503m1.192 7.91a.54.54 0 0 1-.424.288l-5.751.627a.53.53 0 0 1-.51-.251.5.5 0 0 1 .032-.558l3.43-4.568a.54.54 0 0 1 .466-.215c.183.01.348.109.44.264l.003.006 2.297 3.899.004.006a.52.52 0 0 1 .014.504zm2.079-1.763a.55.55 0 0 1-.946.001l-1.764-2.995a.52.52 0 0 1 0-.534.55.55 0 0 1 .472-.268h3.529c.194 0 .374.1.472.267a.52.52 0 0 1 0 .534zm7.82 2.427a.53.53 0 0 1-.51.252l-5.752-.626a.54.54 0 0 1-.424-.288.52.52 0 0 1 .015-.504l.003-.006 2.297-3.9.004-.005a.547.547 0 0 1 .905-.05l3.43 4.57a.5.5 0 0 1 .032.557" }) }) }));
|
|
2307
2338
|
NetworkTaiko.displayName = "NetworkTaiko";
|
|
2308
2339
|
var NetworkTaiko_default = NetworkTaiko;
|
|
2309
2340
|
|
|
2310
2341
|
// src/icons/networks/NetworkTron.tsx
|
|
2311
|
-
import { forwardRef as
|
|
2312
|
-
import { Fragment as
|
|
2313
|
-
var NetworkTron =
|
|
2342
|
+
import { forwardRef as forwardRef153 } from "react";
|
|
2343
|
+
import { Fragment as Fragment147, jsx as jsx153 } from "react/jsx-runtime";
|
|
2344
|
+
var NetworkTron = forwardRef153(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx153(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx153(Fragment147, { children: /* @__PURE__ */ jsx153("path", { fill: "currentColor", d: "M3.577 2.206a.63.63 0 0 1 .615-.188l13.226 3.238q.12.028.219.102l2.691 1.963a.63.63 0 0 1 .15.859l-9.259 13.546a.625.625 0 0 1-1.108-.145L3.45 2.837a.63.63 0 0 1 .126-.63M5.76 5.59l4.622 13.013.76-6.743zm6.62 6.487-.772 6.86 6.537-9.566zm6.355-4.367-4.212 1.977 2.822-2.99zm-2.662-1.492L5.79 3.7l6.029 7.02z", fillRule: "evenodd", clipRule: "evenodd" }) }) : /* @__PURE__ */ jsx153(Fragment147, { children: /* @__PURE__ */ jsx153("path", { fill: "#C4342B", d: "M3.577 2.206a.63.63 0 0 1 .615-.188l13.226 3.238q.12.028.219.102l2.691 1.963a.63.63 0 0 1 .148.859l-9.258 13.546a.625.625 0 0 1-1.109-.145L3.452 2.837a.63.63 0 0 1 .125-.63M5.76 5.59l4.622 13.013.76-6.743zm6.62 6.487-.772 6.86 6.537-9.566zm6.355-4.367L14.52 9.686l2.824-2.99zm-2.662-1.492L5.79 3.7l6.029 7.02z", fillRule: "evenodd", clipRule: "evenodd" }) }) }));
|
|
2314
2345
|
NetworkTron.displayName = "NetworkTron";
|
|
2315
2346
|
var NetworkTron_default = NetworkTron;
|
|
2316
2347
|
|
|
2317
2348
|
// src/icons/networks/NetworkCorn.tsx
|
|
2318
|
-
import { forwardRef as
|
|
2319
|
-
import { Fragment as
|
|
2320
|
-
var NetworkCorn =
|
|
2321
|
-
/* @__PURE__ */
|
|
2322
|
-
/* @__PURE__ */
|
|
2323
|
-
/* @__PURE__ */
|
|
2324
|
-
/* @__PURE__ */
|
|
2325
|
-
/* @__PURE__ */
|
|
2349
|
+
import { forwardRef as forwardRef154 } from "react";
|
|
2350
|
+
import { Fragment as Fragment148, jsx as jsx154, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
2351
|
+
var NetworkCorn = forwardRef154(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx154(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx154(Fragment148, { children: /* @__PURE__ */ jsx154("path", { fill: "currentColor", d: "M22.001 12c0 5.523-4.477 10-10 10C6.477 22 2 17.523 2 12S6.477 2 12 2c5.524 0 10.001 4.477 10.001 10m-9.017-6.104c-.046.155-.057.507.26.67.317.161.584.214.678.22.125.022.419-.015.595-.34.176-.324-.053-.625-.19-.735l-.66-.238c-.156-.04-.51-.011-.683.423m-.639 2-.714-.251c-.13-.037-.368-.217-.29-.644.077-.426.487-.486.682-.462l.7.233c-.127-.017-.413.047-.537.445-.123.399.055.619.159.679m1.549.506c.122.036.378-.004.502-.443.127-.452-.051-.641-.156-.68l.652.207c.195.082.537.349.343.758s-.539.417-.687.37zm-2.336.913-.732-.248c-.134-.036-.381-.218-.3-.656s.459-.484.637-.452l.783.242c-.13-.024-.428.033-.573.458s.063.615.185.656m.146-.56c-.112.387.17.645.325.726.319.121 1.003.368 1.191.388.236.026.459-.063.624-.439.133-.3-.102-.567-.235-.662l-1.21-.408c-.185-.03-.582.008-.695.395m2.026 1.274.65.203c.163.051.528.06.68-.312a.62.62 0 0 0-.216-.745l-.751-.254c.123.068.327.298.159.675s-.418.445-.522.433m-2.866.745-.03-.01zm-.121-.854c-.153.361-.142.758.091.845l-.365-.112a1.37 1.37 0 0 0-.656-.586c.013-.319.153-.682.65-.656.366.092.666.2.77.242-.11-.036-.363-.033-.49.267m-2.137.122c.292.568.662 1.959-.194 2.983s-.195 2.254.243 2.74l.551.844c-.162.243-.35.827.195 1.216.544.39 1.254.357 1.54.292.184-.049.574-.302.665-.924q-.13-.03-.27-.051c-.344-.056-.706-.114-.898-.485.571.143.8.157.844.146h.502l.73-.47c.146-.205.457-.71.535-1.086s.303-.935.406-1.168c.059-.135.272-.373.648-.243.305.105.392.168.4.196l-.005.014q.008-.005.005-.014c.055-.163.108-.515-.087-.725-.25-.271-.686-.312-.854-.292s-1.047.214-1.667.633-1.052.764-1.22 1.014l.01-.137c.045-.54.145-1.742-.165-2.65-.34-.995-.977-1.692-1.914-1.833m2.628 3.016-.076.536.57-.383zm3.063-.34c-.34-.184-.663-.15-.782-.11.074-.273-.117-.455-.222-.511.097.028.334.1.511.161.221.077.476.273.493.46m-2.05.204.646-.23c.094-.153.212-.524-.068-.783-.279-.258-1.17-.482-1.582-.561l-.332.034c.108.23.31.784.255 1.165.3.096.845.29 1.08.375m-.893-1.995c-.125-.062-.355-.29-.274-.707.082-.418.535-.433.752-.389l1.445.497c.123.096.334.368.192.694-.179.408-.35.414-.67.395-.254-.015-1.07-.333-1.445-.49m2.681.885-.675-.223c.113.008.375-.073.523-.465.147-.392-.045-.6-.16-.656l.79.274c.115.114.31.423.178.739-.132.315-.492.352-.656.33m-.884-4.89c-.377-.07-.592.259-.652.432-.099.303.124.564.247.656.166.072.53.218.656.225.16.009.498.018.657-.405.127-.339-.1-.597-.23-.683-.068-.046-.3-.154-.678-.225", fillRule: "evenodd", clipRule: "evenodd" }) }) : /* @__PURE__ */ jsxs76(Fragment148, { children: [
|
|
2352
|
+
/* @__PURE__ */ jsx154("path", { fill: "#F5911A", d: "M12 22c5.524 0 10.001-4.477 10.001-10s-4.477-10-10-10C6.477 2 2 6.477 2 12s4.477 10 10 10" }),
|
|
2353
|
+
/* @__PURE__ */ jsx154("path", { fill: "#fff", d: "M8.412 13.026c.856-1.025.486-2.416.194-2.984.937.14 1.573.838 1.914 1.833.34.996.188 2.344.155 2.787.168-.25.6-.595 1.22-1.014s1.499-.612 1.667-.633c.168-.02.604.02.854.292.195.21.142.562.087.725q.003.01-.005.014l.005-.014c-.008-.028-.095-.09-.4-.196-.376-.13-.589.108-.649.243-.102.233-.327.792-.405 1.168s-.39.88-.535 1.086l-.73.47h-.502c-.044.011-.273-.003-.844-.146.244.47.762.438 1.168.536-.09.622-.481.875-.665.924-.286.065-.996.097-1.54-.292-.545-.39-.357-.973-.195-1.216l-.551-.843c-.438-.487-1.1-1.716-.243-2.74" }),
|
|
2354
|
+
/* @__PURE__ */ jsx154("path", { fill: "#fff", d: "m11.158 13.594.076-.536.494.153zm3.14-.876c-.34-.184-.664-.15-.783-.11.074-.273-.117-.455-.222-.511.097.028.334.1.511.161.221.077.476.273.493.46m-1.403-.026-.647.23c-.236-.085-.781-.28-1.08-.375.054-.38-.148-.935-.256-1.165l.332-.034c.411.08 1.303.303 1.582.561s.162.63.069.783m-2.06-1.927.03.009zl-.365-.111a1.37 1.37 0 0 0-.656-.586c.013-.319.153-.682.65-.656.366.092.666.2.77.242-.11-.036-.363-.033-.49.267-.153.361-.142.758.091.845m.246-.546c-.081.417.149.645.274.707.376.157 1.191.475 1.446.49.318.019.49.013.668-.395.143-.326-.068-.598-.19-.694l-1.446-.497c-.217-.044-.67-.03-.752.389m2.955 1.592-.675-.223c.113.008.375-.073.523-.465.147-.392-.045-.6-.16-.656l.79.274c.115.114.31.423.178.739-.132.315-.492.352-.656.33m.345-1.579-.65-.203c.104.012.354-.056.522-.433s-.036-.607-.16-.675l.752.254c.136.094.37.373.217.745s-.518.363-.682.312m-2.675-1.477c-.112.387.17.645.325.726.319.121 1.003.368 1.191.388.236.026.459-.063.624-.439.133-.3-.102-.567-.235-.662l-1.21-.408c-.185-.03-.582.008-.695.395" }),
|
|
2355
|
+
/* @__PURE__ */ jsx154("path", { fill: "#fff", d: "m10.826 9.067.732.248c-.122-.041-.33-.23-.185-.655s.443-.483.573-.459l-.783-.242c-.178-.032-.555.014-.637.452s.166.62.3.656m3.068-.665-.009-.003zc.122.036.378-.004.502-.443.127-.452-.051-.641-.156-.68l.652.207c.195.082.537.349.343.758s-.539.417-.687.37zm-2.263-.757.714.25c-.104-.06-.282-.28-.159-.678.124-.398.41-.462.538-.445l-.7-.233c-.196-.024-.606.036-.684.462-.077.427.162.607.291.644" }),
|
|
2356
|
+
/* @__PURE__ */ jsx154("path", { fill: "#fff", d: "M13.151 6.922c-.377-.07-.592.259-.652.432-.099.303.124.564.247.656.166.072.53.218.656.225.16.009.498.018.657-.405.127-.339-.1-.597-.23-.683-.068-.046-.3-.154-.678-.225m.093-.357c-.317-.162-.306-.514-.26-.67.173-.433.527-.462.683-.422l.66.237c.137.11.366.412.19.736-.176.325-.47.362-.595.34a2 2 0 0 1-.678-.22" })
|
|
2326
2357
|
] }) }));
|
|
2327
2358
|
NetworkCorn.displayName = "NetworkCorn";
|
|
2328
2359
|
var NetworkCorn_default = NetworkCorn;
|
|
2329
2360
|
|
|
2330
2361
|
// src/icons/networks/NetworkArbitrumOne.tsx
|
|
2331
|
-
import { forwardRef as
|
|
2332
|
-
import { Fragment as
|
|
2333
|
-
var NetworkArbitrumOne =
|
|
2334
|
-
/* @__PURE__ */
|
|
2335
|
-
/* @__PURE__ */
|
|
2336
|
-
/* @__PURE__ */
|
|
2337
|
-
/* @__PURE__ */
|
|
2338
|
-
] }) : /* @__PURE__ */
|
|
2339
|
-
/* @__PURE__ */
|
|
2340
|
-
/* @__PURE__ */
|
|
2341
|
-
/* @__PURE__ */
|
|
2342
|
-
/* @__PURE__ */
|
|
2362
|
+
import { forwardRef as forwardRef155 } from "react";
|
|
2363
|
+
import { Fragment as Fragment149, jsx as jsx155, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
2364
|
+
var NetworkArbitrumOne = forwardRef155(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx155(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs77(Fragment149, { children: [
|
|
2365
|
+
/* @__PURE__ */ jsx155("path", { fill: "currentColor", d: "m13.503 13.52-.983 2.655a.34.34 0 0 0 0 .228l1.691 4.57 1.957-1.113-2.348-6.34c-.054-.146-.264-.146-.317 0m1.971-4.466c-.053-.146-.263-.146-.316 0l-.983 2.655a.34.34 0 0 0 0 .229l2.77 7.48 1.957-1.113z" }),
|
|
2366
|
+
/* @__PURE__ */ jsx155("path", { fill: "currentColor", d: "M11.998 3.24a.3.3 0 0 1 .14.035l7.46 4.243c.087.049.14.141.14.238v8.483a.27.27 0 0 1-.14.238l-7.46 4.243a.3.3 0 0 1-.14.036.3.3 0 0 1-.14-.036l-7.46-4.24a.28.28 0 0 1-.14-.237V7.757c0-.098.053-.188.14-.238l7.46-4.242a.3.3 0 0 1 .14-.038m0-1.24c-.265 0-.531.067-.77.204L3.77 6.444c-.477.271-.77.772-.77 1.313v8.484c0 .541.293 1.042.77 1.313l7.46 4.242a1.56 1.56 0 0 0 1.54 0l7.46-4.242c.477-.27.77-.771.77-1.313V7.757c0-.541-.293-1.042-.77-1.313l-7.462-4.24a1.55 1.55 0 0 0-.77-.204" }),
|
|
2367
|
+
/* @__PURE__ */ jsx155("path", { fill: "currentColor", d: "m7.064 19.428.687-1.851 1.381 1.13-1.291 1.163zM11.37 7.15H9.48a.34.34 0 0 0-.317.218L5.108 18.315l1.956 1.113 4.464-12.055a.165.165 0 0 0-.158-.223" }),
|
|
2368
|
+
/* @__PURE__ */ jsx155("path", { fill: "currentColor", d: "M14.68 7.15h-1.892a.34.34 0 0 0-.316.218l-4.63 12.5L9.8 20.981l5.039-13.608a.167.167 0 0 0-.158-.223" })
|
|
2369
|
+
] }) : /* @__PURE__ */ jsxs77(Fragment149, { children: [
|
|
2370
|
+
/* @__PURE__ */ jsx155("path", { fill: "#213147", d: "M3.683 8.08v7.84c0 .5.272.963.712 1.212l6.894 3.921c.44.25.981.25 1.42 0l6.895-3.92c.44-.25.711-.713.711-1.214V8.08c0-.5-.271-.963-.711-1.213l-6.894-3.92a1.44 1.44 0 0 0-1.421 0l-6.896 3.92c-.44.25-.71.713-.71 1.213" }),
|
|
2371
|
+
/* @__PURE__ */ jsx155("path", { fill: "#12AAFF", d: "m13.503 13.52-.983 2.655a.34.34 0 0 0 0 .228l1.691 4.57 1.957-1.113-2.348-6.34c-.054-.146-.264-.146-.317 0m1.971-4.466c-.053-.146-.263-.146-.316 0l-.983 2.655a.34.34 0 0 0 0 .229l2.77 7.48 1.957-1.113z" }),
|
|
2372
|
+
/* @__PURE__ */ jsx155("path", { fill: "#9DCCED", d: "M11.998 3.24a.3.3 0 0 1 .14.035l7.46 4.243c.087.049.14.141.14.238v8.483a.27.27 0 0 1-.14.238l-7.46 4.243a.3.3 0 0 1-.14.036.3.3 0 0 1-.14-.036l-7.46-4.24a.28.28 0 0 1-.14-.237V7.757c0-.098.053-.188.14-.238l7.46-4.242a.3.3 0 0 1 .14-.038m0-1.24c-.265 0-.531.067-.77.204L3.77 6.444c-.477.271-.77.772-.77 1.313v8.484c0 .541.293 1.042.77 1.313l7.46 4.242a1.56 1.56 0 0 0 1.54 0l7.46-4.242c.477-.27.77-.771.77-1.313V7.757c0-.541-.293-1.042-.77-1.313l-7.462-4.24a1.55 1.55 0 0 0-.77-.204" }),
|
|
2373
|
+
/* @__PURE__ */ jsx155("path", { fill: "#213147", d: "m7.064 19.428.687-1.851 1.381 1.13-1.291 1.163z" }),
|
|
2374
|
+
/* @__PURE__ */ jsx155("path", { fill: "#fff", d: "M11.37 7.15H9.48a.34.34 0 0 0-.317.218L5.108 18.315l1.956 1.113 4.464-12.055a.165.165 0 0 0-.158-.223m3.31 0h-1.892a.34.34 0 0 0-.316.218l-4.63 12.5L9.8 20.981l5.039-13.608a.167.167 0 0 0-.158-.223" })
|
|
2343
2375
|
] }) }));
|
|
2344
2376
|
NetworkArbitrumOne.displayName = "NetworkArbitrumOne";
|
|
2345
2377
|
var NetworkArbitrumOne_default = NetworkArbitrumOne;
|
|
2346
2378
|
|
|
2347
2379
|
// src/icons/networks/NetworkBeam.tsx
|
|
2348
|
-
import { forwardRef as
|
|
2349
|
-
import { Fragment as
|
|
2350
|
-
var NetworkBeam =
|
|
2351
|
-
/* @__PURE__ */
|
|
2352
|
-
/* @__PURE__ */
|
|
2353
|
-
/* @__PURE__ */
|
|
2354
|
-
/* @__PURE__ */
|
|
2355
|
-
] }) : /* @__PURE__ */
|
|
2356
|
-
/* @__PURE__ */
|
|
2357
|
-
/* @__PURE__ */
|
|
2358
|
-
/* @__PURE__ */
|
|
2359
|
-
/* @__PURE__ */
|
|
2360
|
-
/* @__PURE__ */
|
|
2361
|
-
/* @__PURE__ */
|
|
2362
|
-
/* @__PURE__ */
|
|
2363
|
-
/* @__PURE__ */
|
|
2364
|
-
/* @__PURE__ */
|
|
2365
|
-
/* @__PURE__ */
|
|
2366
|
-
/* @__PURE__ */
|
|
2367
|
-
/* @__PURE__ */
|
|
2368
|
-
] }),
|
|
2369
|
-
/* @__PURE__ */
|
|
2370
|
-
/* @__PURE__ */
|
|
2371
|
-
/* @__PURE__ */
|
|
2372
|
-
] }),
|
|
2373
|
-
/* @__PURE__ */
|
|
2374
|
-
/* @__PURE__ */
|
|
2375
|
-
/* @__PURE__ */
|
|
2376
|
-
] }),
|
|
2377
|
-
/* @__PURE__ */
|
|
2378
|
-
/* @__PURE__ */
|
|
2379
|
-
/* @__PURE__ */
|
|
2380
|
+
import { forwardRef as forwardRef156 } from "react";
|
|
2381
|
+
import { Fragment as Fragment150, jsx as jsx156, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
2382
|
+
var NetworkBeam = forwardRef156(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx156(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsxs78(Fragment150, { children: [
|
|
2383
|
+
/* @__PURE__ */ jsx156("path", { fill: "currentColor", d: "M12 16.5h4.149l-4.15-7V5l8.5 14H12zm0 0H7.83l4.17-7V5L3.498 19h8.5z" }),
|
|
2384
|
+
/* @__PURE__ */ jsx156("path", { fill: "currentColor", d: "M12 11.501v4H9.5zm0 0v4h2.5z" }),
|
|
2385
|
+
/* @__PURE__ */ jsx156("path", { fill: "currentColor", d: "M2 9.38 11.99 14v.485L2 12.3zm20-1.344-10.01 5.97v.164L22 9.966zm0 5.784-10.01.671v-.16L22 11.89z" }),
|
|
2386
|
+
/* @__PURE__ */ jsx156("path", { fill: "currentColor", d: "m22 9.965-10.01 4.2v.164L22 11.891z" })
|
|
2387
|
+
] }) : /* @__PURE__ */ jsxs78(Fragment150, { children: [
|
|
2388
|
+
/* @__PURE__ */ jsx156("path", { fill: "#0B76FF", d: "M11.999 16.5h4.15l-4.15-7V5l8.5 14h-8.5z" }),
|
|
2389
|
+
/* @__PURE__ */ jsx156("path", { fill: "#24C1FF", d: "M12 16.5H7.83l4.17-7V5L3.498 19h8.5z" }),
|
|
2390
|
+
/* @__PURE__ */ jsx156("path", { fill: "#39FFF2", d: "M12 11.501v4H9.5z" }),
|
|
2391
|
+
/* @__PURE__ */ jsx156("path", { fill: "#00E2C2", d: "M11.999 11.501v4h2.5z" }),
|
|
2392
|
+
/* @__PURE__ */ jsx156("path", { fill: "url(#beam__a)", d: "M2 9.38 11.99 14v.485L2 12.3z" }),
|
|
2393
|
+
/* @__PURE__ */ jsx156("path", { fill: "url(#beam__b)", d: "m22 8.036-10.01 5.97v.164L22 9.966z" }),
|
|
2394
|
+
/* @__PURE__ */ jsx156("path", { fill: "url(#beam__c)", d: "m22 13.82-10.01.67v-.16L22 11.892z" }),
|
|
2395
|
+
/* @__PURE__ */ jsx156("path", { fill: "url(#beam__d)", d: "m22 9.965-10.01 4.2v.164L22 11.891z" }),
|
|
2396
|
+
/* @__PURE__ */ jsxs78("defs", { children: [
|
|
2397
|
+
/* @__PURE__ */ jsxs78("linearGradient", { id: "beam__a", x1: "2.009", x2: "12.96", y1: "12.035", y2: "12.035", gradientUnits: "userSpaceOnUse", children: [
|
|
2398
|
+
/* @__PURE__ */ jsx156("stop", { stopColor: "#fff", stopOpacity: "0" }),
|
|
2399
|
+
/* @__PURE__ */ jsx156("stop", { offset: "1", stopColor: "#fff" })
|
|
2400
|
+
] }),
|
|
2401
|
+
/* @__PURE__ */ jsxs78("linearGradient", { id: "beam__b", x1: "21.88", x2: "9.162", y1: "11.972", y2: "11.972", gradientUnits: "userSpaceOnUse", children: [
|
|
2402
|
+
/* @__PURE__ */ jsx156("stop", { stopColor: "#FD76FD", stopOpacity: "0" }),
|
|
2403
|
+
/* @__PURE__ */ jsx156("stop", { offset: "1", stopColor: "#FF51FF" })
|
|
2404
|
+
] }),
|
|
2405
|
+
/* @__PURE__ */ jsxs78("linearGradient", { id: "beam__c", x1: "22.09", x2: "11.79", y1: "12.027", y2: "12.027", gradientUnits: "userSpaceOnUse", children: [
|
|
2406
|
+
/* @__PURE__ */ jsx156("stop", { stopColor: "#9D6EFF", stopOpacity: "0" }),
|
|
2407
|
+
/* @__PURE__ */ jsx156("stop", { offset: "1", stopColor: "#A18CFF" })
|
|
2408
|
+
] }),
|
|
2409
|
+
/* @__PURE__ */ jsxs78("linearGradient", { id: "beam__d", x1: "21.989", x2: "16.099", y1: "12.155", y2: "12.155", gradientUnits: "userSpaceOnUse", children: [
|
|
2410
|
+
/* @__PURE__ */ jsx156("stop", { stopColor: "#AE60D6", stopOpacity: "0" }),
|
|
2411
|
+
/* @__PURE__ */ jsx156("stop", { offset: "1", stopColor: "#AB38E6" })
|
|
2380
2412
|
] })
|
|
2381
2413
|
] })
|
|
2382
2414
|
] }) }));
|
|
@@ -2384,9 +2416,9 @@ NetworkBeam.displayName = "NetworkBeam";
|
|
|
2384
2416
|
var NetworkBeam_default = NetworkBeam;
|
|
2385
2417
|
|
|
2386
2418
|
// src/icons/networks/NetworkFlare.tsx
|
|
2387
|
-
import { forwardRef as
|
|
2388
|
-
import { Fragment as
|
|
2389
|
-
var NetworkFlare =
|
|
2419
|
+
import { forwardRef as forwardRef157 } from "react";
|
|
2420
|
+
import { Fragment as Fragment151, jsx as jsx157 } from "react/jsx-runtime";
|
|
2421
|
+
var NetworkFlare = forwardRef157(({ variant = "mono", fallback, ...props }, ref) => /* @__PURE__ */ jsx157(BaseIcon, { fallback, ...props, ref, children: variant === "mono" ? /* @__PURE__ */ jsx157(Fragment151, { children: /* @__PURE__ */ jsx157("path", { fill: "currentColor", d: "M16.865 9.512H7a4.986 4.986 0 0 0-5 4.866.13.13 0 0 0 .13.132h9.867c2.71.01 4.928-2.155 4.999-4.872a.133.133 0 0 0-.13-.131zM21.864 2H6.999a4.983 4.983 0 0 0-4.994 4.872c0 .07.055.13.126.13H17c2.71.012 4.928-2.153 4.999-4.87A.133.133 0 0 0 21.87 2zM4.502 22a2.506 2.506 0 0 0 2.502-2.51c0-1.385-1.12-2.51-2.502-2.51A2.506 2.506 0 0 0 2 19.49C2 20.878 3.12 22 4.502 22" }) }) : /* @__PURE__ */ jsx157(Fragment151, { children: /* @__PURE__ */ jsx157("path", { fill: "#E62058", d: "M16.865 9.512H7a4.986 4.986 0 0 0-5 4.866.13.13 0 0 0 .13.132h9.867c2.71.01 4.928-2.155 4.999-4.872a.133.133 0 0 0-.13-.131zM21.864 2H6.999a4.983 4.983 0 0 0-4.994 4.872c0 .07.055.13.126.13H17c2.71.012 4.928-2.153 4.999-4.87A.133.133 0 0 0 21.87 2zM4.502 22a2.506 2.506 0 0 0 2.502-2.51c0-1.385-1.12-2.51-2.502-2.51A2.506 2.506 0 0 0 2 19.49C2 20.878 3.12 22 4.502 22" }) }) }));
|
|
2390
2422
|
NetworkFlare.displayName = "NetworkFlare";
|
|
2391
2423
|
var NetworkFlare_default = NetworkFlare;
|
|
2392
2424
|
|
|
@@ -2464,6 +2496,7 @@ export {
|
|
|
2464
2496
|
NetworkZetaChain_default,
|
|
2465
2497
|
NetworkAptos_default,
|
|
2466
2498
|
NetworkSuperseed_default,
|
|
2499
|
+
NetworkSilicon_default,
|
|
2467
2500
|
NetworkXrp_default,
|
|
2468
2501
|
NetworkLisk_default,
|
|
2469
2502
|
NetworkDiode_default,
|
|
@@ -2492,6 +2525,8 @@ export {
|
|
|
2492
2525
|
NetworkFilecoin_default,
|
|
2493
2526
|
NetworkShimmerEvm_default,
|
|
2494
2527
|
NetworkThundercore_default,
|
|
2528
|
+
NetworkTreasure_default,
|
|
2529
|
+
NetworkMint_default,
|
|
2495
2530
|
NetworkPolygonZkevm_default,
|
|
2496
2531
|
NetworkLitecoin_default,
|
|
2497
2532
|
NetworkFuse_default,
|
|
@@ -2511,6 +2546,7 @@ export {
|
|
|
2511
2546
|
NetworkTenet_default,
|
|
2512
2547
|
NetworkHarmony_default,
|
|
2513
2548
|
NetworkEos_default,
|
|
2549
|
+
NetworkMonad_default,
|
|
2514
2550
|
NetworkEthereumClassic_default,
|
|
2515
2551
|
NetworkCronosZkevm_default,
|
|
2516
2552
|
NetworkCosmosHub_default,
|
|
@@ -2545,4 +2581,4 @@ export {
|
|
|
2545
2581
|
NetworkBeam_default,
|
|
2546
2582
|
NetworkFlare_default
|
|
2547
2583
|
};
|
|
2548
|
-
//# sourceMappingURL=chunk-
|
|
2584
|
+
//# sourceMappingURL=chunk-6C7SHW25.js.map
|