@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
42 lines • 1.49 kB
JavaScript
// src/kava.tsx
import * as React from "react";
var Kava = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
id: "Layer_1",
x: 0,
y: 0,
viewBox: "0 0 2000 2210",
...props
}, /* @__PURE__ */ React.createElement("style", null, ".st2{fill:#ff564f}"), /* @__PURE__ */ React.createElement("path", {
fill: "#ff564f",
d: "M198.5 1841.3 321.6 2210l845-1105L321.6 0 192.5 360.7l561.3 744.1-555.3 736.5z",
opacity: 0.2
}), /* @__PURE__ */ React.createElement("path", {
fill: "#f08179",
d: "M1999.7 2209.8h-401l-845.2-1105L1598.7 0h401l-833.3 1104.8 833.3 1105z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M0 0h321.4v2209.8H0V0z",
className: "st2"
}), /* @__PURE__ */ React.createElement("path", {
id: "_x30_",
d: "M2000 2209.8h-401l-845.2-1105L1599 0h401l-833.3 1104.8 833.3 1105z",
className: "st2"
}), /* @__PURE__ */ React.createElement("path", {
id: "_x30__1_",
d: "M2000 2209.8h-401l-845.2-1105L1599 0h401l-833.3 1104.8 833.3 1105z",
className: "st2"
}), /* @__PURE__ */ React.createElement("path", {
id: "_x30__2_",
d: "M2000 2209.8h-401l-845.2-1105L1599 0h401l-833.3 1104.8 833.3 1105z",
className: "st2"
}), /* @__PURE__ */ React.createElement("path", {
id: "_x30__3_",
d: "M2000 2209.8h-401l-845.2-1105L1599 0h401l-833.3 1104.8 833.3 1105z",
className: "st2"
}));
var kava_default = Kava;
export {
kava_default as default
};
//# sourceMappingURL=kava.mjs.map