fix(shared): align action icons and storage refresh

This commit is contained in:
2026-07-24 20:24:23 +02:00
parent c81cb7c8b6
commit 81e84b14f8
23 changed files with 220 additions and 32 deletions

View File

@@ -48,15 +48,19 @@ ICONS = (
IconSource("info", "info", "Info", "info", "info"),
IconSource("lock", "lock", "Lock Closed", "lock_closed", "lock"),
IconSource("megaphone", "campaign", "Megaphone", "megaphone", "megaphone"),
IconSource("more_vertical", "more_vert", "More Vertical", "more_vertical", "ellipsis-vertical"),
IconSource("moon", "dark_mode", "Weather Moon", "weather_moon", "moon"),
IconSource("nfc", "nfc", "Tap Double", "tap_double", "nfc"),
IconSource("qr_code", "qr_code_scanner", "QR Code", "qr_code", "qr-code"),
IconSource("radio", "cell_tower", "Cellular Data 1", "cellular_data_1", "radio-tower"),
IconSource("scan", "document_scanner", "Scan Type", "scan_type", "scan-line"),
IconSource("send", "send", "Send", "send", "send"),
IconSource("share", "share", "Share", "share", "share-2"),
IconSource("sparkles", "auto_awesome", "Sparkle", "sparkle", "sparkles"),
IconSource("settings", "settings", "Settings", "settings", "settings"),
IconSource("shield", "shield", "Shield", "shield", "shield"),
IconSource("shield_check", "verified_user", "Shield Checkmark", "shield_checkmark", "shield-check"),
IconSource("stop_circle", "stop_circle", "Stop", "stop", "circle-stop"),
IconSource("storage", "database", "Database", "database", "database"),
IconSource("sun", "light_mode", "Weather Sunny", "weather_sunny", "sun"),
IconSource("sync", "sync", "Arrow Sync", "arrow_sync", "refresh-cw"),