@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
18 lines • 660 B
JavaScript
// src/tomochain.tsx
import * as React from "react";
var Tomochain = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 186 280",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#242828",
d: "M46.7 0v93.3L0 140V46.7zm140 186.7c0 51.5-41.8 93.3-93.3 93.3C41.8 280 0 238.2 0 186.7V140h46.7v46.7c0 25.8 20.9 46.7 46.7 46.7s46.7-20.9 46.7-46.7h46.6z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#00e8b5",
d: "M186.7 93.3 140 140H0l46.7-46.7z"
}));
var tomochain_default = Tomochain;
export {
tomochain_default as default
};
//# sourceMappingURL=tomochain.mjs.map