Add gap between text and icon
in the getTableHeaderActions, i want to apply some gap between text and icon in the action. how to?

protected function getTableHeaderActions(): array
{
return [
Action::make('create')
->label(__('Crear usuario'))
->icon('icons.add')
...