stream-chat-react
stream-chat-react copied to clipboard
Expose message icons
Motivation
I would like to be able to replace the <DeliveredCheckIcon /> in the <MessageStatus /> component with my own.
Proposed solution
Allow me to pass a DeliveredCheckIcon prop in to MessageStatus?
https://github.com/GetStream/stream-chat-react/blob/master/src/components/Message/MessageStatus.tsx#L27
Acceptance Criteria
When a MessageStatus is invoked with a DeliveredCheckIcon prop
and the message status is 'received'
Then a user provided DeliveredCheckIcon is rendered