Where do i get the list of default icons codes?


I already added the nuget package of Syncfusion.Xamarin.Buttons in order to use SfTextInputLayout, and in the sample you have a icon in your label´s text.

My question is, where does this icon comes from? Where is the list of default icons? I need another icons in my app, but i don´t know how to reference them.

This is the code where you set the icon:
<inputLayout:SfTextInputLayout
    Hint="Birth date"
    LeadingViewPosition="Inside" >
    <Entry />
    <inputLayout:SfTextInputLayout.LeadingView>
       <Label
           Text="&#x1F5D3;">     
       </Label>
    </inputLayout:SfTextInputLayout.LeadingView>
 </inputLayout:SfTextInputLayout>

1 Reply

AS Anandraj Selvam Syncfusion Team April 24, 2020 08:32 AM UTC

Hi Eduardo,  
  
We would like to let you know that we have Syncfusion Metro Studio to create unique icons. To know more about creating icons and how to set font family in labels, please go through the below links:  
  
  
  
  
Regards,  
 Anand Raj S.

Loader.
Up arrow icon