mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 02:29:55 +02:00
fix(shared): align action icons and storage refresh
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user