UNPKG

@web3sdkio/chain-icons

Version:

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

48 lines (47 loc) 2.55 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/reserve.tsx var reserve_exports = {}; __export(reserve_exports, { default: () => reserve_default }); module.exports = __toCommonJS(reserve_exports); var React = __toESM(require("react")); var Reserve = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 3500 3500", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M1750 0c966.5 0 1750 783.5 1750 1750s-783.5 1750-1750 1750S0 2716.5 0 1750 783.5 0 1750 0z" }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", d: "M909.5 1428.6c0 13.1 13.1 26.2 26.2 26.2H1254v161.8H935.7c-13.1 0-26.2 13.1-26.2 26.2v266.8c0 13.1 13.1 26.2 26.2 26.2H1254v638.6c0 13.1 8.7 21.9 21.8 21.9h305.3c13.1 0 21.8-8.7 21.8-21.9V1971c0-13.1 8.7-21.9 21.8-21.9H1869c8.7 0 17.4 4.4 21.8 13.1l270.4 625.5c4.4 8.7 13.1 13.1 21.8 13.1h327.1c17.4 0 26.2-17.5 21.8-30.6l-270.4-612.4c-4.4-13.1 0-26.2 13.1-30.6 130.8-48.1 213.7-166.2 213.7-323.7v-393.7c0-201.2-165.7-367.4-366.4-367.4h-846.1c-13.1 0-21.8 8.8-21.8 21.9v271.2H935.7c-13.1 0-26.2 13.1-26.2 26.2v266.9z" }), /* @__PURE__ */ React.createElement("path", { d: "M1602.9 1196.7c0-13.1 8.7-21.9 21.8-21.9h410c56.7 0 104.7 48.1 104.7 105V1516c0 56.9-48 105-104.7 105h-410c-13.1 0-21.8-8.8-21.8-21.9v-402.4z" })); var reserve_default = Reserve; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=reserve.js.map