Last active
December 27, 2015 18:06
-
-
Save anroots/3fe5b38ec8ce9acefafa to your computer and use it in GitHub Desktop.
A list of Fleep emoticons
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
<?php | |
return [ | |
'Smile, life is beautiful' => [':-)', ':)', ':=)'], | |
'Sad, not OK' => [':-(', ':(', ':=('], | |
'Winky smile' => [';-)', ';)', ';=)'], | |
'Laughing out loud, LOL' => [':-D', ':D', ':=D'], | |
'Oh, surprise!' => [':-O', ':O', ':=O'], | |
'I’m worried' => [':-S', ':S'], | |
'Meh, don’t care' => [':-/', ':/'], | |
'I’m angry, grrr!' => ['X-(', 'X(', ':@', ':-@', ':=@', 'X=('], | |
'Cheeky smile with tongue' => [':-P', ':P', ':=P'], | |
'Thank you!' => ['((bow))', '((thanks))', '((ty))'], | |
'Yes, awesome!' => ['((Y))'], | |
'No, I don’t agree.' => ['((N))'], | |
'It’s sunny outside!' => ['((sun))', '((sunny))'], | |
'For the rainy days' => ['((umbrella))'], | |
'Christmas is coming!' => ['((santa))', '((kraana))'], | |
'Oh, winter is coming.' => ['((snowman))'], | |
'Working hard' => ['((work))', '((gwb))'], | |
'On the phone'=>['((phone))'], | |
'Fix it!' => ['((tool))', '((wrench))', '((repair))'], | |
'Stuff to do' => ['((todo))'], | |
'This is done!' => ['((done))'], | |
'I have an idea!' => ['((idea))', '((i))'], | |
'Pivot this, startups!' => ['((pivot))'], | |
'Time is now' => ['((clock))', '((O))'], | |
'Is it beer o’clock already?' => ['((beer))'], | |
'Time for drinks' => ['((drink))', '((D))'], | |
'Coffee or tea?' => ['((coffee))', '((tea))'], | |
'It’s pizza-time' => ['((food))', '((pizza))', '((italy))'], | |
'Party on!' => ['((party))'], | |
'A flower for you...' => ['((flower))', '((F))'], | |
'I want candy!' => ['((candy))'], | |
'Happy birthday, here’s a present' => ['((gift))'], | |
'I “heart” you!' => ['((heart))', '((love))', '((H))', '((L))'], | |
'Did you water my plants?' => ['((plant))', '((alo))'], | |
'The cat’s out of the bag' => ['((cat))'], | |
'For the wandering eyes' => ['((boobs))'], | |
'For those not so great moments' => ['((poop))'] | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment