TryQuiet / quiet

A private, p2p alternative to Slack and Discord built on Tor & IPFS
https://www.tryquiet.org
GNU General Public License v3.0
1.89k stars 79 forks source link

Replace Icon component with stock MUI icons #2530

Open mike-kiss opened 1 month ago

mike-kiss commented 1 month ago

Currently, we are using our own Icon component which takes an src prop with a URL for a custom image. This is a problem for dark mode and is redundant with MUI's existing icon set. Let's remove all uses of the custom Icon component and replace them with appropriate icons from the MUI icon set.

If we need custom icons, MUI offers the SvgIcon component.