File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -111,14 +111,17 @@ abstract final class ZulipIcons {
111
111
/// The Zulip custom icon "star_filled".
112
112
static const IconData star_filled = IconData (0xf11d , fontFamily: "Zulip Icons" );
113
113
114
+ /// The Zulip custom icon "three_person".
115
+ static const IconData three_person = IconData (0xf11e , fontFamily: "Zulip Icons" );
116
+
114
117
/// The Zulip custom icon "topic".
115
- static const IconData topic = IconData (0xf11e , fontFamily: "Zulip Icons" );
118
+ static const IconData topic = IconData (0xf11f , fontFamily: "Zulip Icons" );
116
119
117
120
/// The Zulip custom icon "unmute".
118
- static const IconData unmute = IconData (0xf11f , fontFamily: "Zulip Icons" );
121
+ static const IconData unmute = IconData (0xf120 , fontFamily: "Zulip Icons" );
119
122
120
123
/// The Zulip custom icon "user".
121
- static const IconData user = IconData (0xf120 , fontFamily: "Zulip Icons" );
124
+ static const IconData user = IconData (0xf121 , fontFamily: "Zulip Icons" );
122
125
123
126
// END GENERATED ICON DATA
124
127
}
You can’t perform that action at this time.
0 commit comments