UNPKG

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) 1.47 kB
// src/generated/token/s.tsx import { jsx, jsxs } from "react/jsx-runtime"; var S = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 200 200", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ jsx("rect", { width: 200.002, height: 200, rx: 100, fill: "#141416" }), /* @__PURE__ */ jsx("path", { d: "M117.857 121.228C84.784 131.15 57.425 145.623 40.3 162.58l-.756.753c4.553 4.305 9.547 8.155 14.945 11.427l1.16-1.417a220.153 220.153 0 0 1 14.91-16.415c14.014-13.948 30.05-26.023 47.316-35.718l-.018.018Zm-105.356-14.7a86.745 86.745 0 0 0 18.216 47.11l.475-.473c10.602-10.447 24.405-19.95 41.056-28.227 14.593-7.263 31.35-13.493 49.407-18.41H12.501Zm67.307-72.713C109.4 63.268 146.64 82.745 187.485 90.13c-4.923-43.662-42.128-77.63-87.334-77.63a88.153 88.153 0 0 0-33.706 6.668 216.102 216.102 0 0 0 13.363 14.647ZM40.3 37.42c17.125 16.975 44.484 31.43 77.557 41.37-17.266-9.712-33.302-21.77-47.315-35.717a221 221 0 0 1-14.91-16.415l-1.16-1.418a87.938 87.938 0 0 0-14.928 11.428l.756.752Zm39.508 128.765a207.152 207.152 0 0 0-13.363 14.648c10.374 4.287 21.768 6.667 33.706 6.667 45.206 0 82.411-33.967 87.352-77.648-40.845 7.385-78.086 26.863-107.677 56.316l-.018.017Zm-7.56-91.122c-16.651-8.278-30.454-17.78-41.056-28.228l-.475-.473a86.744 86.744 0 0 0-18.216 47.11h109.137C103.58 88.555 86.841 82.325 72.23 75.046l.017.017Z", fill: "#F5F5F5" }) ] }); var s_default = S; export { s_default };