basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
9 lines (7 loc) • 591 B
JavaScript
// src/generated/chain/base_dark.tsx
import { jsx } from "react/jsx-runtime";
var Base_dark = (props) => /* @__PURE__ */ jsx("svg", { viewBox: "0 0 128 128", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M128 64C128 99.3462 99.2961 128 63.8883 128C30.2955 128 2.73697 102.208 0 69.3797H84.7409V58.6202H0C2.73697 25.7915 30.2955 0 63.8883 0C99.2961 0 128 28.6537 128 64Z", fill: "white" }) });
var base_dark_default = Base_dark;
export {
base_dark_default
};