@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
21 lines • 670 B
JavaScript
// src/polybius.tsx
import * as React from "react";
var Polybius = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 130 104",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#069dd8",
d: "M60.7 0h34.7v34.7H60.7zm0 69.5h34.7v34.7H60.7z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#1f7995",
d: "M95.5 34.7h34.7v34.7H95.5z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#a4be39",
d: "M.004 52.136 24.541 27.6l24.537 24.536L24.54 76.673z"
}));
var polybius_default = Polybius;
export {
polybius_default as default
};
//# sourceMappingURL=polybius.mjs.map