UNPKG

@web3sdks/chain-icons

Version:

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

44 lines (43 loc) 2.7 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/0x.tsx var x_exports = {}; __export(x_exports, { default: () => x_default }); module.exports = __toCommonJS(x_exports); var React = __toESM(require("react")); var ZeroX = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 89 90", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#231815", d: "M69.5 60.5c3.2 4.3 6.5 8.7 9.8 13.1-6.6 7.8-14.8 12.8-24.7 14.9-11 2.3-21.4.6-31.5-5 9-6.7 17.8-13.3 26.7-19.9 2 1.9 3.9 3.8 5.8 5.6 2.1 2 1.3 2.1 4 .6 3.7-2.1 6.8-5 9.2-8.5.1-.2.3-.4.4-.6-.1 0 0 0 .3-.2zm-39.3 8.8c-2.5 1.9-4.8 3.6-7.1 5.4-1.7 1.3-3.4 2.5-5.1 3.8-.7.6-1.2.6-2-.1C8.4 71.6 3.6 63.2 1.8 53.2 0 43.1 1.6 33.5 6.4 24.4c.1-.2.3-.5.4-.7 0-.1.1-.1.3-.2 6.6 8.7 13.3 17.4 19.9 26.1-.2.3-.3.5-.5.7-2 2.1-4 4.2-6.1 6.2-.6.6-.7 1.1-.3 1.8 2.1 4 5 7.3 8.6 10 .5.3.9.6 1.5 1zM67.5 7.2c-3.2 2.3-6.4 4.6-9.6 6.8-5.5 3.9-11 7.9-16.4 11.8-.7.5-1.2.6-1.8-.1-1.8-1.9-3.7-3.6-5.5-5.5-.5-.5-1-.6-1.7-.3-4.3 2.2-7.7 5.3-10.5 9.2-.2.2-.4.5-.6.8-1.6-2.1-3.1-4-4.6-6-1.6-2.1-3.1-4.2-4.6-6.2-.5-.7-.6-1.2.1-1.9C20 7.3 29.5 2.3 40.9 1.1c9-1 17.6.8 25.6 5.1.3.2.6.3.9.5 0 .3 0 .4.1.5zm16.3 60c-2.1-2.7-4-5.2-5.9-7.7-4.4-5.8-8.8-11.7-13.3-17.5-.6-.8-.6-1.3.1-2 1.9-1.9 3.7-3.8 5.6-5.7.5-.5.7-1 .3-1.7-2.2-4.2-5.2-7.7-9.1-10.5-.3-.2-.6-.5-1-.7.3-.3.6-.5.8-.7 3.8-2.9 7.6-5.7 11.4-8.6.6-.5 1.1-.7 1.8 0 9.5 8.6 14.6 19.3 15.1 32.2.2 7.5-1.5 14.6-4.9 21.3-.3.4-.6.9-.9 1.6z" })); var x_default = ZeroX; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=0x.js.map