feat(icons): add visibility controls

This commit is contained in:
Codex
2026-08-22 11:24:07 +03:00
parent 51cb426c6b
commit c7e136cc14
4 changed files with 9 additions and 3 deletions
+4
View File
@@ -12,6 +12,8 @@ import {
Copy,
Database,
Download,
Eye,
EyeOff,
ExternalLink,
FileText,
FolderOpen,
@@ -62,6 +64,8 @@ const icons = {
database: Database,
download: Download,
edit: Pencil,
eye: Eye,
"eye-off": EyeOff,
expand: Maximize2,
external: ExternalLink,
file: FileText,