@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
21 lines • 852 B
JavaScript
// src/maidsafecoin.tsx
import * as React from "react";
var Maidsafecoin = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1984 2209",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#99bee7",
d: "M1598.1 730.3V2209L348.5 1483.4C-18.4 1272.2 9.1 1134.4 0 840.5l1285.5 744V904.8l312.3-174.5h.3z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#5592d7",
d: "M1285.5 1584.5 0 840.5 1249.1 124c367.1-211.1 468.4-119.2 734.7 28.2L698 895.6l587.5 339.9v349z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#29578a",
d: "m698 895.6 1286.3-743.5v1433.1c0 431.7-129 468.4-385.8 624.5V730.3L1013 1078.2 698 895.6z"
}));
var maidsafecoin_default = Maidsafecoin;
export {
maidsafecoin_default as default
};
//# sourceMappingURL=maidsafecoin.mjs.map