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.12 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/civic.tsx var civic_exports = {}; __export(civic_exports, { default: () => civic_default }); module.exports = __toCommonJS(civic_exports); var React = __toESM(require("react")); var Civic = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1969 2000", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#3ab03e", d: "M1099.37 1077.85a234.47 234.47 0 0 0 131.06-210.66c0-129.41-104.63-234.29-233.59-234.29S763.2 737.77 763.2 867.18a234.32 234.32 0 0 0 131.16 210.66v289.36h205v-289.35M996.85 1750c-412.27 0-747.63-336.42-747.63-750s335.41-749.94 747.63-749.94c336.42 0 621.58 224 715.14 531.16h257.67C1870.24 334.17 1472.44 0 996.85 0 446.31 0 0 447.71 0 1000s446.31 1000 996.85 1000c475.59 0 873.39-334.17 972.82-781.23H1712C1618.37 1526 1333.27 1750 996.85 1750" })); var civic_default = Civic; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=civic.js.map