UNPKG

basicon

Version:

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

32 lines (30 loc) 1.6 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_light.tsx var lisk_light_exports = {}; __export(lisk_light_exports, { default: () => lisk_light_default }); module.exports = __toCommonJS(lisk_light_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Lisk_light = (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)("polygon", { points: "115.4 0 89.5 42.9 174.7 182.5 103.4 259 163.8 259 230.1 187.9 115.4 0" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { points: "87.6 215.9 56.5 182.5 108.8 96.6 82.7 53.9 1 187.9 67.3 259 89.3 259 129.7 215.9 87.6 215.9" }) ] }); var lisk_light_default = Lisk_light;