Skip to content

Commit 8d36516

Browse files
added sparkles emoji
1 parent 52fb0d1 commit 8d36516

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

elementary/messages/blocks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class Icon(Enum):
1919
GEAR = "gear"
2020
BELL = "bell"
2121
GEM = "gem"
22+
SPARKLES = "sparkles"
2223

2324

2425
class TextStyle(Enum):

elementary/messages/formats/html.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
Icon.GEAR: "⚙️",
1515
Icon.BELL: "🔔",
1616
Icon.GEM: "💎",
17+
Icon.SPARKLES: "✨",
1718
}
1819

1920
for icon in Icon:

0 commit comments

Comments
 (0)