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