@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
23 lines • 621 B
JavaScript
// src/emercoin.tsx
import * as React from "react";
var Emercoin = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
...props
}, /* @__PURE__ */ React.createElement("g", {
fill: "none",
fillRule: "evenodd"
}, /* @__PURE__ */ React.createElement("circle", {
cx: 16,
cy: 16,
r: 16,
fill: "#B49FFC"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#FFF",
d: "M8 8v3.2h6.4v3.2H8v3.2h9.6v-6.4h3.2v9.6H8V24h16V8z"
})));
var emercoin_default = Emercoin;
export {
emercoin_default as default
};
//# sourceMappingURL=emercoin.mjs.map