basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
38 lines (36 loc) • 3.26 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/sts.tsx
var sts_exports = {};
__export(sts_exports, {
default: () => sts_default
});
module.exports = __toCommonJS(sts_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Sts = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { "data-name": "Layer 1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 500 500", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("radialGradient", { id: "a", cx: 250, cy: 250, fx: 250, fy: 250, r: 185, gradientUnits: "userSpaceOnUse", children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 0, stopColor: "#1a1a1a" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 0.81, stopColor: "red" })
] }) }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: 250, cy: 250, r: 250, fill: "#1a1a1a" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M324.87 249.99 435 360.12A216.843 216.843 0 0 1 360.13 435L250 324.87 139.86 435a216.899 216.899 0 0 1-74.87-74.87l110.13-110.14L64.99 139.86a216.843 216.843 0 0 1 74.88-74.87L250 175.12 360.12 64.99A216.786 216.786 0 0 1 435 139.87L324.87 249.99Z", fill: "url(#a)", opacity: 0.5 }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M384.86 250c0 5.62-.34 11.17-1.02 16.61-73.59 15.76-134.75 51.66-184.52 108.39-6.7-2.7-13.13-5.94-19.24-9.66 26.05-31.19 56.75-56.84 90.94-78.52-41.84 12.85-81.36 29.91-114.66 60.23-5.01-4.82-9.63-10.03-13.85-15.59 39.84-35.38 87.14-55.18 136.74-70.83h-163.7c-.27-3.51-.41-7.06-.41-10.64s.15-7.23.42-10.79h164.42c-49.71-15.51-97.32-35.19-137.4-70.76 4.3-5.65 9.02-10.95 14.13-15.83 33.8 30.84 74.15 47.9 116.52 61.26-35.02-21.44-66.39-47.11-93.24-79.17a132.93 132.93 0 0 1 19.34-9.71c49.77 56.73 110.93 92.63 184.52 108.39.67 5.44 1.02 10.98 1.02 16.61Z", fill: "#fff" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M176.62 398.25 139.87 435c-30.72-18.35-56.52-44.16-74.88-74.86l36.75-36.75c16.08 32.42 42.46 58.8 74.88 74.86ZM139.89 65l36.74 36.75c-32.42 16.06-58.8 42.45-74.88 74.86L65 139.87a216.985 216.985 0 0 1 74.89-74.88Zm183.5 36.75L360.13 65c30.72 18.36 56.53 44.16 74.88 74.89l-36.75 36.74c-16.06-32.42-42.45-58.8-74.86-74.88Zm74.86 221.63L435 360.13a216.984 216.984 0 0 1-74.86 74.88l-36.75-36.75c32.42-16.08 58.8-42.46 74.86-74.88Z", fill: "red" })
] });
var sts_default = Sts;