refactor: Replace Lucide icons with UiIcons across various widgets to ensure consistency with the design system

This commit is contained in:
Achintha Isuru
2026-02-10 16:12:13 -05:00
parent c6448ad5c1
commit 77370a7688
10 changed files with 39 additions and 35 deletions

View File

@@ -234,4 +234,7 @@ class UiIcons {
/// Moon icon
static const IconData moon = _IconLib.moon;
/// Timer icon
static const IconData timer = _IconLib.timer;
}