File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,17 @@ abstract final class ZulipIcons {
57
57
/// The Zulip custom icon "read_receipts".
58
58
static const IconData read_receipts = IconData (0xf10b , fontFamily: "Zulip Icons" );
59
59
60
+ /// The Zulip custom icon "star_filled".
61
+ static const IconData star_filled = IconData (0xf10c , fontFamily: "Zulip Icons" );
62
+
60
63
/// The Zulip custom icon "topic".
61
- static const IconData topic = IconData (0xf10c , fontFamily: "Zulip Icons" );
64
+ static const IconData topic = IconData (0xf10d , fontFamily: "Zulip Icons" );
62
65
63
66
/// The Zulip custom icon "unmute".
64
- static const IconData unmute = IconData (0xf10d , fontFamily: "Zulip Icons" );
67
+ static const IconData unmute = IconData (0xf10e , fontFamily: "Zulip Icons" );
65
68
66
69
/// The Zulip custom icon "user".
67
- static const IconData user = IconData (0xf10e , fontFamily: "Zulip Icons" );
70
+ static const IconData user = IconData (0xf10f , fontFamily: "Zulip Icons" );
68
71
69
72
// END GENERATED ICON DATA
70
73
}
You can’t perform that action at this time.
0 commit comments