// Phokus aperture mark — copied (not imported) from the desktop app so the // website stays decoupled from the Tauri renderer. Inherits currentColor. const BLADE = "M0,-4.18 A10,10 0 0 1 6.43,-7.66"; export function PhokusMark({ className, dotClassName, }: { className?: string; dotClassName?: string; }) { return ( ); }