basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
13 lines (11 loc) • 729 B
JavaScript
// src/generated/token/usdt0.tsx
import { jsx, jsxs } from "react/jsx-runtime";
var Usdt0 = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 976 977", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ jsx("circle", { cx: 488.008, cy: 488.324, r: 487.965, fill: "#00B988" }),
/* @__PURE__ */ jsx("path", { d: "M238.48 233.252h499.053v110.9H543.459v110.902H432.557V344.152H238.48v-110.9Z", fill: "#fff" }),
/* @__PURE__ */ 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;
export {
usdt0_default
};