basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
33 lines (31 loc) • 1.93 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/optimism_light.tsx
var optimism_light_exports = {};
__export(optimism_light_exports, {
default: () => optimism_light_default
});
module.exports = __toCommonJS(optimism_light_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Optimism_light = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 64, height: 64, fill: "#FF0420" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M32 12C21 12 12 21 12 32C12 43 21 52 32 52C43 52 52 43 52 32C52 21 43 12 32 12ZM32 42.2V49.7C24.3 49.7 18.1 43.5 18.1 35.8C18.1 28.1 24.3 21.9 32 21.9V14.4C39.7 14.4 45.9 20.6 45.9 28.3C45.9 36 39.7 42.2 32 42.2Z", fill: "white" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M32.1 25.1H32C30.5 28.1 28.2 30.4 25.2 31.9C28.2 33.5 30.5 35.8 32 38.9H32.1C33.6 35.9 35.9 33.6 38.9 32.1C35.9 30.5 33.6 28.2 32.1 25.1Z", fill: "white" })
] });
var optimism_light_default = Optimism_light;