UNPKG

@web3sdkio/chain-icons

Version:

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

98 lines (97 loc) 3.47 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/alpha-finance-lab.tsx var alpha_finance_lab_exports = {}; __export(alpha_finance_lab_exports, { default: () => alpha_finance_lab_default }); module.exports = __toCommonJS(alpha_finance_lab_exports); var React = __toESM(require("react")); var AlphaFinanceLab = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", viewBox: "0 0 32 32", ...props }, /* @__PURE__ */ React.createElement("linearGradient", { id: "a", x1: 4.686, x2: 27.314, y1: 4.576, y2: 27.204, gradientTransform: "matrix(1 0 0 -1 0 31.89)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, stopColor: "#102054" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#1a45b8" })), /* @__PURE__ */ React.createElement("path", { fill: "url(#a)", d: "M16 32c8.8 0 16-7.2 16-16S24.8 0 16 0 0 7.2 0 16s7.2 16 16 16z" }), /* @__PURE__ */ React.createElement("linearGradient", { id: "b", x1: 19.392, x2: 19.392, y1: 25.615, y2: 8.421, gradientTransform: "matrix(1 0 0 -1 0 31.89)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, stopColor: "#fff" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0.6 })), /* @__PURE__ */ React.createElement("path", { fill: "url(#b)", d: "M16 6.3v6.3l1.1 2.9-1.1-1v3.1c1.8 2.3 4.1 4.2 6.8 5.6L16 6.3z" }), /* @__PURE__ */ React.createElement("linearGradient", { id: "c", x1: 12.608, x2: 12.608, y1: 8.541, y2: 25.415, gradientTransform: "matrix(1 0 0 -1 0 31.89)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, stopColor: "#fff" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0.6 })), /* @__PURE__ */ React.createElement("path", { fill: "url(#c)", d: "M16 6.3v6.3l-1.1 2.9 1.1-1v3.1c-1.8 2.3-4.1 4.2-6.8 5.6L16 6.3z" }), /* @__PURE__ */ React.createElement("path", { fill: "#f5cc02", d: "M16 21.5c.9 0 1.5-.7 1.5-1.5 0-.9-.7-1.5-1.5-1.5-.9 0-1.5.7-1.5 1.5s.6 1.5 1.5 1.5z" })); var alpha_finance_lab_default = AlphaFinanceLab; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=alpha-finance-lab.js.map