in src/main/java/org/apache/camel/kameleon/model/KameletComponent.java [25:29]
public KameletComponent(String name, String title, String description, String supportLevel, List<String> labels, String group, String icon) {
super(name, title, description, supportLevel, labels);
this.group = group;
this.icon = icon;
}