UNPKG

@web3sdkio/chain-icons

Version:

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

51 lines (50 loc) 2.23 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/elongate.tsx var elongate_exports = {}; __export(elongate_exports, { default: () => elongate_default }); module.exports = __toCommonJS(elongate_exports); var React = __toESM(require("react")); var Elongate = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", id: "Layer_1", x: 0, y: 0, viewBox: "0 0 127 108", ...props }, /* @__PURE__ */ React.createElement("style", null, ".st0{fill:#00baff}"), /* @__PURE__ */ React.createElement("path", { d: "m127.4 46.8-9-9-9-9-9-9-19.1 19.1v17.9l19.1-19.1 9 9.1-28.1 28.1-3.3 3.3V20.6l3.3-3.3L89.6 9 81.3.6l-.6-.6L78 2.7 65.3 15.3v93.5L78 96.1l3.3-3.3 37.1-37.1 9-8.9zm-98.9-9.1 19.1 19.1V38.9L28.5 19.8l-8.9 9z", className: "st0" }), /* @__PURE__ */ React.createElement("path", { d: "m46.7 0-.6.6L37.8 9l8.3 8.3 3.3 3.3v57.6l-3.3-3.3L18 46.8l-9-9-9 9 9 8.9 37.1 37.1 3.3 3.3 12.7 12.7V15.3L49.4 2.7z", className: "st0" })); var elongate_default = Elongate; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=elongate.js.map