UNPKG

@web3sdkio/chain-icons

Version:

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

48 lines (47 loc) 2.19 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/fusion.tsx var fusion_exports = {}; __export(fusion_exports, { default: () => fusion_default }); module.exports = __toCommonJS(fusion_exports); var React = __toESM(require("react")); var Fusion = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 218 218", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#1e9ada", fillRule: "evenodd", d: "M109.22 0A109.22 109.22 0 1 1 0 109.22 109.22 109.22 0 0 1 109.22 0Z" }), /* @__PURE__ */ React.createElement("path", { fill: "#fefefe", d: "M84.84 61c-27.09 41.55-43.73 99.25-50.22 118.85-3.65-37 15.62-87.36 29.73-117.13-6.49.3-41.09 2.74-60.26 22.55 0 0 10.35-31.8 70.11-41.45l.2-.41c46.77-68.37 81.87-27.53 81.87-27.53-21.31-3.56-39.87 7.11-55.7 24.48 7.71-.3 57.63-.91 72 38.6 0 0-28.92-20.72-87.76-18Zm33.79 47.64a21.74 21.74 0 1 0 21.71 21.74 21.69 21.69 0 0 0-21.71-21.74Z" })); var fusion_default = Fusion; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=fusion.js.map