@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
24 lines • 1.33 kB
JavaScript
// src/hive-blockchain.tsx
import * as React from "react";
var HiveBlockchain = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 220 190",
...props
}, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("style", null, ".cls-1{fill:#e31337}")), /* @__PURE__ */ React.createElement("g", {
id: "Layer_2",
"data-name": "Layer 2"
}, /* @__PURE__ */ React.createElement("g", {
id: "Layer_1-2",
"data-name": "Layer 1"
}, /* @__PURE__ */ React.createElement("path", {
d: "M157.27 107.26a1 1 0 0 1 .82 1.42l-46.75 80.85a1 1 0 0 1-.82.47H81.94a.94.94 0 0 1-.81-1.42l46.75-80.85a.94.94 0 0 1 .81-.47Zm-27.79-23.17a1 1 0 0 1-.82-.47L81.13 1.42A.94.94 0 0 1 81.94 0h28.58a1 1 0 0 1 .82.47l47.53 82.2a.94.94 0 0 1-.81 1.42Z",
className: "cls-1"
}), /* @__PURE__ */ React.createElement("path", {
d: "M135.13 1.42A.94.94 0 0 1 136 0h28.62a.93.93 0 0 1 .81.47l54.49 94.06a.93.93 0 0 1 0 .94l-54.49 94.06a.93.93 0 0 1-.81.47H136a.94.94 0 0 1-.82-1.42L189.34 95Zm-23.26 93.1a1 1 0 0 1 0 1l-54.74 94.01a1 1 0 0 1-1.65 0L.13 95.48a1 1 0 0 1 0-1L54.87.47a1 1 0 0 1 1.65 0Z",
className: "cls-1"
}))));
var hive_blockchain_default = HiveBlockchain;
export {
hive_blockchain_default as default
};
//# sourceMappingURL=hive-blockchain.mjs.map