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="🗓">
</Label>
</inputLayout:SfTextInputLayout.LeadingView>
</inputLayout:SfTextInputLayout>