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