@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
43 lines • 1.36 kB
JavaScript
// src/akash-network.tsx
import * as React from "react";
var AkashNetwork = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
id: "Layer_1",
x: 0,
y: 0,
viewBox: "0 0 30 26",
...props
}, /* @__PURE__ */ React.createElement("style", null, ".st0{fill-rule:evenodd;clip-rule:evenodd;fill:#ed3524}"), /* @__PURE__ */ React.createElement("g", {
id: "Page-1"
}, /* @__PURE__ */ React.createElement("g", {
id: "R15_Mobile_Home",
transform: "translate(-172 -62)"
}, /* @__PURE__ */ React.createElement("g", {
id: "Top"
}, /* @__PURE__ */ React.createElement("g", {
id: "Group-20",
transform: "translate(17 61)"
}, /* @__PURE__ */ React.createElement("g", {
id: "akash-logo",
transform: "translate(155 1)"
}, /* @__PURE__ */ React.createElement("path", {
id: "Fill-11",
d: "m9.9 0 15.4 26.6 5.1-8.9L20.1 0z",
className: "st0"
}), /* @__PURE__ */ React.createElement("path", {
id: "Fill-12",
fill: "#ae1e23",
fillRule: "evenodd",
d: "m9.9 18.2 5.3 8.4h10.6l-5.3-8.4z",
clipRule: "evenodd"
}), /* @__PURE__ */ React.createElement("path", {
id: "Fill-13",
d: "M5.3 8.4 0 17.5l5.3 9.1L16 8.4z",
className: "st0"
})))))));
var akash_network_default = AkashNetwork;
export {
akash_network_default as default
};
//# sourceMappingURL=akash-network.mjs.map