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.74 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/usdt0.tsx
var usdt0_exports = {};
__export(usdt0_exports, {
default: () => usdt0_default
});
module.exports = __toCommonJS(usdt0_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Usdt0 = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 976 977", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: 488.008, cy: 488.324, r: 487.965, fill: "#00B988" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M238.48 233.252h499.053v110.9H543.459v110.902H432.557V344.152H238.48v-110.9Z", fill: "#fff" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M432.557 455.054v221.802H321.656V455.054h110.901Zm110.918 221.802H654.36V455.054H543.459v221.802H432.574v110.901h110.901V676.856Z", fill: "#fff" })
] });
var usdt0_default = Usdt0;