export default function CaretIcon({ width = 17, height = 16, color = "#000000", className = "" }) { return ( ); }