groupedIcon = $icon; return $this; } public function getGroupedIcon(): ?string { return $this->evaluate($this->groupedIcon) ?? $this->getIcon(); } }