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 @@ -120,14 +120,17 @@ abstract final class ZulipIcons {
120
120
/// The Zulip custom icon "star_filled".
121
121
static const IconData star_filled = IconData (0xf120 , fontFamily: "Zulip Icons" );
122
122
123
+ /// The Zulip custom icon "three_person".
124
+ static const IconData three_person = IconData (0xf121 , fontFamily: "Zulip Icons" );
125
+
123
126
/// The Zulip custom icon "topic".
124
- static const IconData topic = IconData (0xf121 , fontFamily: "Zulip Icons" );
127
+ static const IconData topic = IconData (0xf122 , fontFamily: "Zulip Icons" );
125
128
126
129
/// The Zulip custom icon "unmute".
127
- static const IconData unmute = IconData (0xf122 , fontFamily: "Zulip Icons" );
130
+ static const IconData unmute = IconData (0xf123 , fontFamily: "Zulip Icons" );
128
131
129
132
/// The Zulip custom icon "user".
130
- static const IconData user = IconData (0xf123 , fontFamily: "Zulip Icons" );
133
+ static const IconData user = IconData (0xf124 , fontFamily: "Zulip Icons" );
131
134
132
135
// END GENERATED ICON DATA
133
136
}
You can’t perform that action at this time.
0 commit comments