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