Skip to content

Commit b1d902d

Browse files
sirpengignprice
authored andcommitted
1 parent 058b5e4 commit b1d902d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

assets/icons/ZulipIcons.ttf

208 Bytes
Binary file not shown.

assets/icons/star_filled.svg

Lines changed: 5 additions & 0 deletions
Loading

lib/widgets/icons.dart

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,17 @@ abstract final class ZulipIcons {
5757
/// The Zulip custom icon "read_receipts".
5858
static const IconData read_receipts = IconData(0xf10b, fontFamily: "Zulip Icons");
5959

60+
/// The Zulip custom icon "star_filled".
61+
static const IconData star_filled = IconData(0xf10c, fontFamily: "Zulip Icons");
62+
6063
/// 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");
6265

6366
/// 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");
6568

6669
/// 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");
6871

6972
// END GENERATED ICON DATA
7073
}

0 commit comments

Comments
 (0)