'true', 'title' => $attributes['slot'], 'data-tooltip' => 'bottom', ]; $glyphSize = [ 'small' => 'text-sm', 'base' => 'text-lg', 'large' => 'text-2xl', ]; $allAttributes = [...$attributes, ...$iconButtonAttributes]; parent::__construct($allAttributes); $this->slot = icon($this->glyph, [ 'class' => $glyphSize[$this->size], ]); } }