import { ThemeColor } from '../types' export function MirrorIcon({ color } : { color: ThemeColor }) { return ( ) } const iconStyle = { height: 16 }