UNPKG

@web3sdkio/chain-icons

Version:

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

20 lines 719 B
// src/hydro.tsx import * as React from "react"; var Hydro = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 61 61", ...props }, /* @__PURE__ */ React.createElement("circle", { cx: 30.79, cy: 30.79, r: 28.17, fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { fill: "#168dff", d: "M32.35 0a30.78 30.78 0 1 0 29.1 32 30.85 30.85 0 0 0-29.1-32Zm-1.7 50.9c-9.9 0-17.5-10-15-19.6a28.65 28.65 0 0 1 3.9-8.3 92.17 92.17 0 0 1 9.9-12.5c.9-1 1.6-1 2.5-.1a79.36 79.36 0 0 1 11.2 14.7c1.8 3.3 3.2 6.7 3.1 10.5a16 16 0 0 1-15.6 15.34Z" })); var hydro_default = Hydro; export { hydro_default as default }; //# sourceMappingURL=hydro.mjs.map