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