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);
} }