UNPKG

@web3sdkio/chain-icons

Version:

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

64 lines 2.11 kB
// src/solana.tsx import * as React from "react"; var Solana = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", viewBox: "0 0 397 311", ...props }, /* @__PURE__ */ React.createElement("linearGradient", { id: "a", x1: 360.879, x2: 141.213, y1: 351.455, y2: -69.294, gradientTransform: "matrix(1 0 0 -1 0 314)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, stopColor: "#00ffa3" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#dc1fff" })), /* @__PURE__ */ React.createElement("path", { fill: "url(#a)", d: "M64.6 237.9c2.4-2.4 5.7-3.8 9.2-3.8h317.4c5.8 0 8.7 7 4.6 11.1l-62.7 62.7c-2.4 2.4-5.7 3.8-9.2 3.8H6.5c-5.8 0-8.7-7-4.6-11.1l62.7-62.7z" }), /* @__PURE__ */ React.createElement("linearGradient", { id: "b", x1: 264.829, x2: 45.163, y1: 401.601, y2: -19.148, gradientTransform: "matrix(1 0 0 -1 0 314)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, stopColor: "#00ffa3" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#dc1fff" })), /* @__PURE__ */ React.createElement("path", { fill: "url(#b)", d: "M64.6 3.8C67.1 1.4 70.4 0 73.8 0h317.4c5.8 0 8.7 7 4.6 11.1l-62.7 62.7c-2.4 2.4-5.7 3.8-9.2 3.8H6.5c-5.8 0-8.7-7-4.6-11.1L64.6 3.8z" }), /* @__PURE__ */ React.createElement("linearGradient", { id: "c", x1: 312.548, x2: 92.882, y1: 376.688, y2: -44.061, gradientTransform: "matrix(1 0 0 -1 0 314)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, stopColor: "#00ffa3" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#dc1fff" })), /* @__PURE__ */ React.createElement("path", { fill: "url(#c)", d: "M333.1 120.1c-2.4-2.4-5.7-3.8-9.2-3.8H6.5c-5.8 0-8.7 7-4.6 11.1l62.7 62.7c2.4 2.4 5.7 3.8 9.2 3.8h317.4c5.8 0 8.7-7 4.6-11.1l-62.7-62.7z" })); var solana_default = Solana; export { solana_default as default }; //# sourceMappingURL=solana.mjs.map