Hi Choi,
Thank you for getting back to us. We have now located the
icons for the user and key. You can use "e-icons e-user" for
the user icon and "oi oi-key" for the key icon. Here's the
code snippet for reference:
|
await textObj.AddIconAsync("append", "e-icons
e-user");
await textObj1.AddIconAsync("append", "oi
oi-key");
|
Additionally, we have implemented a sample using these
icons. You can check it out here:
Sample: https://blazorplayground.syncfusion.com/LDBfNJhnLCHCqCRb

Furthermore, you can find the icons in the
following list based on the theme you are using:
Documentation: https://blazor.syncfusion.com/documentation/appearance/icons#icons-list
Regards,
Yohapuja S