Go to this file: /templates/ja_property/html/com_content/article/property.php
Look for this code (Line 240-248):
<?php if($this->item->featured): ?>
<span class="featured-label featured-label-yes">
<i class="icon ion-ios-heart"></i>
</span>
<?php else: ?>
<span class="featured-label featured-label-no">
<i class="icon ion-ios-heart"></i>
</span>
<?php endif ;?>
This is from IonIcons which supports some star icons, you can change above classes to:
icon ion-ios-star
icon ion-ios-star-half
icon ion-ios-star-outline