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.13 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/celo_dark.tsx var celo_dark_exports = {}; __export(celo_dark_exports, { default: () => celo_dark_default }); module.exports = __toCommonJS(celo_dark_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Celo_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.jsx)("rect", { width: 64, height: 64, fill: "#FFFF52" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "mask0_114_34", style: { maskType: "luminance" }, maskUnits: "userSpaceOnUse", x: 16, y: 16, width: 32, height: 32, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M48 16H16V48H48V16Z", fill: "white" }) }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { mask: "url(#mask0_114_34)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M48 16H16V48H47.9994V36.8298H42.6888C40.8582 40.9047 36.7378 43.7429 32.0223 43.7429C25.5216 43.7429 20.2571 38.433 20.2571 31.9776C20.2571 25.5223 25.5216 20.2577 32.0223 20.2577C36.8292 20.2577 40.9496 23.1879 42.7809 27.3536H48V16Z", fill: "black" }) }) ] }); var celo_dark_default = Celo_dark;