@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
64 lines • 1.99 kB
JavaScript
// src/karatgold-coin.tsx
import * as React from "react";
var KaratgoldCoin = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 300 361",
...props
}, /* @__PURE__ */ React.createElement("linearGradient", {
id: "a",
x1: 146.706,
x2: 150.039,
y1: 3.921,
y2: 365.254,
gradientUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("stop", {
offset: 0,
stopColor: "#f9f091"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 0.1,
stopColor: "#e4c86d"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 0.135,
stopColor: "#ddc370"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 0.2,
stopColor: "#d5be74"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 0.21,
stopColor: "#dbc271"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 0.234,
stopColor: "#e2c76e"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 0.3,
stopColor: "#e4c86d"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 0.4,
stopColor: "#f9f091"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 0.5,
stopColor: "#e3c86d"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 0.6,
stopColor: "#d5be74"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 0.7,
stopColor: "#e3c86d"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 0.8,
stopColor: "#f9f091"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 0.9,
stopColor: "#e3c86d"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 1,
stopColor: "#d5be74"
})), /* @__PURE__ */ React.createElement("path", {
fill: "url(#a)",
d: "m82.8 167.1-62 60V0h62zm164.4 119.7-82.8-115L289.1 0h-22L20.8 239.4V361h62V186.5l112.7 171.7zM251.8 0h-58.3L86.4 163.8zm-46.3 361H300l-47.3-69.9zM14.8 0H0v361h14.8z"
}));
var karatgold_coin_default = KaratgoldCoin;
export {
karatgold_coin_default as default
};
//# sourceMappingURL=karatgold-coin.mjs.map