import React from 'react'; function IconArrowUpDown(props: any) { return ( ); } export default IconArrowUpDown;