This PR updates the nr1 Icon which no longer uses the sizeType prop. Icon sizes can be adjusted via a size suffix on the icon type, but not all icons have this option.
There is only one size for the arrow and an inline style gets applied in the platform with the font size. We could use !important to get the icon to be larger, or just accept a style change with a smaller arrow.
This PR updates the nr1 Icon which no longer uses the sizeType prop. Icon sizes can be adjusted via a size suffix on the icon type, but not all icons have this option. There is only one size for the arrow and an inline style gets applied in the platform with the font size. We could use
!important
to get the icon to be larger, or just accept a style change with a smaller arrow.