basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
111 lines (109 loc) • 5.11 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/wrseth.tsx
var wrseth_exports = {};
__export(wrseth_exports, {
default: () => wrseth_default
});
module.exports = __toCommonJS(wrseth_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Wrseth = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
"svg",
{
width: "391",
height: "391",
viewBox: "0 0 391 391",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { clipPath: "url(#a)", children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M195.5 391C303.472 391 391 303.472 391 195.5S303.472 0 195.5 0 0 87.528 0 195.5 87.528 391 195.5 391Z",
fill: "#075A5A"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { style: { mixBlendMode: "screen" }, opacity: ".3", fill: "#fff", children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: ".8", d: "M201.583 20.487v129.366l109.341 48.862L201.583 20.487Z" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M201.583 20.487 92.223 198.715l109.36-48.862V20.487Z" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: ".8", d: "M201.583 282.549v87.905L311 219.072l-109.417 63.477Z" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M201.583 370.454v-87.917l-109.36-63.465 109.36 151.382Z" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: ".5", d: "m201.583 262.205 109.34-63.49-109.34-48.83v112.32Z" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m92.224 198.715 109.359 63.49v-112.32l-109.36 48.83Z", fillOpacity: ".3" })
] }),
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { style: { mixBlendMode: "screen" }, opacity: ".3", fill: "#fff", children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: ".8", d: "M201.585 27v119.905l101.344 45.289L201.585 27Z" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M201.585 27 100.223 192.194l101.362-45.289V27Z" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: ".8", d: "M201.588 288.452v72.637L292 236l-90.412 52.452Z" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M201.588 361.089v-72.648L111.223 236l90.365 125.089Z" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: ".5", d: "m201.585 258.106 101.344-58.847L201.585 154v104.106Z" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m100.223 199.259 101.362 58.847V154l-101.362 45.259Z", fillOpacity: ".3" })
] }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M201.589 58.878v100.984l85.352 38.141-85.352-139.125Z",
fill: "#C1DCDC"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "m201.589 58.878-85.366 139.125 85.366-38.141V58.878Z",
fill: "#fff"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M201.589 263.444v68.619L287 213.894l-85.411 49.55Z",
fill: "#C1DCDC"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M201.589 332.063v-68.629l-85.366-49.54 85.366 118.169Z",
fill: "#fff"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
opacity: ".5",
d: "m201.589 247.563 85.352-49.56-85.352-38.117v87.677Z",
fill: "#fff"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "m116.223 198.003 85.366 49.56v-87.677l-85.366 38.117Z",
fill: "#fff",
fillOpacity: ".3"
}
)
] }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "a", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#fff", d: "M0 0h391v391H0z" }) }) })
]
}
);
var wrseth_default = Wrseth;