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.42 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/largo-coin.tsx var largo_coin_exports = {}; __export(largo_coin_exports, { default: () => largo_coin_default }); module.exports = __toCommonJS(largo_coin_exports); var React = __toESM(require("react")); var LargoCoin = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", viewBox: "0 0 62 62", ...props }, /* @__PURE__ */ React.createElement("linearGradient", { id: "a", x1: 9.088, x2: 52.913, y1: -881.087, y2: -924.913, gradientTransform: "matrix(1 0 0 -1 0 -872)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, stopColor: "#324bcd" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#3dba8a" })), /* @__PURE__ */ React.createElement("path", { fill: "url(#a)", d: "M31 62C13.9 62 0 48.1 0 31S13.9 0 31 0s31 13.9 31 31-13.9 31-31 31zm0-59.4C15.3 2.6 2.6 15.3 2.6 31S15.3 59.4 31 59.4 59.4 46.7 59.4 31 46.7 2.6 31 2.6z" }), /* @__PURE__ */ React.createElement("linearGradient", { id: "b", x1: 22.044, x2: 34.512, y1: -889.133, y2: -910.73, gradientTransform: "matrix(1 0 0 -1 0 -872)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, stopColor: "#3dffef" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#a80de9" })), /* @__PURE__ */ React.createElement("path", { fill: "url(#b)", d: "M34.6 12.4c2.8 1.2 4.2 4.4 3 7.3l-8.9 21.8c-1.2 2.9-4.4.2-7.2-1s-4.2-.4-3-3.3l8.9-21.8c1.1-2.8 4.3-4.2 7.2-3z" }), /* @__PURE__ */ React.createElement("linearGradient", { id: "c", x1: 20.785, x2: 38.524, y1: -901.535, y2: -919.274, gradientTransform: "matrix(1 0 0 -1 0 -872)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, stopColor: "#50d3ee" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#324bcd" })), /* @__PURE__ */ React.createElement("path", { fill: "url(#c)", d: "M38.4 45.1H23.3c-3 0-5.5-2.4-5.5-5.5 0-.7.1-1.4.4-2.1l4-9.5s-.3 6 6.1 6.1h10.1c3 0 5.5 2.4 5.5 5.5s-2.5 5.5-5.5 5.5z" })); var largo_coin_default = LargoCoin; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=largo-coin.js.map