UNPKG

@web3sdks/chain-icons

Version:

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

52 lines (51 loc) 2.51 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/terra-luna.tsx var terra_luna_exports = {}; __export(terra_luna_exports, { default: () => terra_luna_default }); module.exports = __toCommonJS(terra_luna_exports); var React = __toESM(require("react")); var TerraLuna = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2000 2000", ...props }, /* @__PURE__ */ React.createElement("circle", { cx: 1e3, cy: 1e3, r: 1e3, fill: "#172852" }), /* @__PURE__ */ React.createElement("path", { fill: "#ffd83d", d: "M805.5 446.9c117.1-43.8 248.9-43.9 368.2-7.9 155.3 48.2 286.4 165.4 354.9 312.5 18.9 41.9 37 85.6 38.8 132.2-87.3-50.6-183-83.4-278.9-113.3-153.4-55.3-314-93.7-459.2-169.7-33.8-20.2-76.9-40.9-86.1-83-3.7-36.4 34.8-56.7 62.3-70.8M452 800.9c33.9-92 89.5-177.4 165-240.7 19.2 157.9 86.4 310.5 197.4 425.3 133.1 138.3 322.7 223.2 515.6 220 76.6 2.4 151.5-15.3 226.2-29.6-73.5 265.6-364.6 441.9-634.3 399.5-162.8-20.8-313.1-117.2-403.8-253.3C415.8 1171.7 390 972 452 800.9z" }), /* @__PURE__ */ React.createElement("path", { fill: "#ff6f03", d: "M1288.5 770.4c95.9 29.9 191.6 62.7 278.9 113.3l5.9 3.1c8.1 60.9 14 123 3.2 184-43.9-18.6-79.5-51.3-116.7-80.2-71.6-59.6-144.7-127.8-171.3-220.2" })); var terra_luna_default = TerraLuna; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=terra-luna.js.map