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