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