@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
17 lines • 660 B
JavaScript
// src/hedera.tsx
import * as React from "react";
var Hedera = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2500 2500",
...props
}, /* @__PURE__ */ React.createElement("path", {
d: "M1250 0C559.64 0 0 559.64 0 1250s559.64 1250 1250 1250 1250-559.64 1250-1250S1940.36 0 1250 0"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#fff",
d: "M1758.12 1790.62h-158.74v-337.49H900.62v337.49H741.87V696.25h158.75v329.37h698.76V696.25h158.75Zm-850-463.75h698.75V1152.5H908.12Z"
}));
var hedera_default = Hedera;
export {
hedera_default as default
};
//# sourceMappingURL=hedera.mjs.map