basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
13 lines (11 loc) • 768 B
JavaScript
// src/generated/chain/lisk_dark.tsx
import { jsx, jsxs } from "react/jsx-runtime";
var Lisk_dark = (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("defs", { children: /* @__PURE__ */ jsx("style", { children: ".st0 {\n fill: #fff;\n }" }) }),
/* @__PURE__ */ 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__ */ 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;
export {
lisk_dark_default
};