@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
86 lines • 2.92 kB
JavaScript
// src/iotex.tsx
import * as React from "react";
var Iotex = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
...props
}, /* @__PURE__ */ React.createElement("g", {
fill: "none"
}, /* @__PURE__ */ React.createElement("circle", {
cx: 16,
cy: 16,
r: 16,
fill: "#00D4D5"
}), /* @__PURE__ */ React.createElement("g", {
fill: "#FFF"
}, /* @__PURE__ */ React.createElement("path", {
d: "M16.519 5v5.457l4.738-2.725z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M21.257 7.732v5.457l4.737-2.732z",
opacity: 0.9
}), /* @__PURE__ */ React.createElement("path", {
d: "M16.519 10.457v5.457l4.738-2.725zm4.738 2.733v5.456l4.737-2.732z",
opacity: 0.8
}), /* @__PURE__ */ React.createElement("path", {
d: "M16.519 15.914v5.457l4.738-2.725z",
opacity: 0.8
}), /* @__PURE__ */ React.createElement("path", {
d: "M21.257 18.646v5.457l4.737-2.732z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M4.273 10.273v5.457l4.738-2.732z",
opacity: 0.4
}), /* @__PURE__ */ React.createElement("path", {
d: "M10.25 12.302v5.457l4.73-2.725z",
opacity: 0.2
}), /* @__PURE__ */ React.createElement("path", {
d: "M6.738 15.753v5.457l4.737-2.732z",
opacity: 0.3
}), /* @__PURE__ */ React.createElement("path", {
d: "M9.86 19.871v5.457l4.73-2.732z",
opacity: 0.9
}), /* @__PURE__ */ React.createElement("path", {
d: "M16.48 22.22v5.458l4.73-2.733z",
opacity: 0.7
}), /* @__PURE__ */ React.createElement("path", {
d: "M11.039 9.607v5.458l4.73-2.725z",
opacity: 0.9
}), /* @__PURE__ */ React.createElement("path", {
d: "M16.519 5v5.457l-4.738-2.725z",
opacity: 0.8
}), /* @__PURE__ */ React.createElement("path", {
d: "M11.039 7.32v5.456L6.3 10.044z",
opacity: 0.6
}), /* @__PURE__ */ React.createElement("path", {
d: "M15.777 10.02v5.458l-4.738-2.733z",
opacity: 0.6
}), /* @__PURE__ */ React.createElement("path", {
d: "M10.228 12.302v5.457L5.49 15.034z",
opacity: 0.95
}), /* @__PURE__ */ React.createElement("path", {
d: "M16.519 15.914v5.457l-4.73-2.725z",
opacity: 0.6
}), /* @__PURE__ */ React.createElement("path", {
d: "M6.738 17.185v5.457L2 19.909z",
opacity: 0.55
}), /* @__PURE__ */ React.createElement("path", {
d: "M25.994 10.457v5.457l-4.737-2.725z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M21.257 13.19v5.456l-4.738-2.732z",
opacity: 0.95
}), /* @__PURE__ */ React.createElement("path", {
d: "M25.994 15.914v5.457l-4.737-2.725z",
opacity: 0.9
}), /* @__PURE__ */ React.createElement("path", {
d: "M21.257 18.646v5.457l-4.738-2.732z",
opacity: 0.7
}), /* @__PURE__ */ React.createElement("path", {
d: "M15.47 20.92v5.457l-4.737-2.725z",
opacity: 0.4
}), /* @__PURE__ */ React.createElement("path", {
d: "M21.257 7.732v5.457l-4.738-2.732z"
}))));
var iotex_default = Iotex;
export {
iotex_default as default
};
//# sourceMappingURL=iotex.mjs.map