UNPKG

basicon

Version:

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

15 lines (13 loc) 1.06 kB
// src/generated/chain/celo_light.tsx import { jsx, jsxs } from "react/jsx-runtime"; var celo_light = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ jsx("rect", { width: 64, height: 64, fill: "#FFFF52" }), /* @__PURE__ */ jsx("mask", { id: "mask0_114_34", style: { maskType: "luminance" }, maskUnits: "userSpaceOnUse", x: 16, y: 16, width: 32, height: 32, children: /* @__PURE__ */ jsx("path", { d: "M48 16H16V48H48V16Z", fill: "white" }) }), /* @__PURE__ */ jsx("g", { mask: "url(#mask0_114_34)", children: /* @__PURE__ */ 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_light_default = celo_light; export { celo_light_default };