UNPKG

@web3sdkio/chain-icons

Version:

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

76 lines (75 loc) 3.37 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/komodo.tsx var komodo_exports = {}; __export(komodo_exports, { default: () => komodo_default }); module.exports = __toCommonJS(komodo_exports); var React = __toESM(require("react")); var Komodo = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", "data-name": "Layer 1", viewBox: "0 0 148 148", ...props }, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("linearGradient", { id: "a", x1: 129.11, x2: 19.11, y1: 130.39, y2: 21.89, gradientTransform: "matrix(1 0 0 -1 0 150)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0.09, stopColor: "#00edd3" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.41, stopColor: "#1b456e" })), /* @__PURE__ */ React.createElement("linearGradient", { id: "b", x1: 129.14, x2: 52.14, y1: 131.85, y2: 53.85, gradientTransform: "matrix(1 0 0 -1 0 150)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0.4, stopColor: "#00edd3" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.89, stopColor: "#1b456e" }))), /* @__PURE__ */ React.createElement("path", { fill: "url(#a)", d: "M0 73.93a74 74 0 0 0 148 .25v-.56a72.67 72.67 0 0 0-2-16.9 7.95 7.95 0 0 0-15.47 3.63 58.22 58.22 0 1 1-43.06-42.9 7.94 7.94 0 0 0 9.53-5.9 7.83 7.83 0 0 0-5.85-9.49A73.91 73.91 0 0 0 2 56.72a75.71 75.71 0 0 0-2 17.21Z" }), /* @__PURE__ */ React.createElement("path", { fill: "url(#b)", d: "M111.58 19.47c-.13.13-.19.26-.26.32a11.86 11.86 0 0 0-3.18 7.07v1.27c0 .32-.06.57-.06.89A21.33 21.33 0 0 1 84.7 48.18a20.63 20.63 0 0 1-2.8-.44 12 12 0 0 1-1.6-.45 25.36 25.36 0 0 0-6.94-.76A27.89 27.89 0 0 0 55 53.91c-.25.25-.57.45-.83.76a27.74 27.74 0 1 0 39.19 39.21 28.21 28.21 0 0 0 3.12-3.75 27.8 27.8 0 0 0 4.21-22.34 14.3 14.3 0 0 1-.39-1.53c0-.07-.06-.13-.06-.26a21.35 21.35 0 0 1 16.05-25.65 16 16 0 0 1 3-.44l.44-.07a10 10 0 0 1 1.34-.06h.13a12 12 0 0 0 7.32-3.44c.45-.51.9-1 1.28-1.53a11.85 11.85 0 0 0-2.87-16.61 12 12 0 0 0-15.35 1.27Z" })); var komodo_default = Komodo; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=komodo.js.map