UNPKG

@web3sdks/chain-icons

Version:

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

50 lines (49 loc) 2.17 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/einsteinium.tsx var einsteinium_exports = {}; __export(einsteinium_exports, { default: () => einsteinium_default }); module.exports = __toCommonJS(einsteinium_exports); var React = __toESM(require("react")); var Einsteinium = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2000 1362", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#0175b0", d: "M189 989 0 1362h440l189-373H189m251-495L251 867h440l189-373H440M691 0 502 373h439L1130 0H691" }), /* @__PURE__ */ React.createElement("path", { fill: "#00a2d0", d: "m628 988-190 374h440l189-374H628m250-494L689 867h440l189-373H878M1129 0 940 372h440L1569 0h-440" }), /* @__PURE__ */ React.createElement("path", { fill: "#0cf", d: "m1059 988-189 374h439l190-374h-440m251-494-189 373h440l188-373h-439M1560 0l-189 372h440L2000 0h-440" })); var einsteinium_default = Einsteinium; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=einsteinium.js.map