export function ThemePreviewSystem(props: React.SVGProps) { return ( {/* Diagonal clip for light (top-left) */} {/* Diagonal clip for dark (bottom-right) */} {/* Light side (top-left diagonal) */} {/* Dark side (bottom-right diagonal) */} ) } export function ThemePreviewLight(props: React.SVGProps) { return ( ) } export function ThemePreviewDark(props: React.SVGProps) { return ( ) }