Added slight smiling, slighting frowning, upside-down smiling, Canada, and Pakistan emojis

This commit is contained in:
Harrison Healey
2016-03-30 13:34:12 -04:00
parent 6cad40ecf4
commit bee8daf094
7 changed files with 50 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -8123,6 +8123,54 @@
, "tags": [
]
}
, {
"emoji": "🇨🇦"
, "description": "regional indicator symbol letter c + regional indicator symbol letter a"
, "aliases": [
"ca",
"eh"
]
, "tags": [
"canada"
]
}
, {
"emoji": "🇵🇰"
, "description": "regional indicator symbol letter p + regional indicator symbol letter k"
, "aliases": [
"pk"
]
, "tags": [
"pakistan"
]
}
, {
"emoji": "🙂"
, "description": "slightly smiling face"
, "aliases": [
"slightly_smiling_face"
]
, "tags": [
]
}
, {
"emoji": "🙁"
, "description": "slightly frowning face"
, "aliases": [
"slightly_frowning_face"
]
, "tags": [
]
}
, {
"emoji": "🙃"
, "description": "upside-down face"
, "aliases": [
"upside_down_face"
]
, "tags": [
]
}
, {
"aliases": [
"basecamp"

View File

@@ -7,7 +7,7 @@ import Constants from './constants.jsx';
import emojis from './emoji.json';
const emoticonPatterns = {
smile: /(^|\s)(:-?\))(?=$|\s)/g, // :)
slightly_smiling_face: /(^|\s)(:-?\))(?=$|\s)/g, // :)
wink: /(^|\s)(;-?\))(?=$|\s)/g, // ;)
open_mouth: /(^|\s)(:o)(?=$|\s)/gi, // :o
scream: /(^|\s)(:-o)(?=$|\s)/gi, // :-o
@@ -16,7 +16,7 @@ const emoticonPatterns = {
stuck_out_tongue_closed_eyes: /(^|\s)(x-d)(?=$|\s)/gi, // x-d
stuck_out_tongue: /(^|\s)(:-?p)(?=$|\s)/gi, // :p
rage: /(^|\s)(:-?[\[@])(?=$|\s)/g, // :@
frowning: /(^|\s)(:-?\()(?=$|\s)/g, // :(
slightly_frowning_face: /(^|\s)(:-?\()(?=$|\s)/g, // :(
cry: /(^|\s)(:[']-?\(|:'\(|:'\()(?=$|\s)/g, // :`(
confused: /(^|\s)(:-?\/)(?=$|\s)/g, // :/
confounded: /(^|\s)(:-?s)(?=$|\s)/gi, // :s