using System; using FluentIcons.Avalonia; class Test { static void Main() { // 尝试创建 SymbolIconSource var source = new SymbolIconSource(); } }