Issue
Currently Ionic Ionic Framework do not have any icon for rupee sign.
Can anyone tell me how to display rupee sign using ion-icon ?
Solution
There is no Rupee symbol in ionicons font. You can use fontawesome:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<i class="fa fa-rupee"></i>
Answered By - Vlad Gor
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.