How to change Filamentphp Heroicon version?

Filamentphp is using Heroicon v1 as it says in the documentation.

But I wanted to change the version to v2. It wasn’t successful.

I installed the blade-ui-kit/blade-heroicons package and required it. Then I updated the composer.

"require": {
   "blade-ui-kit/blade-heroicons": "^1.2|^2.10",
}

The reason why I put ^1.2|^2.10 instead of ^2.10 for the version is that it gave me an error:

Problem 1
    - filament/forms[v2.16.0, ..., 2.x-dev] require blade-ui-kit/blade-heroicons ^1.2 -> found blade-ui-kit/blade-heroicons[1.2.0, 1.2.1, 1.3.0, 1.3.1] but it conflicts with your root 

But it still isn’t working.