basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
12 lines (10 loc) • 608 B
JavaScript
// src/generated/chain/lisk_light.tsx
import { jsx, jsxs } from "react/jsx-runtime";
var Lisk_light = (props) => /* @__PURE__ */ 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__ */ 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__ */ 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;
export {
lisk_light_default
};