Hi all,
Why is material icon “heart-circle” not showing in the below code segment. The other two are showing!
thanks
Hi all,
Why is material icon “heart-circle” not showing in the below code segment. The other two are showing!
thanks
these are the codes:
<div class="wrapper">
<p>
<f7-icon material="cancel" color="red"></f7-icon>
<f7-icon material="stars" color="blue"></f7-icon>
<f7-icon material="heart-circle" color="green"></f7-icon>
</p>
</div
material does not have heart-circle icon, its framework7 icon and its heart_circle with underscore:
<f7-icon f7="heart_circle" color="green"></f7-icon>
Thanks it worked. But how can I know an icon belongs to f7 and not material?
Thanks for the clarification and support.