UNPKG

basicon

Version:

Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe

16 lines (14 loc) 1.67 kB
// src/generated/token/susds.tsx import { jsx, jsxs } from "react/jsx-runtime"; var Susds = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 346 347", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ jsx("circle", { cx: 173, cy: 173.728, r: 173, fill: "url(#paint0_radial_677_86)" }), /* @__PURE__ */ jsx("path", { d: "M106.836 219.209H82.2169C84.2266 257.645 116.382 291.057 173.409 291.057C230.184 291.057 266.359 259.906 266.359 219.711C266.359 143.341 151.05 147.612 151.05 103.398C151.05 91.0883 160.345 76.5177 181.95 76.5177C206.067 76.5177 234.454 95.359 236.464 119.476H260.832C258.32 80.5372 220.386 53.4058 172.153 53.4058C122.16 53.4058 84.4779 82.5469 84.4779 123.747C84.4779 202.377 199.786 192.078 199.786 240.562C199.786 255.635 190.491 268.196 167.128 268.196C137.987 268.196 108.595 247.848 106.836 219.209ZM127.436 109.176C127.436 168.966 241.74 157.158 241.74 220.967C241.74 240.06 229.179 256.891 214.106 261.162C219.381 256.138 223.401 245.084 223.401 234.533C223.401 175.497 108.846 183.536 108.846 122.993C108.846 102.644 121.909 86.3152 138.238 81.2908C131.958 88.8274 127.436 98.6248 127.436 109.176Z", fill: "white" }), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("radialGradient", { id: "paint0_radial_677_86", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(173 539.624) rotate(-90) scale(538.897)", children: [ /* @__PURE__ */ jsx("stop", { stopColor: "#FFEF79" }), /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#00C2A1" }) ] }) }) ] }); var susds_default = Susds; export { susds_default };