Skip to content

Commit

Permalink
feat: add green_circle
Browse files Browse the repository at this point in the history
Closes #19
  • Loading branch information
tom-james-watson committed Nov 21, 2020
1 parent fe76963 commit f6fec5a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion static/emojis.json
Original file line number Diff line number Diff line change
Expand Up @@ -7536,11 +7536,17 @@
"category": "symbols"
},
"red_circle": {
"keywords": ["shape", "error", "danger"],
"keywords": ["shape", "error", "danger", "incorrect"],
"char": "🔴",
"fitzpatrick_scale": false,
"category": "symbols"
},
"green_circle": {
"keywords": ["shape", "success", "correct"],
"char": "🟢",
"fitzpatrick_scale": false,
"category": "symbols"
},
"large_blue_circle": {
"keywords": ["shape", "icon", "button"],
"char": "🔵",
Expand Down

0 comments on commit f6fec5a

Please sign in to comment.