Add new icons to represent other list types.
Sits alongside IconChecklist which already exists.
<IconBulletList /> <IconNumberedList />
As a result we have deprecated IconList in favour of the more specific list types. IconList will be removed in a future major version.
-<IconList /> +<IconBulletList />