@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
22 lines • 654 B
JavaScript
// src/verge.tsx
import * as React from "react";
var Verge = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
id: "Lag_1",
x: 0,
y: 0,
viewBox: "0 0 218 251",
...props
}, /* @__PURE__ */ React.createElement("style", null, ".st0{fill:#37bde2}"), /* @__PURE__ */ React.createElement("path", {
d: "m184.2 0-74.8 172L34.7 0H0l109.4 251.9L218.9 0z",
className: "st0"
}), /* @__PURE__ */ React.createElement("path", {
d: "M109.4 92.6 148.6 0H70.2z",
className: "st0"
}));
var verge_default = Verge;
export {
verge_default as default
};
//# sourceMappingURL=verge.mjs.map