UNPKG

@web3sdkio/chain-icons

Version:

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

50 lines (49 loc) 1.97 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/ardor.tsx var ardor_exports = {}; __export(ardor_exports, { default: () => ardor_default }); module.exports = __toCommonJS(ardor_exports); var React = __toESM(require("react")); var Ardor = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1984 1726", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#1562a1", d: "M984.3 0 0 1719.5h490.8l747.4-1282L984.3 0z" }), /* @__PURE__ */ React.createElement("path", { fill: "#0c426c", d: "m525.7 1726.1 653.8-380.7-251.3-311.1-402.5 691.8z" }), /* @__PURE__ */ React.createElement("path", { fill: "#3c87c7", d: "m1411.9 748.7-471.4 257 590.4 720h453.3l-572.3-977z" })); var ardor_default = Ardor; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=ardor.js.map