UNPKG

@web3sdks/chain-icons

Version:

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

50 lines (49 loc) 2.3 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/siacoin.tsx var siacoin_exports = {}; __export(siacoin_exports, { default: () => siacoin_default }); module.exports = __toCommonJS(siacoin_exports); var React = __toESM(require("react")); var Siacoin = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 404 404", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#20ee82", d: "M262.65 202v60.6H202a60.6 60.6 0 1 1 60.6-60.6m-59.8-101a101 101 0 1 0-6 202H303v-99.8c0-55.7-44.5-101.8-100.2-102.2" }), /* @__PURE__ */ React.createElement("path", { fill: "#7f8c8d", d: "M344.85 59.17a202 202 0 0 0-254.2-25.7 40.5 40.5 0 0 1 5.8 8.3 192.2 192.2 0 0 1 241.2 24.6c74.8 74.7 74.8 196.4 0 271.2s-196.5 74.8-271.3 0a192.2 192.2 0 0 1-24.5-241.2 40.1 40.1 0 0 1-8.3-5.8c-61.55 93-36 218.37 57 279.92s218.37 36 279.92-57a202 202 0 0 0-25.62-254.32" }), /* @__PURE__ */ React.createElement("path", { fill: "#20ee82", d: "M46.45 46.37a20.2 20.2 0 1 1 .07 28.57l-.07-.07a20.2 20.2 0 0 1 0-28.5" })); var siacoin_default = Siacoin; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=siacoin.js.map