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) • 574 B
JavaScript
// src/generated/chain/unichain_dark.tsx
import { jsx } from "react/jsx-runtime";
var unichain_dark = (props) => /* @__PURE__ */ jsx("svg", { viewBox: "0 0 245 244", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: /* @__PURE__ */ jsx("path", { d: "M244.729 119.679C178.601 119.679 125.051 66.0743 125.051 0H120.408V119.679H0.729492V124.321C66.8578 124.321 120.408 177.926 120.408 244H125.051V124.321H244.729V119.679Z", fill: "#F50DB4" }) });
var unichain_dark_default = unichain_dark;
export {
unichain_dark_default
};