@grammyjs/emoji
Version:
Use emoji names instead of Unicode strings. Copy-pasting emoji sucks.
77 lines (76 loc) โข 2.75 kB
TypeScript
declare const _default: {
readonly thumbs_up: "๐";
readonly thumbs_down: "๐";
readonly red_heart: "โค";
readonly fire: "๐ฅ";
readonly smiling_face_with_hearts: "๐ฅฐ";
readonly clapping_hands: "๐";
readonly beaming_face_with_smiling_eyes: "๐";
readonly thinking_face: "๐ค";
readonly exploding_head: "๐คฏ";
readonly face_screaming_in_fear: "๐ฑ";
readonly face_with_symbols_on_mouth: "๐คฌ";
readonly crying_face: "๐ข";
readonly party_popper: "๐";
readonly star_struck: "๐คฉ";
readonly face_vomiting: "๐คฎ";
readonly pile_of_poo: "๐ฉ";
readonly folded_hands: "๐";
readonly ok_hand: "๐";
readonly dove: "๐";
readonly clown_face: "๐คก";
readonly yawning_face: "๐ฅฑ";
readonly woozy_face: "๐ฅด";
readonly smiling_face_with_heart_eyes: "๐";
readonly spouting_whale: "๐ณ";
readonly heart_on_fire: "โคโ๐ฅ";
readonly new_moon_face: "๐";
readonly hot_dog: "๐ญ";
readonly hundred_points: "๐ฏ";
readonly rolling_on_the_floor_laughing: "๐คฃ";
readonly high_voltage: "โก";
readonly banana: "๐";
readonly trophy: "๐";
readonly broken_heart: "๐";
readonly face_with_raised_eyebrow: "๐คจ";
readonly neutral_face: "๐";
readonly strawberry: "๐";
readonly bottle_with_popping_cork: "๐พ";
readonly kiss_mark: "๐";
readonly middle_finger: "๐";
readonly smiling_face_with_horns: "๐";
readonly sleeping_face: "๐ด";
readonly loudly_crying_face: "๐ญ";
readonly nerd_face: "๐ค";
readonly ghost: "๐ป";
readonly man_technologist: "๐จโ๐ป";
readonly eyes: "๐";
readonly jack_o_lantern: "๐";
readonly see_no_evil_monkey: "๐";
readonly smiling_face_with_halo: "๐";
readonly fearful_face: "๐จ";
readonly handshake: "๐ค";
readonly writing_hand: "โ";
readonly smiling_face_with_open_hands: "๐ค";
readonly saluting_face: "๐ซก";
readonly santa_claus: "๐
";
readonly christmas_tree: "๐";
readonly snowman: "โ";
readonly nail_polish: "๐
";
readonly zany_face: "๐คช";
readonly moai: "๐ฟ";
readonly cool_button: "๐";
readonly heart_with_arrow: "๐";
readonly hear_no_evil_monkey: "๐";
readonly unicorn: "๐ฆ";
readonly face_blowing_a_kiss: "๐";
readonly pill: "๐";
readonly speak_no_evil_monkey: "๐";
readonly smiling_face_with_sunglasses: "๐";
readonly alien_monster: "๐พ";
readonly man_shrugging: "๐คทโโ";
readonly person_shrugging: "๐คท";
readonly woman_shrugging: "๐คทโโ";
readonly enraged_face: "๐ก";
};
export default _default;