basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
19 lines (17 loc) • 1.27 kB
JavaScript
// src/generated/chain/linea_dark.tsx
import { jsx, jsxs } from "react/jsx-runtime";
var Linea_dark = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 256 256", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ jsx("rect", { width: 256, height: 256, fill: "white" }),
/* @__PURE__ */ jsx("rect", { width: 116, height: 122, transform: "translate(70 67)", fill: "white" }),
/* @__PURE__ */ jsx("mask", { id: "mask0_4901_1919", style: {
maskType: "luminance"
}, maskUnits: "userSpaceOnUse", x: 70, y: 67, width: 116, height: 121, children: /* @__PURE__ */ jsx("path", { d: "M185.467 67.3063H70V187.94H185.467V67.3063Z", fill: "white" }) }),
/* @__PURE__ */ jsxs("g", { mask: "url(#mask0_4901_1919)", children: [
/* @__PURE__ */ jsx("path", { d: "M165.896 187.94H70V86.8811H91.9411V168.354H165.896V187.93V187.94Z", fill: "#121212" }),
/* @__PURE__ */ jsx("path", { d: "M165.896 106.456C176.705 106.456 185.467 97.692 185.467 86.8812C185.467 76.0703 176.705 67.3063 165.896 67.3063C155.087 67.3063 146.324 76.0703 146.324 86.8812C146.324 97.692 155.087 106.456 165.896 106.456Z", fill: "#121212" })
] })
] });
var linea_dark_default = Linea_dark;
export {
linea_dark_default
};