UNPKG

@web3sdkio/chain-icons

Version:

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

59 lines (58 loc) 3.06 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/paxos-standard.tsx var paxos_standard_exports = {}; __export(paxos_standard_exports, { default: () => paxos_standard_default }); module.exports = __toCommonJS(paxos_standard_exports); var React = __toESM(require("react")); var PaxosStandard = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 374 352", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#0293d6", d: "M85 309a127 127 0 0 0 88 43 80 80 0 0 0 53-24 922 922 0 0 1 87-66l17-7c7-3 19-10 30-23 12-16 14-33 14-39a110 110 0 0 0-18-53A332 332 0 0 1 85 309z" }), /* @__PURE__ */ React.createElement("path", { fill: "#ebe638", d: "M123 25a80 80 0 0 1 58-25 52 52 0 0 1 38 13 174 174 0 0 0 98 32c9 1 27 4 39 19 9 12 10 25 10 31a139 139 0 0 1-10 45L123 25z" }), /* @__PURE__ */ React.createElement("path", { fill: "#bad147", d: "M85 309c-9-1-21-4-35-10s-31-13-42-32c-7-12-8-24-8-32a138 138 0 0 1 15-61 282 282 0 0 0 19-73l5-20c3-10 5-20 12-30l11-12a95 95 0 0 1 61-14 312 312 0 0 0-38 284z" }), /* @__PURE__ */ React.createElement("path", { fill: "#78b650", d: "M123 25c-1 0 54 3 88 15l28 12c-11-1-81-4-134 49-67 68-45 161-44 166a102 102 0 0 1-22-69 240 240 0 0 1 84-173z" }), /* @__PURE__ */ React.createElement("path", { fill: "#2f8260", d: "M257 272a200 200 0 0 0-18-220 137 137 0 0 1 76 40c12 10 27 25 41 48a295 295 0 0 1-99 132z" }), /* @__PURE__ */ React.createElement("path", { fill: "#085229", d: "M289 96c-16-27-39-39-49-44-8-2-83-14-140 41-46 44-49 101-49 112a171 171 0 0 0 36 104 238 238 0 0 0 90 0c15-3 50-9 80-35 4-4 48-45 51-110 0-11 0-39-19-68zm-36 145a99 99 0 0 1-73 32c-6 0-46-1-74-34-4-5-24-29-23-65 2-48 40-76 48-82 7-5 24-16 49-17 6-1 27-2 48 10 46 25 48 85 48 89 0 11 0 41-23 67z" })); var paxos_standard_default = PaxosStandard; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=paxos-standard.js.map