basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
39 lines (37 loc) • 2.39 kB
JavaScript
;
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/linea_dark.tsx
var linea_dark_exports = {};
__export(linea_dark_exports, {
default: () => linea_dark_default
});
module.exports = __toCommonJS(linea_dark_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Linea_dark = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 256 256", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 256, height: 256, fill: "white" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 116, height: 122, transform: "translate(70 67)", fill: "white" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "mask0_4901_1919", style: {
maskType: "luminance"
}, maskUnits: "userSpaceOnUse", x: 70, y: 67, width: 116, height: 121, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M185.467 67.3063H70V187.94H185.467V67.3063Z", fill: "white" }) }),
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { mask: "url(#mask0_4901_1919)", children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M165.896 187.94H70V86.8811H91.9411V168.354H165.896V187.93V187.94Z", fill: "#121212" }),
/* @__PURE__ */ (0, import_jsx_runtime.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;