UNPKG

@web3sdkio/chain-icons

Version:

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

44 lines (43 loc) 3.56 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/rsk-infrastructure-framework.tsx var rsk_infrastructure_framework_exports = {}; __export(rsk_infrastructure_framework_exports, { default: () => rsk_infrastructure_framework_default }); module.exports = __toCommonJS(rsk_infrastructure_framework_exports); var React = __toESM(require("react")); var RskInfrastructureFramework = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 236 236", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#149dd9", d: "M55.7 82h53.5a.65.65 0 0 0 .6-.6V64.1a.65.65 0 0 0-.6-.6H55.7a.65.65 0 0 0-.6.6v17.3a.58.58 0 0 0 .6.6Zm36.2-31.7h17.3a.65.65 0 0 0 .6-.6V32.4a.65.65 0 0 0-.6-.6H91.9a.65.65 0 0 0-.6.6v17.3a.65.65 0 0 0 .6.6Zm-74 76.7H.6a.65.65 0 0 0-.6.6v17.3a.65.65 0 0 0 .6.6h17.3a.65.65 0 0 0 .6-.6v-17.3a.65.65 0 0 0-.6-.6Zm63.5 0H64.1a.65.65 0 0 0-.6.6v53.5a.65.65 0 0 0 .6.6h17.3a.65.65 0 0 0 .6-.6v-53.5a.65.65 0 0 0-.6-.6Zm105.8-17.3h17.3a.65.65 0 0 0 .6-.6V91.8a.65.65 0 0 0-.6-.6h-17.3a.65.65 0 0 0-.6.6v17.3a.53.53 0 0 0 .6.6Zm-31.8 0h17.3a.65.65 0 0 0 .6-.6V55.6a.65.65 0 0 0-.6-.6h-17.3a.65.65 0 0 0-.6.6v53.5a.58.58 0 0 0 .6.6ZM91.9 18.5h17.3a.65.65 0 0 0 .6-.6V.6a.65.65 0 0 0-.6-.6H91.9a.65.65 0 0 0-.6.6v17.3a.58.58 0 0 0 .6.6ZM49.7 127H32.4a.65.65 0 0 0-.6.6v17.3a.65.65 0 0 0 .6.6h17.3a.65.65 0 0 0 .6-.6v-17.3a.74.74 0 0 0-.6-.6Zm131.5 27.8h-53.5a.65.65 0 0 0-.6.6v17.3a.65.65 0 0 0 .6.6h53.5a.65.65 0 0 0 .6-.6v-17.3a.64.64 0 0 0-.6-.6Zm36.5-31.5h-75.8a.65.65 0 0 0-.6.6v16.8a.65.65 0 0 0 .6.6h75.8a.65.65 0 0 0 .6-.6v-16.8a.58.58 0 0 0-.6-.6Zm-72.8 63.2h-17.3a.65.65 0 0 0-.6.6v17.3a.65.65 0 0 0 .6.6h17.3a.65.65 0 0 0 .6-.6v-17.3a.58.58 0 0 0-.6-.6ZM95.5 96.1a.65.65 0 0 0-.6-.6H19.1a.65.65 0 0 0-.6.6v16.8a.65.65 0 0 0 .6.6h75.8a.65.65 0 0 0 .6-.6V96.1Zm140.7-4.8h-17.3a.65.65 0 0 0-.6.6v17.3a.65.65 0 0 0 .6.6h17.3a.65.65 0 0 0 .6-.6V91.9a.53.53 0 0 0-.6-.6Zm-123.3 50H96.1a.65.65 0 0 0-.6.6v75.8a.65.65 0 0 0 .6.6h16.8a.65.65 0 0 0 .6-.6v-75.8a.65.65 0 0 0-.6-.6ZM141.3 95V19.1a.65.65 0 0 0-.6-.6h-16.8a.65.65 0 0 0-.6.6V95a.65.65 0 0 0 .6.6h16.8a.65.65 0 0 0 .6-.6Zm3.6 123.3h-17.3a.65.65 0 0 0-.6.6v17.3a.65.65 0 0 0 .6.6h17.3a.65.65 0 0 0 .6-.6v-17.3a.53.53 0 0 0-.6-.6Z" })); var rsk_infrastructure_framework_default = RskInfrastructureFramework; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=rsk-infrastructure-framework.js.map