basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
42 lines (40 loc) • 3.33 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/steth.tsx
var steth_exports = {};
__export(steth_exports, {
default: () => steth_default
});
module.exports = __toCommonJS(steth_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Steth = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 80 80", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { clipPath: "url(#clip0_2776_3779)", children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 80, height: 80, rx: 40, fill: "white" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: 0.6, d: "M54.7672 35.4713L55.1703 36.0849C59.7161 43.0053 58.7009 52.0687 52.7294 57.8752C49.2164 61.2911 44.6122 62.9994 40.0079 62.9998C40.0079 62.9998 40.0079 62.9998 54.7672 35.4713Z", fill: "#00A3FF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: 0.2, d: "M40.0063 43.8379L54.7656 35.4713C40.0063 62.9998 40.0063 62.9998 40.0063 62.9998C40.0063 57.0043 40.0063 50.1343 40.0063 43.8379Z", fill: "#00A3FF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M25.2328 35.4713L24.8297 36.0849C20.2839 43.0053 21.2991 52.0687 27.2706 57.8752C30.7836 61.2911 35.3878 62.9994 39.9921 62.9998C39.9921 62.9998 39.9921 62.9998 25.2328 35.4713Z", fill: "#00A3FF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: 0.6, d: "M39.9879 43.8379L25.2285 35.4713C39.9879 62.9998 39.9879 62.9998 39.9879 62.9998C39.9879 57.0043 39.9879 50.1343 39.9879 43.8379Z", fill: "#00A3FF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: 0.2, d: "M40.0117 25.1472V39.5773L52.7253 32.3669L40.0117 25.1472Z", fill: "#00A3FF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: 0.6, d: "M40.0079 25.1472L27.2852 32.3668L40.0079 39.5773V25.1472Z", fill: "#00A3FF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M40.0079 13.0115L27.2852 32.3714L40.0079 25.1315V13.0115Z", fill: "#00A3FF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: 0.6, d: "M40.0117 25.1295L52.735 32.3695L40.0117 13V25.1295Z", fill: "#00A3FF" })
] }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "clip0_2776_3779", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 80, height: 80, rx: 40, fill: "white" }) }) })
] });
var steth_default = Steth;