export default function Arrow({ color, width, height }: { color: string, width: number, height: number }) { return ( ) }