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