@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
25 lines • 719 B
JavaScript
// src/torex.tsx
import * as React from "react";
var Torex = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 67 67",
...props
}, /* @__PURE__ */ React.createElement("rect", {
width: 67.37,
height: 67.25,
rx: 20
}), /* @__PURE__ */ React.createElement("rect", {
width: 67.37,
height: 67.25,
fill: "#2cc981",
rx: 20
}), /* @__PURE__ */ React.createElement("path", {
fill: "#fff",
fillRule: "evenodd",
d: "m45.73 10.43 10.84 11.21h-22Zm-23 22.86L11.14 21.74l11.24-11.21 34.26 34.34-11.35 11.19-11.21-11.19-11.29 11.27-11.37-11.35Z"
}));
var torex_default = Torex;
export {
torex_default as default
};
//# sourceMappingURL=torex.mjs.map