basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
32 lines (30 loc) • 2.24 kB
JavaScript
;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/generated/chain/avalanche_dark.tsx
var avalanche_dark_exports = {};
__export(avalanche_dark_exports, {
default: () => avalanche_dark_default
});
module.exports = __toCommonJS(avalanche_dark_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Avalanche_dark = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 2501 2501", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: 1250.5, cy: 1250.5, r: 954.5, fill: "white" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2500.51 1250.51C2500.51 1940.86 1940.86 2500.51 1250.51 2500.51C560.152 2500.51 0.507812 1940.86 0.507812 1250.51C0.507812 560.154 560.152 0.509766 1250.51 0.509766C1940.86 0.509766 2500.51 560.154 2500.51 1250.51ZM1630.92 1245.23C1653.37 1206.35 1709.5 1206.35 1731.96 1245.23L1971.68 1660.45C1994.13 1699.34 1966.07 1747.95 1921.16 1747.95H1441.71C1396.81 1747.95 1368.74 1699.34 1391.2 1660.45L1630.92 1245.23ZM1501.32 845.734C1523.65 884.41 1523.65 932.059 1501.32 970.735L1088.69 1685.44C1066.36 1724.12 1025.09 1747.94 980.435 1747.94H579.875C534.97 1747.94 506.905 1699.33 529.357 1660.44L1200.01 498.84C1222.46 459.952 1278.59 459.952 1301.04 498.84L1501.32 845.734Z", fill: "#FF394A" })
] });
var avalanche_dark_default = Avalanche_dark;