basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
37 lines (35 loc) • 3.32 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/gnosis_dark.tsx
var gnosis_dark_exports = {};
__export(gnosis_dark_exports, {
default: () => gnosis_dark_default
});
module.exports = __toCommonJS(gnosis_dark_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Gnosis_dark = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 144 143", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { clipPath: "url(#clip0_12846_1619)", children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M42.755 81.2518C47.0026 81.2518 50.9236 79.8404 54.0824 77.3974L28.1599 51.5559C25.7092 54.6505 24.2932 58.5592 24.2932 62.8481C24.2388 72.9999 32.5166 81.2518 42.755 81.2518Z", fill: "#EFEBDF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M119.869 62.7936C119.869 58.5593 118.453 54.6506 116.002 51.5017L90.0796 77.3429C93.184 79.7859 97.105 81.1973 101.407 81.1973C111.591 81.2516 119.869 73 119.869 62.7936Z", fill: "#EFEBDF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M132.939 34.7268L121.448 46.1818C125.26 50.7418 127.548 56.4964 127.548 62.9027C127.548 77.2888 115.839 88.9609 101.407 88.9609C95.0355 88.9609 89.2083 86.6808 84.6339 82.8807L72.0537 95.4212L59.4736 82.8807C54.8991 86.6808 49.1264 88.9609 42.7002 88.9609C28.2684 88.9609 16.5597 77.2888 16.5597 62.9027C16.5597 56.5507 18.8471 50.7418 22.6593 46.1818L16.7777 40.3186L11.1683 34.7268C4.63327 45.4759 0.875488 58.0167 0.875488 71.4802C0.875488 110.676 32.734 142.381 71.9993 142.381C111.264 142.381 143.123 110.622 143.123 71.4802C143.232 57.9625 139.474 45.4217 132.939 34.7268Z", fill: "#EFEBDF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M123.518 22.5116C110.611 8.99386 92.3125 0.524902 72.0539 0.524902C51.7949 0.524902 33.5512 8.99386 20.5898 22.5116C18.8472 24.3576 17.1591 26.3121 15.5796 28.3206L71.9994 84.5632L128.419 28.2663C127.003 26.3118 125.315 24.3033 123.518 22.5116ZM72.0539 9.75392C88.7183 9.75392 104.185 16.16 115.784 27.8321L72.0539 71.4256L28.323 27.8321C39.9773 16.16 55.3894 9.75392 72.0539 9.75392Z", fill: "#EFEBDF" })
] }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "clip0_12846_1619", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 144, height: 143, fill: "white" }) }) })
] });
var gnosis_dark_default = Gnosis_dark;