add filled icons

This commit is contained in:
55nknown 2022-12-18 21:05:27 +01:00
parent 84e65d2b7a
commit 6791b1b0fc
4 changed files with 17 additions and 2 deletions

Binary file not shown.

View File

@ -25,4 +25,19 @@ class FilcIcons {
/// kupak /// kupak
static const IconData kupak = IconData(0x06, fontFamily: iconFontFamily); static const IconData kupak = IconData(0x06, fontFamily: iconFontFamily);
/// homefill
static const IconData homefill = IconData(0x07, fontFamily: iconFontFamily);
/// gradesfill
static const IconData gradesfill = IconData(0x08, fontFamily: iconFontFamily);
/// timetablefill
static const IconData timetablefill = IconData(0x09, fontFamily: iconFontFamily);
/// messagesfill
static const IconData messagesfill = IconData(0x0a, fontFamily: iconFontFamily);
/// absencesfill
static const IconData absencesfill = IconData(0x0b, fontFamily: iconFontFamily);
} }

@ -1 +1 @@
Subproject commit 2f7258d2cafae434dda5bcb78d1516526074fe49 Subproject commit 0a30a9c8edbaa8aadf5fc3cf0251df48fbf2f9d7

@ -1 +1 @@
Subproject commit c0589b93ef1d85eff61db664d483bb029baaac0a Subproject commit cb631de1e318747dd61859f2eb6e79caf8456f29