@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
23 lines • 659 B
JavaScript
// src/nav-coin.tsx
import * as React from "react";
var NavCoin = (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: "#7D59B5"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#FFF",
d: "M21.32 22h-4.796l-3.798-7.005L9.797 22H5l5.018-12h4.797l3.945 7.276L22.203 10H27l-5.68 12z"
})));
var nav_coin_default = NavCoin;
export {
nav_coin_default as default
};
//# sourceMappingURL=nav-coin.mjs.map