UNPKG

@web3sdks/chain-icons

Version:

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

62 lines (61 loc) 2.5 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/bzx-protocol.tsx var bzx_protocol_exports = {}; __export(bzx_protocol_exports, { default: () => bzx_protocol_default }); module.exports = __toCommonJS(bzx_protocol_exports); var React = __toESM(require("react")); var BzxProtocol = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", viewBox: "0 0 80 80", ...props }, /* @__PURE__ */ React.createElement("linearGradient", { id: "a", x1: 74.8, x2: 10.8, y1: 7.2, y2: 71.2, gradientTransform: "matrix(1 0 0 -1 0 82)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0.159, stopColor: "#003cda" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#33dfcc" })), /* @__PURE__ */ React.createElement("path", { fill: "url(#a)", d: "M0 16C0 7.2 7.2 0 16 0h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H16C7.2 80 0 72.8 0 64V16z" }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", d: "M32 0h-8v18.4h8V0zm13.5 56.7H34.9c-6 0-10.9-4.9-10.9-10.9V38h8v7.7c0 1.6 1.3 2.9 2.9 2.9h10.6c1.6 0 2.9-1.3 2.9-2.9V35.2c0-1.6-1.3-2.9-2.9-2.9H0v-8h45.5c6 0 10.9 4.9 10.9 10.9v10.6c0 6-4.9 10.9-10.9 10.9z" })); var bzx_protocol_default = BzxProtocol; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=bzx-protocol.js.map