UNPKG

@web3sdks/chain-icons

Version:

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

72 lines (71 loc) 3.02 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/zilliqa.tsx var zilliqa_exports = {}; __export(zilliqa_exports, { default: () => zilliqa_default }); module.exports = __toCommonJS(zilliqa_exports); var React = __toESM(require("react")); var Zilliqa = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", id: "Layer_1", viewBox: "0 0 308 436", ...props }, /* @__PURE__ */ React.createElement("style", null, ".st0{fill:#49c1bf}.st2{fill:#298e97}"), /* @__PURE__ */ React.createElement("g", { transform: "translate(190.693 -109)" }, /* @__PURE__ */ React.createElement("path", { id: "path0_fill", d: "m117.4 289.2-62.8 28L-112 402l166.6 80.1V349.7l62.8-28.3V517l-62.8 28-245.3-117.4v-62.4l169.8-83.3-169.8-81.6V137l63.8-28 244.3 117.6v62.6z", className: "st0" })), /* @__PURE__ */ React.createElement("g", { transform: "translate(190.693 -109)" }, /* @__PURE__ */ React.createElement("path", { id: "path1_fill", fill: "#077a8f", d: "M-190.7 137 54.6 254.6l62.8-28L-126.9 109l-63.8 28z" })), /* @__PURE__ */ React.createElement("g", { transform: "translate(208.695 -100.365)" }, /* @__PURE__ */ React.createElement("path", { id: "path2_fill", d: "m36.6 245.7 62.8-28v62.6l-62.8 28v-62.6z", className: "st2" })), /* @__PURE__ */ React.createElement("g", { transform: "translate(190.693 -106.944)" }, /* @__PURE__ */ React.createElement("path", { id: "path3_fill", d: "M-190.7 135v63.3l169.8 81.6-169.8 83.3v62.4L54.6 543v-62.8L-112 400l166.6-84.8v-62.6L-190.7 135z", className: "st0" })), /* @__PURE__ */ React.createElement("g", { transform: "translate(208.695 -93.411)" }, /* @__PURE__ */ React.createElement("path", { id: "path4_fill", d: "m36.6 529 62.8-28V305.4l-62.8 28.3V529z", className: "st2" }))); var zilliqa_default = Zilliqa; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=zilliqa.js.map