Skip to content

Commit 3e315b6

Browse files
1 parent d9a3d24 commit 3e315b6

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

assets/icons/ZulipIcons.ttf

136 Bytes
Binary file not shown.

assets/icons/video.svg

Lines changed: 1 addition & 0 deletions
Loading

lib/widgets/icons.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ abstract final class ZulipIcons {
198198
/// The Zulip custom icon "unmute".
199199
static const IconData unmute = IconData(0xf13a, fontFamily: "Zulip Icons");
200200

201+
/// The Zulip custom icon "video".
202+
static const IconData video = IconData(0xf13b, fontFamily: "Zulip Icons");
203+
201204
// END GENERATED ICON DATA
202205
}
203206

0 commit comments

Comments
 (0)