UNPKG

@web3sdks/chain-icons

Version:

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

53 lines (52 loc) 2.63 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/origin-protocol.tsx var origin_protocol_exports = {}; __export(origin_protocol_exports, { default: () => origin_protocol_default }); module.exports = __toCommonJS(origin_protocol_exports); var React = __toESM(require("react")); var OriginProtocol = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 3500 3500", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#1a82ff", 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: "M2389.8 2470.6Q2162.55 2749 1750.6 2749t-639.3-278.4Q883.9 2192.05 884 1750.5t227.2-720q227.25-278.55 639.3-278.5t639.2 278.5q227.25 278.4 227.3 720t-227.2 720.1Z" }), /* @__PURE__ */ React.createElement("path", { fill: "#1a82ff", d: "M1747.4 2360.9q108.45 0 184.4-59.1t110-160.3q34-101.25 48-194.1t13.9-196.9q0-128.1-15.5-229.3l-622.9 649.1q86.4 190.5 282.1 190.6Zm6.2-1220.8q-108.45 0-184.4 59.1t-110 160.3q-34.2 101.25-48 194.1-14 92.85-13.9 196.9 0 68.55 4.4 129.4l594.1-619q-86.55-120.75-242.2-120.8Z" }), /* @__PURE__ */ React.createElement("path", { fill: "#1a82ff", d: "m932.4 2369.3-76.5-73.4 580.1-604.7 76.5 73.4-580.1 604.7Zm1093-631-76.5-73.4 580.1-604.7 76.5 73.4-580.1 604.7Z" })); var origin_protocol_default = OriginProtocol; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=origin-protocol.js.map