UNPKG

@web3sdks/chain-icons

Version:

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

73 lines (72 loc) 2.54 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/okb.tsx var okb_exports = {}; __export(okb_exports, { default: () => okb_default }); module.exports = __toCommonJS(okb_exports); var React = __toESM(require("react")); var Okb = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 212 212", ...props }, /* @__PURE__ */ React.createElement("circle", { cx: 106, cy: 48, r: 48, fill: "#88bdf3" }), /* @__PURE__ */ React.createElement("circle", { cx: 106, cy: 164, r: 48, fill: "#3075ee" }), /* @__PURE__ */ React.createElement("circle", { cx: 164, cy: 106, r: 48, fill: "#5795f1" }), /* @__PURE__ */ React.createElement("circle", { cx: 48, cy: 106, r: 48, fill: "#205fec" }), /* @__PURE__ */ React.createElement("path", { fill: "#134bef", d: "M94.7 94.7a48 48 0 0 1-35.3-35.3 48.31 48.31 0 0 1 35.3 35.3Z" }), /* @__PURE__ */ React.createElement("path", { fill: "#0932e8", d: "M59.3 152.7a48 48 0 0 1 35.3-35.3 48.31 48.31 0 0 1-35.3 35.3Z" }), /* @__PURE__ */ React.createElement("path", { fill: "#164bea", d: "M117.3 117.3a48 48 0 0 1 35.3 35.3 48.31 48.31 0 0 1-35.3-35.3Z" }), /* @__PURE__ */ React.createElement("path", { fill: "#3170f1", d: "M152.7 59.3a48 48 0 0 1-35.3 35.3 48.31 48.31 0 0 1 35.3-35.3Z" })); var okb_default = Okb; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=okb.js.map