UNPKG

@web3sdks/chain-icons

Version:

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

66 lines (65 loc) 3.16 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/zcash.tsx var zcash_exports = {}; __export(zcash_exports, { default: () => zcash_default }); module.exports = __toCommonJS(zcash_exports); var React = __toESM(require("react")); var Zcash = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2500 2500", ...props }, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("linearGradient", { id: "a", x1: 782.84, x2: 799.34, y1: 165.91, y2: 165.91, gradientTransform: "rotate(-45 26055.877 126147.552) scale(122.41)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, stopColor: "#cf8724" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#fdce58" }))), /* @__PURE__ */ React.createElement("g", { "data-name": "Layer 2" }, /* @__PURE__ */ React.createElement("g", { "data-name": "Layer 1" }, /* @__PURE__ */ React.createElement("path", { fill: "url(#a)", d: "M1263.05 2297.61c-569.6 0-1034.57-465.43-1034.57-1034.56 0-569.6 465.44-1034.57 1034.57-1034.57 569.6 0 1034.56 465.44 1034.56 1034.57 0 569.6-464.96 1034.56-1034.56 1034.56Z" }), /* @__PURE__ */ React.createElement("path", { d: "M1250 2500C562.5 2500 0 1937.5 0 1250S562.5 0 1250 0s1250 562.5 1250 1250-562.5 1250-1250 1250Zm0-2222.06c-534.56 0-972.06 437.5-972.06 972.06s437.5 972.06 972.06 972.06 972.06-437.5 972.06-972.06-437.5-972.06-972.06-972.06Z" }), /* @__PURE__ */ React.createElement("path", { d: "M1221.05 1588.59h541.67v270.84h-319.6v229.16h-277.94v-222.06H831.85c0-90.44-13.73-180.4 7.1-263.73 7.1-41.67 55.4-83.34 90.43-125 104.17-125 208.34-250 319.61-375 41.66-48.77 83.33-90.44 132.1-145.83H860.26V686.13h305.39V457h270.84v222h333.33c0 90.43 13.73 180.4-7.1 263.73-7.1 41.67-55.4 83.33-90.44 125-104.16 125-208.33 250-319.6 375-41.68 48.8-83.33 97.09-131.63 145.86Z" })))); var zcash_default = Zcash; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=zcash.js.map