UNPKG

@web3sdks/chain-icons

Version:

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

90 lines (89 loc) 3.46 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/blockstamp.tsx var blockstamp_exports = {}; __export(blockstamp_exports, { default: () => blockstamp_default }); module.exports = __toCommonJS(blockstamp_exports); var React = __toESM(require("react")); var Blockstamp = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#ffbc00", fillRule: "evenodd", d: "M18 36a18 18 0 0 0 0-36v2.19a15.81 15.81 0 0 1 0 31.62Z" }), /* @__PURE__ */ React.createElement("path", { fill: "#ffbc00", fillRule: "evenodd", d: "M2.19 18H0a18 18 0 0 0 18 18v-2.19A15.82 15.82 0 0 1 2.19 18", opacity: 0.3 }), /* @__PURE__ */ React.createElement("path", { fill: "#ffbc00", fillRule: "evenodd", d: "M6.42 18a11.58 11.58 0 0 0 23.16 0h2.19a13.77 13.77 0 0 1-27.54 0Z" }), /* @__PURE__ */ React.createElement("path", { fill: "#ffbc00", fillRule: "evenodd", d: "M18 6.42V4.23A13.79 13.79 0 0 0 4.23 18h2.19A11.59 11.59 0 0 1 18 6.42", opacity: 0.3, style: { isolation: "isolate" } }), /* @__PURE__ */ React.createElement("path", { fill: "#ffbc00", fillRule: "evenodd", d: "M18 10.64a7.36 7.36 0 0 0 0 14.72v2.19a9.55 9.55 0 0 1 0-19.1" }), /* @__PURE__ */ React.createElement("path", { fill: "#ffbc00", fillRule: "evenodd", d: "M18 8.45v2.19A7.37 7.37 0 0 1 25.36 18h2.19A9.57 9.57 0 0 0 18 8.45", opacity: 0.3, style: { isolation: "isolate" } }), /* @__PURE__ */ React.createElement("path", { fill: "#ffbc00", fillRule: "evenodd", d: "M18 12.68a5.32 5.32 0 0 1 0 10.64v-2.19a3.13 3.13 0 0 0 0-6.26" }), /* @__PURE__ */ React.createElement("path", { fill: "#ffbc00", fillRule: "evenodd", d: "M18 12.68A5.33 5.33 0 0 0 12.68 18h2.19A3.13 3.13 0 0 1 18 14.87Z", opacity: 0.3, style: { isolation: "isolate" } }), /* @__PURE__ */ React.createElement("path", { fill: "#ffbc00", fillRule: "evenodd", d: "m24.71 24.77-1.55-1.55A7.34 7.34 0 0 1 21 24.7l.92 2a9.74 9.74 0 0 0 2.76-1.92M10.42 1.67a17.83 17.83 0 0 0-5.19 3.62l1.5 1.6a15.55 15.55 0 0 1 4.61-3.23Zm20.04 10.58a13.54 13.54 0 0 0-2.77-4L26.11 9.8a11.17 11.17 0 0 1 2.36 3.37Z" })); var blockstamp_default = Blockstamp; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=blockstamp.js.map