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.35 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/vertcoin.tsx var vertcoin_exports = {}; __export(vertcoin_exports, { default: () => vertcoin_default }); module.exports = __toCommonJS(vertcoin_exports); var React = __toESM(require("react")); var Vertcoin = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1692 1709", ...props }, /* @__PURE__ */ React.createElement("g", { fillRule: "evenodd" }, /* @__PURE__ */ React.createElement("path", { fill: "#048657", d: "M1440.08 245.48q-7.38-7.08-14.89-13.89L835 1057.36 609.49 766.77H242.41L139.25 885.43h191.93l458.24 598.14q22.94 21.79 45.58 21.79t43.19-21.79l724.54-1012.24q-6.29-13-13-25.75c65.72 121.51 103.08 260.91 103.08 409.11 0 472-378.95 854.7-846.41 854.7S0 1326.73 0 854.69 379 0 846.42 0c231.27 0 440.89 93.67 593.66 245.48Z" }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", d: "m139.25 885.43 103.16-118.66h367.08L835 1057.36l590.19-825.77q52.72 47.76 98.37 109a797.7 797.7 0 0 1 79.17 130.76L878.19 1483.57q-20.54 21.79-43.19 21.79t-45.58-21.79L331.18 885.43Z" }))); var vertcoin_default = Vertcoin; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=vertcoin.js.map