UNPKG

@web3sdkio/chain-icons

Version:

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

56 lines (55 loc) 2.29 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/basic-attention-token.tsx var basic_attention_token_exports = {}; __export(basic_attention_token_exports, { default: () => basic_attention_token_default }); module.exports = __toCommonJS(basic_attention_token_exports); var React = __toESM(require("react")); var BasicAttentionToken = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2000 1719", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#662d91", d: "m2000 1716.64-995.21-569.86L0 1719l2000-2.36z" }), /* @__PURE__ */ React.createElement("path", { fill: "#9e1f63", d: "m1005.11 0-.32 1146.78L2000 1716.64 1005.11 0z" }), /* @__PURE__ */ React.createElement("path", { fill: "#ff5000", d: "m0 1719 1004.79-572.22L1005.11 0 0 1719z" }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", stroke: "#ff5000", strokeMiterlimit: 10, strokeWidth: 25, d: "M1002.75 695.67 591.9 1381.92h823.54l-412.69-686.25z" })); var basic_attention_token_default = BasicAttentionToken; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {}); //# sourceMappingURL=basic-attention-token.js.map