Currently, there are no options to modify that, but you can add this custom CSS to the theme settings:
body .sh-nav li.menu-item-has-children > a:after,
body .sh-nav li.menu-item li.menu-item-has-children > a:after {
font: normal normal normal 14px/1 FontAwesome!important;
content: "\f107"!important;
}