hello!
so make sure you have updated to the latest version of lay theme
the svg used as the custom play icon just has the size of the svg that you upload
but you can use custom css to change the size:
lay options → custom css & html → custom css:
img.html5video-customplayicon{
width: 200px!important;
}