UNPKG

basicon

Version:

Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe

33 lines (31 loc) 1.81 kB
"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; 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 __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/generated/chain/lisk_dark.tsx var lisk_dark_exports = {}; __export(lisk_dark_exports, { default: () => lisk_dark_default }); module.exports = __toCommonJS(lisk_dark_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Lisk_dark = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 229.1 259", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("style", { children: ".st0 {\n fill: #fff;\n }" }) }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { className: "st0", points: "114.4 0 88.5 42.9 173.7 182.5 102.4 259 162.8 259 229.1 187.9 114.4 0" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { className: "st0", points: "86.6 215.9 55.5 182.5 107.8 96.6 81.7 53.9 0 187.9 66.3 259 88.3 259 128.7 215.9 86.6 215.9" }) ] }); var lisk_dark_default = Lisk_dark;