@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
15 lines • 1.49 kB
JavaScript
// src/helium.tsx
import * as React from "react";
var Helium = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 193 193",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#38a2ff",
d: "M122.2 50.2c5.6-5.6 14.8-5.6 20.4 0 5.6 5.6 5.6 14.8 0 20.4-3.3 3.3-7.7 4.7-12.2 4.1h-.7c-1.3-.2-2.7 0-4.1.6-1.9.9-3.2 2.4-3.9 4.2-.7 1.8-.6 3.8.2 5.6 4.8 10.4 2.6 23-5.6 31.1-8.2 8.2-20.7 10.4-31.1 5.6-1.9-.9-3.9-.9-5.7-.2-1.8.7-3.3 2-4.1 3.8-.5 1.2-.8 2.4-.7 3.7v.7c.8 4.6-.8 9.3-4 12.6-5.6 5.6-14.8 5.6-20.4 0-2.7-2.7-4.2-6.3-4.2-10.2 0-3.8 1.5-7.5 4.2-10.2 3.3-3.3 7.7-4.7 12.2-4.1h.2c.5.1 1 .2 1.5.2 1.1 0 2.1-.2 3.1-.7 1.9-.9 3.2-2.4 3.8-4.1.7-1.8.7-3.9-.2-5.8-4.8-10.5-2.6-23 5.6-31.1 8.2-8.2 20.7-10.4 31.1-5.6 1.8.9 3.9.9 5.7.2 1.8-.7 3.3-2 4.2-3.8.7-1.4.8-3 .6-4.5-.7-4.5.8-9.2 4.1-12.5zm-14.3 57.6c6.2-6.2 6.2-16.3 0-22.6-6.2-6.2-16.3-6.2-22.6 0-6.2 6.2-6.2 16.3 0 22.6 6.3 6.2 16.4 6.2 22.6 0zM96.5 0C149.8 0 193 43.2 193 96.5S149.8 193 96.5 193 0 149.8 0 96.5 43.2 0 96.5 0zm51.4 76c8.5-8.5 8.5-22.3 0-30.9-8.5-8.5-22.3-8.5-30.9 0-3.2 3.2-5.1 7.1-6 11.1-15.5-5.8-33.2-2.1-45 9.7-11.8 11.8-15.5 29.6-9.6 45.1-4.1.8-8 2.8-11.2 6-8.5 8.5-8.5 22.3 0 30.9 8.5 8.5 22.3 8.5 30.9 0 3.2-3.2 5.2-7.2 6-11.3 4.8 1.8 9.8 2.7 14.8 2.7 11.1 0 22-4.3 30.1-12.4 11.8-11.8 15.5-29.4 9.8-44.8 4-1 7.9-3 11.1-6.1z"
}));
var helium_default = Helium;
export {
helium_default as default
};
//# sourceMappingURL=helium.mjs.map