UNPKG

@web3sdkio/chain-icons

Version:

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

46 lines (45 loc) 2.16 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/syntropy.tsx var syntropy_exports = {}; __export(syntropy_exports, { default: () => syntropy_default }); module.exports = __toCommonJS(syntropy_exports); var React = __toESM(require("react")); var Syntropy = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28 28", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#050505", fillRule: "evenodd", d: "M26 10c-1.5-.8-3.3-.8-4.7 0l-7.1 4.1 7.1 4.1c1.5.8 3.3.8 4.7 0 1.5-.8 2.4-2.4 2.4-4.1 0-1.7-.9-3.3-2.4-4.1zM2.4 10C.9 10.8 0 12.4 0 14.1c0 1.7.9 3.2 2.4 4.1 1.5.8 3.3.8 4.7 0l7.1-4.1L7.1 10c-1.5-.8-3.3-.8-4.7 0zm7.7 15.8c.8 1.5 2.4 2.3 4.1 2.3 1.7 0 3.3-.9 4.1-2.3.8-1.5.8-3.2 0-4.7l-4.1-7-4.1 7c-.8 1.5-.8 3.2 0 4.7zm8.2-23.5C17.5.9 15.9 0 14.2 0c-1.7 0-3.3.9-4.1 2.3-.8 1.5-.8 3.2 0 4.7l4.1 7 4.1-7c.8-1.4.8-3.2 0-4.7z", clipRule: "evenodd" })); var syntropy_default = Syntropy; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=syntropy.js.map