It appears the problem stemmed from the parent theme (Responsive Pro) being updated and this eliminated the modification I had made to the functions.php file to include the Vimeo icon:
add_filter( ‘storm_social_icons_use_latest’, ‘__return_true’ );
I added this back in and it is working fine.
L