basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
12 lines (10 loc) • 601 B
JavaScript
// src/generated/token/celo.tsx
import { jsx, jsxs } from "react/jsx-runtime";
var Celo = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 250 250", xmlSpace: "preserve", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ jsx("circle", { cx: 125, cy: 125, r: 125, fill: "#fcff52" }),
/* @__PURE__ */ jsx("path", { d: "M188.9 60.7H60.7v128.2h128.2v-44.8h-21.3c-7.3 16.3-23.8 27.7-42.7 27.7-26 0-47.1-21.3-47.1-47.1 0-25.9 21.1-47 47.1-47 19.3 0 35.8 11.7 43.1 28.4h20.9V60.7z" })
] });
var celo_default = Celo;
export {
celo_default
};