UNPKG

@web3sdks/chain-icons

Version:

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

93 lines (92 loc) 3.46 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/iqeon.tsx var iqeon_exports = {}; __export(iqeon_exports, { default: () => iqeon_default }); module.exports = __toCommonJS(iqeon_exports); var React = __toESM(require("react")); var Iqeon = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", "data-name": "Logo color", viewBox: "0 0 88 98", ...props }, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("linearGradient", { id: "a", x1: 4.94, x2: 24.49, y1: 29.33, y2: 63.19, gradientTransform: "matrix(1 0 0 -1 0 100.1)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, stopColor: "#00dad9" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#095fa7" })), /* @__PURE__ */ React.createElement("linearGradient", { id: "b", x1: 30.7, x2: 53.24, y1: 94.14, y2: 55.1, gradientTransform: "matrix(1 0 0 -1 0 100.1)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, stopColor: "#0bf7df" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#0095ff" })), /* @__PURE__ */ React.createElement("linearGradient", { id: "c", x1: 94.84, x2: 14.39, y1: 64.66, y2: 8.33, gradientTransform: "matrix(1 0 0 -1 0 100.1)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, stopColor: "#00fcc6" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#0095ff" }))), /* @__PURE__ */ React.createElement("path", { fill: "url(#a)", d: "M.1 30.55a8.59 8.59 0 0 1 10.3-1.5l35.2 20-35.3 20A8.61 8.61 0 0 1 0 67.55c.1 0 .1-39.4.1-37Z" }), /* @__PURE__ */ React.createElement("path", { fill: "url(#b)", d: "M83.9 20.35a8.12 8.12 0 0 1-3.9 9.2l-34.4 19.5-35.3-20A8.61 8.61 0 0 0 0 30.55a12.12 12.12 0 0 1 6.3-10.5l32.4-18.4a12.66 12.66 0 0 1 12.5 0Z" }), /* @__PURE__ */ React.createElement("path", { fill: "url(#c)", d: "M10.3 69.05 80 29.55c3.3-1.9 4.1-5.7 3.2-9.2 3.7 2.2 5.2 6.2 5.2 10.4v36.7c0 4.4-1.7 8.4-5.5 10.6l-32 18.3a12.29 12.29 0 0 1-12.3 0L6.2 78.05A12.45 12.45 0 0 1 0 67.55a8.61 8.61 0 0 0 10.3 1.5Z" })); var iqeon_default = Iqeon; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=iqeon.js.map