cube-tui 0.1.7

Terminal UI timer and session manager for speedcubing, with optional web dashboard and BLE (GAN) timer support.
1
2
3
4
5
6
import { Moon, Sun } from "lucide-react";

export const DARK_ICON = <Moon aria-hidden="true" />;
export const LIGHT_ICON = <Sun aria-hidden="true" />;

export default DARK_ICON;