This adds support for letter identicons by using the `icon.isLetterIdenticon` flag: ```qml StatusListItem { title: "Some name" icon.isLetterIdenticon: true icon.background.color: "orange" } ``` Closes #239
StatusChatToolBar
StatusRoundIcon
StatusChatInfoToolBar