@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
20 lines • 659 B
JavaScript
// src/pundi-x.tsx
import * as React from "react";
var PundiX = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2500 2500",
...props
}, /* @__PURE__ */ React.createElement("circle", {
cx: 1250,
cy: 1250,
r: 1250,
fill: "#181818"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#f6d30c",
d: "m1307 1100 497-498 101 102-497 497zm-713 712 498-498 101 102-497 497zm713-396 101-102 498 498-102 101zM594 704l102-102 497 497-101 102zm554 553 102-102 102 102-102 102z"
}));
var pundi_x_default = PundiX;
export {
pundi_x_default as default
};
//# sourceMappingURL=pundi-x.mjs.map