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) 2.15 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/zel.tsx var zel_exports = {}; __export(zel_exports, { default: () => zel_default }); module.exports = __toCommonJS(zel_exports); var React = __toESM(require("react")); var Zel = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 30 30", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#2b61d1", d: "M15.46 0A15.36 15.36 0 1 1 0 15.36 15.36 15.36 0 0 1 15.46 0Z" }), /* @__PURE__ */ React.createElement("g", { fill: "#fff" }, /* @__PURE__ */ React.createElement("path", { d: "m17.29 24.27-1.76 1-3.78-2.18 1.72-1h.07Zm6.76-13.74v2.05l-3.72-2.15-1-.58-1 .58-4.74 2.74-1 .58V15l-1.85-1.1-1-.58-1 .58-1.74.99v-4.36l8.52-4.91Z" }), /* @__PURE__ */ React.createElement("path", { d: "M24.05 14.91v5.47l-4.73 2.73-4.73-2.73v-5.47l4.74-2.73Zm-11.59 2.31v3.15l-2.73 1.57L7 20.37v-3.15l2.72-1.57Z" }))); var zel_default = Zel; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=zel.js.map