*/ protected array $icons = []; /** * @param array $icons */ public function icons(array $icons): static { $this->icons = [ ...$this->icons, ...$icons, ]; return $this; } }