UNPKG

@web3sdkio/chain-icons

Version:

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

93 lines (92 loc) 3.31 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/karatgold-coin.tsx var karatgold_coin_exports = {}; __export(karatgold_coin_exports, { default: () => karatgold_coin_default }); module.exports = __toCommonJS(karatgold_coin_exports); var React = __toESM(require("react")); var KaratgoldCoin = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 300 361", ...props }, /* @__PURE__ */ React.createElement("linearGradient", { id: "a", x1: 146.706, x2: 150.039, y1: 3.921, y2: 365.254, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, stopColor: "#f9f091" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.1, stopColor: "#e4c86d" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.135, stopColor: "#ddc370" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.2, stopColor: "#d5be74" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.21, stopColor: "#dbc271" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.234, stopColor: "#e2c76e" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.3, stopColor: "#e4c86d" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.4, stopColor: "#f9f091" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.5, stopColor: "#e3c86d" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.6, stopColor: "#d5be74" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.7, stopColor: "#e3c86d" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.8, stopColor: "#f9f091" }), /* @__PURE__ */ React.createElement("stop", { offset: 0.9, stopColor: "#e3c86d" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#d5be74" })), /* @__PURE__ */ React.createElement("path", { fill: "url(#a)", d: "m82.8 167.1-62 60V0h62zm164.4 119.7-82.8-115L289.1 0h-22L20.8 239.4V361h62V186.5l112.7 171.7zM251.8 0h-58.3L86.4 163.8zm-46.3 361H300l-47.3-69.9zM14.8 0H0v361h14.8z" })); var karatgold_coin_default = KaratgoldCoin; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=karatgold-coin.js.map