basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
36 lines (34 loc) • 2.08 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/ethereum_dark.tsx
var ethereum_dark_exports = {};
__export(ethereum_dark_exports, {
default: () => ethereum_dark_default
});
module.exports = __toCommonJS(ethereum_dark_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Ethereum_dark = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 256 417", xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#fff", d: "M127.961 0l-2.795 9.5v275.668l2.795 2.79 127.962-75.638z" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#fff", d: "M127.962 0L0 212.32l127.962 75.639V154.158z" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#fff", d: "M127.961 312.187l-1.575 1.92v98.199l1.575 4.6L256 236.587z" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#fff", d: "M127.962 416.905v-104.72L0 236.585z" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#eee", d: "M127.961 287.958l127.96-75.637-127.96-58.162z" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#bbb", d: "M0 212.32l127.96 75.638v-133.8z" })
] });
var ethereum_dark_default = Ethereum_dark;