basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
12 lines (10 loc) • 666 B
JavaScript
// src/generated/chain/base_light.tsx
import { jsx, jsxs } from "react/jsx-runtime";
var Base_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: "#0052FF" }),
/* @__PURE__ */ jsx("path", { d: "M31.9266 52C42.9722 52 51.9266 43.0458 51.9266 32C51.9266 20.9543 42.9722 12 31.9266 12C21.4477 12 12.851 20.0589 11.9963 30.3169H41.6749V33.6474H11.9933C12.831 43.9225 21.4354 52 31.9266 52Z", fill: "white" })
] });
var base_light_default = Base_light;
export {
base_light_default
};