Sizing
By default, the size of all icons is 24px times 24px. The size is adjustable using the size prop and CSS.
Adjusting the icon size using the size prop
Adjusting the icon size via CSS
The CSS properties width and height can be used to adjust the icon size.
Dynamically change the icon size based on the font size
It is possible to resize icons based on font size. This can be accomplished by using the ems to resize based on font size. See this MDN article about ems.
Resizing with Tailwind
h-* and w-* utilities can be used to adjust the size of the icon.