Sizing
All icons are 24×24 px by default. The size can be adjusted using the size prop, CSS, or Tailwind CSS.
Adjusting size using the size prop
You can control the icon size by passing a value to the size prop.
Resizing with CSS
Icons can be resized using the Tailwind CSS utility classes w-{size} and h-{size} or size-{size}.
Resizing with Tailwind CSS
You can resize icons using Tailwind CSS utility classes.