This action is used before the box title.
function my_custom_box_title(){
    echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />';
}
add_action('jaw_before_section_title', 'my_custom_box_title');
The result can look like this:
List of all hooks you can find HERE