UNPKG

@web3sdks/chain-icons

Version:

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

50 lines (49 loc) 1.99 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/ignis.tsx var ignis_exports = {}; __export(ignis_exports, { default: () => ignis_default }); module.exports = __toCommonJS(ignis_exports); var React = __toESM(require("react")); var Ignis = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 360 635", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#f9c011", d: "M280.054 87.9 149.254 0l-100.1 263 64 121.3 166.9-296.4z" }), /* @__PURE__ */ React.createElement("path", { fill: "#db712a", d: "m360.019 230.108-74.2-133-285.8 520.9h143.3l216.7-387.9z" }), /* @__PURE__ */ React.createElement("path", { fill: "#b7230f", d: "m278.878 424.213-118.2 210.8 191.2-115.4-73-95.4z" })); var ignis_default = Ignis; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=ignis.js.map