@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
49 lines • 1.44 kB
JavaScript
// src/theta.tsx
import * as React from "react";
var Theta = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
"data-name": "Layer 1",
viewBox: "0 0 433 433",
...props
}, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("linearGradient", {
id: "a",
x1: 112.27,
x2: 320.73,
y1: 112.27,
y2: 320.73,
gradientUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("stop", {
offset: 0,
stopColor: "#2ab8e6"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 0.53,
stopColor: "#29cad2"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 1,
stopColor: "#2ee4be"
})), /* @__PURE__ */ React.createElement("linearGradient", {
xlinkHref: "#a",
id: "b",
x1: 175.55,
x2: 258.18,
y1: 175.91,
y2: 258.54
})), /* @__PURE__ */ React.createElement("path", {
fill: "#1b1f2b",
d: "M0 0h433v433H0z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#1b1f2b",
stroke: "url(#a)",
strokeLinejoin: "bevel",
strokeWidth: 27.222,
d: "M145.06 93.1h142.89v246.81H145.06z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "url(#b)",
d: "M259.8 255.47h-29.59v31h-26.7v-31h-29.59v-26.7h85.88zm0-76.5h-29.59v-31h-26.7v31h-29.59v26.7h85.88z"
}));
var theta_default = Theta;
export {
theta_default as default
};
//# sourceMappingURL=theta.mjs.map