Skip to content

Commit dd0c916

Browse files
committed
- added the three dotted icon to zulip icons ⋮
1 parent a9137f2 commit dd0c916

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

assets/icons/ZulipIcons.ttf

148 Bytes
Binary file not shown.

assets/icons/three_dots.svg

Lines changed: 7 additions & 0 deletions
Loading

lib/widgets/icons.dart

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,20 +177,23 @@ abstract final class ZulipIcons {
177177
/// The Zulip custom icon "star_filled".
178178
static const IconData star_filled = IconData(0xf133, fontFamily: "Zulip Icons");
179179

180+
/// The Zulip custom icon "three_dots".
181+
static const IconData three_dots = IconData(0xf134, fontFamily: "Zulip Icons");
182+
180183
/// The Zulip custom icon "three_person".
181-
static const IconData three_person = IconData(0xf134, fontFamily: "Zulip Icons");
184+
static const IconData three_person = IconData(0xf135, fontFamily: "Zulip Icons");
182185

183186
/// The Zulip custom icon "topic".
184-
static const IconData topic = IconData(0xf135, fontFamily: "Zulip Icons");
187+
static const IconData topic = IconData(0xf136, fontFamily: "Zulip Icons");
185188

186189
/// The Zulip custom icon "topics".
187-
static const IconData topics = IconData(0xf136, fontFamily: "Zulip Icons");
190+
static const IconData topics = IconData(0xf137, fontFamily: "Zulip Icons");
188191

189192
/// The Zulip custom icon "two_person".
190-
static const IconData two_person = IconData(0xf137, fontFamily: "Zulip Icons");
193+
static const IconData two_person = IconData(0xf138, fontFamily: "Zulip Icons");
191194

192195
/// The Zulip custom icon "unmute".
193-
static const IconData unmute = IconData(0xf138, fontFamily: "Zulip Icons");
196+
static const IconData unmute = IconData(0xf139, fontFamily: "Zulip Icons");
194197

195198
// END GENERATED ICON DATA
196199
}

0 commit comments

Comments
 (0)