using System.Collections.Generic; namespace MaterialDesignThemes.Wpf { /// ****************************************** /// This code is auto generated. Do not amend. /// ****************************************** internal static class PackIconDataFactory { internal static IDictionary Create() => new Dictionary { { PackIconKind.AutoGenerated, "data in here" }, { PackIconKind.DoNotAmend, "data in here" } }; } }