UNPKG

@web3sdks/chain-icons

Version:

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

85 lines (84 loc) 2.7 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/polkadot-new.tsx var polkadot_new_exports = {}; __export(polkadot_new_exports, { default: () => polkadot_new_default }); module.exports = __toCommonJS(polkadot_new_exports); var React = __toESM(require("react")); var PolkadotNew = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", id: "Logo", x: 0, y: 0, viewBox: "0 0 1326 1410", ...props }, /* @__PURE__ */ React.createElement("style", null, ".st0{fill:#e6007a}"), /* @__PURE__ */ React.createElement("ellipse", { cx: 663, cy: 147.9, className: "st0", rx: 254.3, ry: 147.9 }), /* @__PURE__ */ React.createElement("ellipse", { cx: 663, cy: 1262.3, className: "st0", rx: 254.3, ry: 147.9 }), /* @__PURE__ */ React.createElement("ellipse", { cx: 180.5, cy: 426.5, className: "st0", rx: 254.3, ry: 148, transform: "rotate(-60 180.499 426.56)" }), /* @__PURE__ */ React.createElement("ellipse", { cx: 1145.6, cy: 983.7, className: "st0", rx: 254.3, ry: 147.9, transform: "rotate(-60 1145.575 983.768)" }), /* @__PURE__ */ React.createElement("ellipse", { cx: 180.5, cy: 983.7, className: "st0", rx: 148, ry: 254.3, transform: "rotate(-30 180.45 983.72)" }), /* @__PURE__ */ React.createElement("ellipse", { cx: 1145.6, cy: 426.6, className: "st0", rx: 147.9, ry: 254.3, transform: "rotate(-30 1145.522 426.601)" })); var polkadot_new_default = PolkadotNew; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=polkadot-new.js.map