basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
41 lines (39 loc) • 2.98 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/cbeth.tsx
var cbeth_exports = {};
__export(cbeth_exports, {
default: () => cbeth_default
});
module.exports = __toCommonJS(cbeth_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Cbeth = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 256 256", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { clipPath: "url(#a)", children: [
/* @__PURE__ */ (0, import_jsx_runtime.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__ */ (0, import_jsx_runtime.jsx)("path", { d: "m128 38.4-54.097 91.376L128 104.653V38.4Z", fill: "#0052FF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m128 162.061-54.097-32.4L128 104.653v57.408Z", fill: "#6697FF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m127.995 172.663-54.092-32.41 54.092 77.347v-44.937Z", fill: "#0052FF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m128 38.4 54.095 91.376L128 104.653V38.4Z", fill: "#6697FF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m128 162.061 54.095-32.285L128 104.653v57.408Z", fill: "#CCDCFF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m128 172.663 54.095-31.824L128 217.6v-44.937Z", fill: "#6697FF" }),
/* @__PURE__ */ (0, import_jsx_runtime.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__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "a", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#fff", d: "M0 0h256v256H0z" }) }) })
] });
var cbeth_default = Cbeth;