UNPKG

basicon

Version:

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

35 lines (33 loc) 2.07 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/mode_dark.tsx var mode_dark_exports = {}; __export(mode_dark_exports, { default: () => mode_dark_default }); module.exports = __toCommonJS(mode_dark_exports); var import_jsx_runtime = require("react/jsx-runtime"); var mode_dark = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { clipPath: "url(#clip0_6_125)", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 64, height: 64, fill: "#DFFE00" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M32.9658 34.5686L38.8567 17.0667H48.3556V47.6444H41.9767V32.4073L44.5256 23.7149L42.7103 23.0333L34.4264 47.6437H29.5737L21.2897 23.0333L19.4744 23.7149L22.0233 32.4073V47.6444H15.6444V17.0667H25.1432L31.0342 34.5686V39.7037H32.9658V34.5686Z", fill: "#18181B" }) ] }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "clip0_6_125", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 64, height: 64, fill: "white" }) }) }) ] }); var mode_dark_default = mode_dark;