3 declare(strict_types=1);
    19     $f = $DIC->ui()->factory();
    22     $glyph = 
$f->symbol()->glyph()->search();
    23     $button = 
$f->button()->primary(
'search', 
'#')
    25     $button2 = $button->withLabel(
'');
    29         $button->withEngagedState(
true),
    30         $button->withUnavailableAction(
true),
    31         $f->divider()->vertical(),
    33         $button2->withEngagedState(
true),
    34         $button2->withUnavailableAction(
true),