I want to add a custom play icon to the Video Module and at the moment I have had to modify the plugin to add a new option 7
/wp-content/plugins/addons-for-divi/includes/modules/divi-4/VideoModal/VideoModal.php
'7' => esc_html__('Icon 7', 'addons-for-divi'),
'7' => '<img src="https://domain.com/play-animation-01.gif" alt="Play Video">',
I know however that any updates to the plugin and my changes will get wiped out, is there a way to add custom icons to the module that wont get wiped on plugin updates?