UNPKG

@web3sdkio/chain-icons

Version:

A quick, easy and light-weight way to add chain / network icons to your react app.

23 lines 1.19 kB
// src/terra-luna.tsx import * as React from "react"; var TerraLuna = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2000 2000", ...props }, /* @__PURE__ */ React.createElement("circle", { cx: 1e3, cy: 1e3, r: 1e3, fill: "#172852" }), /* @__PURE__ */ React.createElement("path", { fill: "#ffd83d", d: "M805.5 446.9c117.1-43.8 248.9-43.9 368.2-7.9 155.3 48.2 286.4 165.4 354.9 312.5 18.9 41.9 37 85.6 38.8 132.2-87.3-50.6-183-83.4-278.9-113.3-153.4-55.3-314-93.7-459.2-169.7-33.8-20.2-76.9-40.9-86.1-83-3.7-36.4 34.8-56.7 62.3-70.8M452 800.9c33.9-92 89.5-177.4 165-240.7 19.2 157.9 86.4 310.5 197.4 425.3 133.1 138.3 322.7 223.2 515.6 220 76.6 2.4 151.5-15.3 226.2-29.6-73.5 265.6-364.6 441.9-634.3 399.5-162.8-20.8-313.1-117.2-403.8-253.3C415.8 1171.7 390 972 452 800.9z" }), /* @__PURE__ */ React.createElement("path", { fill: "#ff6f03", d: "M1288.5 770.4c95.9 29.9 191.6 62.7 278.9 113.3l5.9 3.1c8.1 60.9 14 123 3.2 184-43.9-18.6-79.5-51.3-116.7-80.2-71.6-59.6-144.7-127.8-171.3-220.2" })); var terra_luna_default = TerraLuna; export { terra_luna_default as default }; //# sourceMappingURL=terra-luna.mjs.map