This introduces the `StatusLetterIdenticon` component to StatusQ. Usage: ``` import StatusQ.Components 0.1 StatusLetterIdenticon { name: "#status" } ``` Closes #28
A `StatusIcon` that rotates infinitely and can be used for indicating pending states. Usage: ``` StatusLoadingIndicator { width: 24 // default: 17 height: 24 // default: 17 color: "red" // default: loading asset color } ``` Closes #7
Closes #5