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')
      ...
Screenshot_2023-10-17_at_10.05.35.png
Was this page helpful?