Browse Source

Add chat icon (#2181)

Alek Petuskey 1 year ago
parent
commit
93dcc6300d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      reflex/components/media/icon.py

+ 1 - 0
reflex/components/media/icon.py

@@ -61,6 +61,7 @@ ICON_LIST: List[str] = [
     "attachment",
     "bell",
     "calendar",
+    "chat",
     "check_circle",
     "check",
     "chevron_down",