@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
20 lines • 825 B
JavaScript
// src/nervos-network.tsx
import * as React from "react";
var NervosNetwork = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 271 227",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#424242",
d: "M0 0v136.6h45.5V0H0zm225.7 91v136.6h45.5V91h-45.5zM134.6 0v89.1l45.5 45.5V45.5L134.6 0zM91.1 93v89.1l45.5 45.5v-89.1L91.1 93z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M134.6 0h45.5l91.1 91h-45.5L134.6 0zM0 136.6h45.5l91.1 91H91.1L0 136.6z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#3cc68a",
d: "M180.1 45.5V134L45.5 0v136.6l45.6 45.5V93.6l134.6 134V91l-45.6-45.5z"
}));
var nervos_network_default = NervosNetwork;
export {
nervos_network_default as default
};
//# sourceMappingURL=nervos-network.mjs.map