UNPKG

@web3sdkio/chain-icons

Version:

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

93 lines (92 loc) 3.41 kB
"use strict"; var __create = Object.create; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __getProtoOf = Object.getPrototypeOf; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod )); var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/solana.tsx var solana_exports = {}; __export(solana_exports, { default: () => solana_default }); module.exports = __toCommonJS(solana_exports); var React = __toESM(require("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; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=solana.js.map