@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
19 lines • 746 B
JavaScript
// src/pillar.tsx
import * as React from "react";
var Pillar = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2474 2474",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#00ff24",
d: "M0 0h2474.3v2474.3H0V0z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M1507.42 1017.2v477.87H741.36v285.73l143.02 143.02c78.46 78.46 143.64 142.71 145.18 142.71 1.24 0 2.16-63.94 2.16-142.09v-142.09h762.98V826.3l-143.64-143.64-143.64-143.64v478.18z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M741.36 920.52v191.52h386.12V729H741.36v191.52z"
}));
var pillar_default = Pillar;
export {
pillar_default as default
};
//# sourceMappingURL=pillar.mjs.map