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.15 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/token/eth.tsx
var eth_exports = {};
__export(eth_exports, {
default: () => eth_default
});
module.exports = __toCommonJS(eth_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Eth = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 256 256", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M128 256c70.692 0 128-57.308 128-128C256 57.308 198.692 0 128 0 57.308 0 0 57.307 0 128c0 70.692 57.307 128 128 128Z", fill: "#fff" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M131.482 188.289v58.964l72.876-102.69-72.876 43.726Zm70.227-62.942-70.227-116.6v84.8l70.227 31.8Z", fill: "#3B3735" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M131.482 100.153v72.214l69.564-40.414-69.564-31.8Z", fill: "#1F1D19" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m54.626 125.347 70.226-116.6v84.8l-70.226 31.8Z", fill: "#959190" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M124.846 100.153v72.214l-69.564-40.414 69.564-31.8Z", fill: "#403C3A" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M124.851 188.289v58.964l-72.876-102.69 72.876 43.726Z", fill: "#959190" })
] });
var eth_default = Eth;