UNPKG

@web3sdks/chain-icons

Version:

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

38 lines 1.29 kB
// src/ethereum.tsx import * as React from "react"; var Ethereum = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", fillRule: "evenodd", clipRule: "evenodd", imageRendering: "optimizeQuality", shapeRendering: "geometricPrecision", textRendering: "geometricPrecision", viewBox: "0 0 784 1277", ...props }, /* @__PURE__ */ React.createElement("g", { fillRule: "nonzero" }, /* @__PURE__ */ React.createElement("path", { fill: "#343434", d: "m392.07 0-8.57 29.11v844.63l8.57 8.55 392.06-231.75z" }), /* @__PURE__ */ React.createElement("path", { fill: "#8C8C8C", d: "M392.07 0 0 650.54l392.07 231.75V472.33z" }), /* @__PURE__ */ React.createElement("path", { fill: "#3C3C3B", d: "m392.07 956.52-4.83 5.89v300.87l4.83 14.1 392.3-552.49z" }), /* @__PURE__ */ React.createElement("path", { fill: "#8C8C8C", d: "M392.07 1277.38V956.52L0 724.89z" }), /* @__PURE__ */ React.createElement("path", { fill: "#141414", d: "m392.07 882.29 392.06-231.75-392.06-178.21z" }), /* @__PURE__ */ React.createElement("path", { fill: "#393939", d: "m0 650.54 392.07 231.75V472.33z" }))); var ethereum_default = Ethereum; export { ethereum_default as default }; //# sourceMappingURL=ethereum.mjs.map