basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
32 lines (30 loc) • 1.66 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/base_light.tsx
var base_light_exports = {};
__export(base_light_exports, {
default: () => base_light_default
});
module.exports = __toCommonJS(base_light_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Base_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: "#0052FF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M31.9266 52C42.9722 52 51.9266 43.0458 51.9266 32C51.9266 20.9543 42.9722 12 31.9266 12C21.4477 12 12.851 20.0589 11.9963 30.3169H41.6749V33.6474H11.9933C12.831 43.9225 21.4354 52 31.9266 52Z", fill: "white" })
] });
var base_light_default = Base_light;