import imports.test18938b.file;
class IconThemeGroup : IniLikeGroup
{
    this()
    {
        super("Icon Theme");
    }
    ///setter
    string inherits()() {
    }
}
import imports.test18938b.file;
class IconThemeGroup : IniLikeGroup
{
    this()
    {
        super("Icon Theme");
    }
    ///setter
    string inherits()() {
    }
}