@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
21 lines • 1.13 kB
JavaScript
// src/celo.tsx
import * as React from "react";
var Celo = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 950 950",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#fbcc5c",
d: "M375 850c151.9 0 275-123.1 275-275S526.9 300 375 300 100 423.1 100 575s123.1 275 275 275zm0 100C167.9 950 0 782.1 0 575s167.9-375 375-375 375 167.9 375 375-167.9 375-375 375z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#35d07f",
d: "M575 650c151.9 0 275-123.1 275-275S726.9 100 575 100 300 223.1 300 375s123.1 275 275 275zm0 100c-207.1 0-375-167.9-375-375S367.9 0 575 0s375 167.9 375 375-167.9 375-375 375z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#5ea33b",
d: "M587.4 750c26-31.5 44.6-68.4 54.5-108.1 39.6-9.9 76.5-28.5 108.1-54.5-1.4 45.9-11.3 91.1-29.2 133.5-42.3 17.8-87.5 27.7-133.4 29.1zM308.1 308.1c-39.6 9.9-76.5 28.5-108.1 54.5 1.4-45.9 11.3-91.1 29.2-133.4 42.3-17.8 87.6-27.7 133.4-29.2-26 31.5-44.6 68.4-54.5 108.1z"
}));
var celo_default = Celo;
export {
celo_default as default
};
//# sourceMappingURL=celo.mjs.map