UNPKG

@web3sdks/chain-icons

Version:

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

49 lines (48 loc) 2.5 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/crpt.tsx var crpt_exports = {}; __export(crpt_exports, { default: () => crpt_default }); module.exports = __toCommonJS(crpt_exports); var React = __toESM(require("react")); var Crpt = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#2992fb", fillRule: "evenodd", d: "M0 0h64v64H0V0z" }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "m44.28 18.57-1.15 1.15A15.75 15.75 0 0 0 33 16.1a15.94 15.94 0 0 0-15.9 14.83h-1.65A17.53 17.53 0 0 1 33 14.45a17.78 17.78 0 0 1 11.29 4.12ZM33 20.3a11.83 11.83 0 0 1 9.56 4.86L43.71 24a13.39 13.39 0 1 0 0 16.07l-1.15-1.15A11.77 11.77 0 1 1 33 20.3Zm12.61-.49L44.45 21a14.35 14.35 0 0 1 1.07 1.24L46.67 21a14.27 14.27 0 0 0-1.07-1.24ZM15.36 33.15A17.57 17.57 0 0 0 44.2 45.51L43 44.36A15.75 15.75 0 0 1 32.91 48 15.94 15.94 0 0 1 17 33.15h-1.64Zm29.08 10 1.15 1.15a14.33 14.33 0 0 0 1.08-1.3l-1.15-1.15a14.32 14.32 0 0 1-1.07 1.24ZM33 51.94a19.94 19.94 0 0 1 0-39.88 19.79 19.79 0 0 1 15.32 7.25l1.15-1.15A21.56 21.56 0 1 0 33 53.59a21.27 21.27 0 0 0 16.48-7.75l-1.15-1.15A19.53 19.53 0 0 1 33 51.94Z" })); var crpt_default = Crpt; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=crpt.js.map