basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
21 lines (19 loc) • 1.76 kB
JavaScript
// src/generated/token/cbeth.tsx
import { jsx, jsxs } from "react/jsx-runtime";
var Cbeth = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 256 256", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ jsxs("g", { clipPath: "url(#a)", children: [
/* @__PURE__ */ jsx("path", { d: "M249.6 128C249.6 60.842 195.158 6.4 128 6.4 60.842 6.4 6.4 60.842 6.4 128c0 67.158 54.442 121.6 121.6 121.6 67.158 0 121.6-54.442 121.6-121.6Z", fill: "#fff" }),
/* @__PURE__ */ jsx("path", { d: "m128 38.4-54.097 91.376L128 104.653V38.4Z", fill: "#0052FF" }),
/* @__PURE__ */ jsx("path", { d: "m128 162.061-54.097-32.4L128 104.653v57.408Z", fill: "#6697FF" }),
/* @__PURE__ */ jsx("path", { d: "m127.995 172.663-54.092-32.41 54.092 77.347v-44.937Z", fill: "#0052FF" }),
/* @__PURE__ */ jsx("path", { d: "m128 38.4 54.095 91.376L128 104.653V38.4Z", fill: "#6697FF" }),
/* @__PURE__ */ jsx("path", { d: "m128 162.061 54.095-32.285L128 104.653v57.408Z", fill: "#CCDCFF" }),
/* @__PURE__ */ jsx("path", { d: "m128 172.663 54.095-31.824L128 217.6v-44.937Z", fill: "#6697FF" }),
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M128 12.8C64.377 12.8 12.8 64.377 12.8 128c0 63.623 51.577 115.2 115.2 115.2 63.623 0 115.2-51.577 115.2-115.2 0-63.623-51.577-115.2-115.2-115.2ZM0 128C0 57.308 57.308 0 128 0c70.692 0 128 57.308 128 128 0 70.692-57.308 128-128 128C57.308 256 0 198.692 0 128Z", fill: "#0052FF" })
] }),
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h256v256H0z" }) }) })
] });
var cbeth_default = Cbeth;
export {
cbeth_default
};