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.34 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/defichain.tsx var defichain_exports = {}; __export(defichain_exports, { default: () => defichain_default }); module.exports = __toCommonJS(defichain_exports); var React = __toESM(require("react")); var Defichain = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 72 72", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#ff00af", fillRule: "evenodd", d: "M36 0c19.9 0 36 16.1 36 36 0 19.7-15.8 35.7-35.4 36H36V41.7l-4.6 4.6-.6 11.4L35.6 72c-2.8 0-5.5-.4-8.2-1.1l-.7-.2-2.3-6.9-6.5 3.3c-2.4-1.4-4.6-3-6.6-4.9l-.5-.5 12.1-6.1.4-6.9-6.9.4-6.1 12.1c-1.9-2-3.6-4.2-5-6.5l-.4-.6 3.3-6.5-6.9-2.3C.6 42.6.2 39.9.1 37.2v-.7l14.4 4.8 11.4-.6 4.6-4.6-4.6-4.6-11.4-.6L0 35.6c0-2.8.4-5.6 1-8.2l.2-.7 6.9-2.3-3.3-6.5c1.4-2.4 3-4.6 4.9-6.6l.5-.5 6.1 12.1 6.9.4-.4-6.9-12.1-6.1c2-1.9 4.2-3.6 6.5-5l.6-.4 6.5 3.3 2.3-6.9C29.3.6 32 .2 34.7.1h.7l-4.8 14.3.6 11.4 4.6 4.6C36 30.3 36 0 36 0zm8 9.2v53.7C55.5 59.4 64 48.7 64 36c0-12.5-8.3-23.1-19.6-26.7l-.4-.1z", clipRule: "evenodd" })); var defichain_default = Defichain; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=defichain.js.map