@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
46 lines • 1.39 kB
JavaScript
// src/tellor.tsx
import * as React from "react";
var Tellor = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 200 200",
...props
}, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("linearGradient", {
id: "b",
x1: 88.62,
x2: 104.7,
y1: 867.19,
y2: 929.41,
gradientTransform: "translate(0 -798)",
gradientUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("stop", {
offset: 0,
stopColor: "#00ff8f"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 0.43,
stopColor: "#53fdb2"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 1,
stopColor: "#68fcbb"
})), /* @__PURE__ */ React.createElement("clipPath", {
id: "a"
}, /* @__PURE__ */ React.createElement("path", {
fill: "none",
d: "M0 0h200v200H0z"
}))), /* @__PURE__ */ React.createElement("g", {
"data-name": "Layer 2"
}, /* @__PURE__ */ React.createElement("g", {
clipPath: "url(#a)",
"data-name": "Layer 1"
}, /* @__PURE__ */ React.createElement("circle", {
cx: 100,
cy: 100,
r: 100
}), /* @__PURE__ */ React.createElement("path", {
fill: "url(#b)",
d: "M164.8 77.5c4.4 17.2-82.3 59.7-121.6 69.8s76-39.7 71.5-56.9-96.4-3.1-57.1-13.2 102.8-16.9 107.2.3Z"
}))));
var tellor_default = Tellor;
export {
tellor_default as default
};
//# sourceMappingURL=tellor.mjs.map