소스 검색

update to 508 lucide (#5275)

Khaleel Al-Adhami 1 주 전
부모
커밋
5459a3cd28
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      reflex/components/lucide/icon.py

+ 2 - 1
reflex/components/lucide/icon.py

@@ -10,7 +10,7 @@ from reflex.vars.sequence import LiteralStringVar, StringVar
 class LucideIconComponent(Component):
     """Lucide Icon Component."""
 
-    library = "lucide-react@0.507.0"
+    library = "lucide-react@0.508.0"
 
 
 class Icon(LucideIconComponent):
@@ -1161,6 +1161,7 @@ LUCIDE_ICON_LIST = [
     "paintbrush_2",
     "paintbrush_vertical",
     "palette",
+    "panda",
     "panel_bottom",
     "panel_bottom_close",
     "panel_bottom_dashed",