The ListItem component includes easy options to set the bullet icon and list (indentation) level.
<ListItem icon={<AiFillCaretRight />} level={1}>
Level 1
</ListItem>
<ListItem icon={<AiFillCaretRight />} level={2}>
Level 2
</ListItem>
<ListItem icon={<AiFillCaretRight />} level={3}>
Level 3
</ListItem>
npm i @anakin-gbit/list-item