UNPKG

@web3sdks/chain-icons

Version:

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

59 lines (58 loc) 2.85 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/syscoin.tsx var syscoin_exports = {}; __export(syscoin_exports, { default: () => syscoin_default }); module.exports = __toCommonJS(syscoin_exports); var React = __toESM(require("react")); var Syscoin = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 228 218", ...props }, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("style", null, ".cls-1{fill:#008dd0;fill-rule:evenodd}")), /* @__PURE__ */ React.createElement("g", { id: "Layer_2", "data-name": "Layer 2" }, /* @__PURE__ */ React.createElement("g", { id: "Layer_1-2", "data-name": "Layer 1" }, /* @__PURE__ */ React.createElement("g", { id: "Layer_1-3", "data-name": "Layer_1" }, /* @__PURE__ */ React.createElement("g", { id: "_2621096421008", "data-name": 2621096421008 }, /* @__PURE__ */ React.createElement("path", { d: "M207.33 82.72C196 72 180 63.07 159.24 57.4h-.12c-49.4-13.44-67 18.35-27 38.39 45.41 22.72 51.72 59.93 26.09 83.2-6.53 5.92-27.75 17-47.27 19.66-31 4.3-65.4-2.29-93.36-11.17a147.09 147.09 0 0 0 51.15 25.64c43.59 12 96.24 3.16 131.13-27.17 35.14-30.59 38.5-73.95 7.47-103.23Zm-48.07-25.31.45.13Z", className: "cls-1" }), /* @__PURE__ */ React.createElement("path", { d: "M64.28 11A148.53 148.53 0 0 1 211 30.89c-52.2-16.6-92.7-15.16-119.27-4.47l-.39.16C58.53 40 47.16 67.47 61.44 92.31c7.69 13.39 21.25 23.4 35 30.27 36.36 18.21 25.18 46.1-14.19 41a95.2 95.2 0 0 1-12.94-2.65C-8 139.82-19.31 74.17 28.71 32.42A126.92 126.92 0 0 1 64.28 11Z", className: "cls-1" })))))); var syscoin_default = Syscoin; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=syscoin.js.map