Added PersonPicture

This commit is contained in:
TheXamlGuy
2024-05-09 19:09:18 +01:00
parent ee7083d009
commit 711353c8e9
19 changed files with 1108 additions and 0 deletions
@@ -0,0 +1,8 @@
namespace Kromek.UI.Avalonia.Controls
{
public class FontIconSource : FluentAvalonia.UI.Controls.FontIconSource
{
}
}