Skip to content

Commit d90df43

Browse files
1 parent 550f99c commit d90df43

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

assets/icons/ZulipIcons.ttf

212 Bytes
Binary file not shown.

assets/icons/video.svg

Lines changed: 8 additions & 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)