UNPKG

@web3sdks/chain-icons

Version:

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

71 lines (70 loc) 2.67 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/88mph.tsx var mph_exports = {}; __export(mph_exports, { default: () => mph_default }); module.exports = __toCommonJS(mph_exports); var React = __toESM(require("react")); var EightEightMph = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", viewBox: "0 0 250 250", ...props }, /* @__PURE__ */ React.createElement("circle", { cx: 125, cy: 125, r: 125 }), /* @__PURE__ */ React.createElement("linearGradient", { id: "a", x1: 124.655, x2: 124.655, y1: 52.323, y2: 189.503, gradientTransform: "matrix(1 0 0 -1 0 252)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, stopColor: "#ffe600" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.307, stopColor: "#faad14" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.672, stopColor: "#f7169c" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#3435f5" })), /* @__PURE__ */ React.createElement("path", { fill: "url(#a)", fillRule: "evenodd", d: "M137.6 193.1h-25.8c6.3 8.8 19.5 8.8 25.8 0zm4.7-8.1H107l-9.3-16.3h53.8l-9.2 16.3zm-49.2-24.5h63.1l9.3-16.3H83.9l9.2 16.3zM79.2 136 70 119.7h109.3L170 136H79.2zm-13.8-24.5H184l10.9-19.3H54.4l11 19.3zM49.9 84.1C45.7 73.8 53.2 62 64.7 62h119.8c11.6 0 19.1 11.8 14.8 22.1H49.9z", clipRule: "evenodd" })); var mph_default = EightEightMph; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=88mph.js.map