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) • 878 B
JavaScript
// src/generated/token/bold.tsx
import { jsx, jsxs } from "react/jsx-runtime";
var Bold = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 540 540", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ jsx("circle", { cx: 270, cy: 270, r: 270, fill: "#63D77D" }),
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M205.395 77.0308H144.818V440.493H265.972V425.954C284.16 435.262 304.768 440.513 326.603 440.513C400.206 440.513 459.872 380.847 459.872 307.244C459.872 233.641 400.206 173.975 326.603 173.975C304.768 173.975 284.16 179.226 265.972 188.534V92.8163V77.0308H205.395ZM265.972 188.534C222.85 210.602 193.334 255.476 193.334 307.244C193.334 359.012 222.85 403.886 265.972 425.954V188.534Z", fill: "#1C1D4F" })
] });
var bold_default = Bold;
export {
bold_default
};