Skip to content

Commit 31fc153

Browse files
chrisbobbegnprice
authored andcommitted
1 parent b144d62 commit 31fc153

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

assets/icons/ZulipIcons.ttf

312 Bytes
Binary file not shown.

assets/icons/trash.svg

Lines changed: 5 additions & 0 deletions
Loading

lib/widgets/icons.dart

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)