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) • 984 B
JavaScript
// src/generated/chain/mode_light.tsx
import { jsx, jsxs } from "react/jsx-runtime";
var Mode_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__ */ jsxs("g", { clipPath: "url(#clip0_6_125)", children: [
/* @__PURE__ */ jsx("rect", { width: 64, height: 64, fill: "#DFFE00" }),
/* @__PURE__ */ 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__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_6_125", children: /* @__PURE__ */ jsx("rect", { width: 64, height: 64, fill: "white" }) }) })
] });
var mode_light_default = Mode_light;
export {
mode_light_default
};