type UpDownArrowsIconProps = { width?: number; height?: number; color?: "string"; }; export default function UpDownArrowsIcon({ width, height, color, }: UpDownArrowsIconProps) { return ( <> ); }