File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -189,11 +189,14 @@ abstract final class ZulipIcons {
189189 /// The Zulip custom icon "topics".
190190 static const IconData topics = IconData (0xf137 , fontFamily: "Zulip Icons" );
191191
192+ /// The Zulip custom icon "trash".
193+ static const IconData trash = IconData (0xf138 , fontFamily: "Zulip Icons" );
194+
192195 /// The Zulip custom icon "two_person".
193- static const IconData two_person = IconData (0xf138 , fontFamily: "Zulip Icons" );
196+ static const IconData two_person = IconData (0xf139 , fontFamily: "Zulip Icons" );
194197
195198 /// The Zulip custom icon "unmute".
196- static const IconData unmute = IconData (0xf139 , fontFamily: "Zulip Icons" );
199+ static const IconData unmute = IconData (0xf13a , fontFamily: "Zulip Icons" );
197200
198201 // END GENERATED ICON DATA
199202}
You can’t perform that action at this time.
0 commit comments