The new version 1.2.0 completly changes the naming of tabler icons.
This is not expected from a minor update. I therefore suppose it's something that's coming from the solid-icons package.
A reasonable fix to the problem would in that case be to mark the 1.1.0 namings for tabler icons as deprecated, and point them to the new namings.
Either that, or simply make 1.2.0 a major update. 2.0.0 for ex.
1.1.0
import {
TbChevronDown,
TbFileInvoice,
TbUserCog
} from 'solid-icons/tb';
1.2.0
import {
TbOutlineChevronDown,
TbOutlineFileInvoice,
TbOutlineUserCog
} from 'solid-icons/tb';
The new version
1.2.0completly changes the naming of tabler icons.This is not expected from a minor update. I therefore suppose it's something that's coming from the solid-icons package.
A reasonable fix to the problem would in that case be to mark the 1.1.0 namings for tabler icons as deprecated, and point them to the new namings.
Either that, or simply make 1.2.0 a major update. 2.0.0 for ex.
1.1.0
1.2.0