UNPKG

@web3sdks/chain-icons

Version:

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

37 lines 1.05 kB
// src/revain.tsx import * as React from "react"; var Revain = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 198 198", ...props }, /* @__PURE__ */ React.createElement("linearGradient", { id: "a", x1: 48.215, x2: 171.281, y1: 34.676, y2: 189.785, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, stopColor: "#771a4e" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.5, stopColor: "#5e1953" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.875, stopColor: "#430f4e" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#3a0c4c" })), /* @__PURE__ */ React.createElement("path", { fill: "url(#a)", d: "M.3 0h198v198H.3z" }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", d: "M51.8 40v131l28-15V56l40 23-30 16v33l67 46v-31l-41-29 34-18V64l-70-39z" })); var revain_default = Revain; export { revain_default as default }; //# sourceMappingURL=revain.mjs.map