feat(ui): Dragonflight redesign — foundation JSX files: icons.jsx

This commit is contained in:
Zac Gaetano 2026-05-22 08:13:01 -04:00
parent 3b1610a167
commit 14bfcabcaf

View file

@ -1,4 +1,5 @@
// icons.jsx - inline SVG icon set (lucide-style stroke icons)
// expose Icon component on window for all babel scripts to use
const ICONS = {
home: <path d="M3 11l9-8 9 8M5 9.5V21h14V9.5" />,