const ArrowDownIcon = ({ width = 18, height = 18, color = "#4C4F6B", ...props }) => { return ( ); }; export default ArrowDownIcon;