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) • 1.22 kB
JavaScript
// src/generated/token/bal.tsx
import { jsx, jsxs } from "react/jsx-runtime";
var Bal = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 46 46", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ jsx("path", { d: "M45.75 23c0 12.565-10.185 22.75-22.75 22.75S.25 35.565.25 23 10.435.25 23 .25 45.75 10.435 45.75 23Z", fill: "#fff", stroke: "#383D51", strokeWidth: 0.5 }),
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.175 25.718c5.36.785 9.098 2.562 9.098 4.628 0 2.794-6.838 5.059-15.273 5.059-8.435 0-15.273-2.264-15.273-5.059 0-2.066 3.739-3.843 9.098-4.628a31.59 31.59 0 0 0 6.175.58 31.761 31.761 0 0 0 6.036-.552l.14-.028Zm-2.301-8.45c4.864.536 8.372 2.053 8.372 3.84 0 2.235-5.483 4.047-12.246 4.047-6.763 0-12.246-1.812-12.246-4.047 0-1.787 3.508-3.304 8.372-3.84a24.42 24.42 0 0 0 3.874.3 24.613 24.613 0 0 0 3.748-.28l.126-.02Z", fill: "#000" }),
/* @__PURE__ */ jsx("path", { d: "M23 16.672c5.017 0 9.084-1.359 9.084-3.035 0-1.677-4.067-3.035-9.084-3.035-5.017 0-9.084 1.358-9.084 3.035 0 1.676 4.067 3.035 9.084 3.035Z", fill: "#000" })
] });
var bal_default = Bal;
export {
bal_default
};