UNPKG

@web3sdkio/chain-icons

Version:

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

66 lines (65 loc) 3 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/ethereum-classic.tsx var ethereum_classic_exports = {}; __export(ethereum_classic_exports, { default: () => ethereum_classic_default }); module.exports = __toCommonJS(ethereum_classic_exports); var React = __toESM(require("react")); var EthereumClassic = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1543 2499", ...props }, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("style", null, ".cls-2{fill:#0b8311}")), /* @__PURE__ */ React.createElement("g", { id: "Layer_2", "data-name": "Layer 2" }, /* @__PURE__ */ React.createElement("g", { id: "svg8" }, /* @__PURE__ */ React.createElement("g", { id: "layer5" }, /* @__PURE__ */ React.createElement("g", { id: "g1627" }, /* @__PURE__ */ React.createElement("path", { id: "path1599", fill: "#3ab83a", d: "M0 1361.05c271.87 144.38 555.56 295.51 774.67 412.45L1543 1361.05c-278.2 413.29-510 757.36-768.33 1138.15C515.88 2119.25 230.08 1700 0 1361.05Zm29.55-114L775.51 849l736.25 395.14-735.83 398.49Zm745.12-525.58L0 1129.28 771.29 0 1543 1131.81 774.67 721.47Z" }), /* @__PURE__ */ React.createElement("path", { id: "path1593", d: "M774.67 1773.5 1543 1361.05C1264.8 1774.34 774.67 2499.2 774.67 2499.2Zm.84-924.5 736.25 395.14-735.83 398.49-.42-793.63Zm-.84-127.5L771.29 0 1543 1131.81Z", className: "cls-2" }), /* @__PURE__ */ React.createElement("path", { id: "path1603", d: "m29.55 1247.06 746 61.22 736.25-63.75-735.87 398.52Z", className: "cls-2" }), /* @__PURE__ */ React.createElement("path", { id: "path1606", fill: "#146714", d: "m775.51 1308.28 736.25-63.75-735.83 398.52-.42-334.77Z" })))))); var ethereum_classic_default = EthereumClassic; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=ethereum-classic.js.map