Last active
August 29, 2015 14:25
-
-
Save mmoyles87/1e6dbaaddfcea8563d49 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
emoticons: [ | |
{ | |
image: '/assets/images/emoticons/caritas_07.png' | |
replacements: [':)', ':-)', '=)', '=-)'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_05.png' | |
replacements: [':D', ':-D'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_03.png' | |
replacements: ['o_o', 'O_O'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_09.png' | |
replacements: [':(', ':-('] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_16.png' | |
replacements: [':P', ':-P'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_17.png' | |
replacements: [':O', ':-O', ':o'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_18.png' | |
replacements: ['-_-'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_23.png' | |
replacements: ['>:(', ':['] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_24.png' | |
replacements: [':ninja:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_25.png' | |
replacements: [':nerd:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_26.png' | |
replacements: [':S', ':-S'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_31.png' | |
replacements: [':bashful:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_32.png' | |
replacements: [':crying:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_33.png' | |
replacements: [':puke:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_34.png' | |
replacements: [':love:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_39.png' | |
replacements: [':devil:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_40.png' | |
replacements: [':angel:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_41.png' | |
replacements: ['8)', '8-)', '(H)'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_42.png' | |
replacements: [':wtf:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_47.png' | |
replacements: [':sweating:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_48.png' | |
replacements: ['>:D'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_49.png' | |
replacements: [':spooked:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_50.png' | |
replacements: [':embarrassed:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_55.png' | |
replacements: ['O.o'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_56.png' | |
replacements: ['x-D'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_57.png' | |
replacements: [';)', ';-)'] | |
}, | |
{ | |
image: '/assets/images/emoticons/caritas_58.png' | |
replacements: [':\\', ':-\\'] | |
}, | |
{ | |
image: '/assets/images/emoticons/beer-chugger.gif' | |
replacements: [':beer:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/passing-joint-smiley-emoticon.gif' | |
replacements: [':passjoint:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/smoking-banana-smiley-emoticon.gif' | |
replacements: [':stonedbanana:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/stoned-smiley.gif' | |
replacements: [':stoned:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/high-five-smiley-emoticon.gif' | |
replacements: ['^5'] | |
}, | |
{ | |
image: '/assets/images/emoticons/shit-hits-the-fan.gif' | |
replacements: [':shitfan:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/poop.png' | |
replacements: [':poop:'] | |
}, | |
{ | |
image: '/assets/images/emoticons/roflcopter.gif' | |
replacements: [':roflcopter:'] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment