Skip to content

Commit

Permalink
add sugar cubs emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhao committed Sep 24, 2018
1 parent b7cf18b commit 04be484
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/emoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import pricklyPear from './emojiPacks/pricklyPear';
import custom from './emojiPacks/custom';
import partyParrot from './emojiPacks/partyParrot';
import joku from './emojiPacks/joku';
import sugarCubs from './emojiPacks/sugarCubs';
import _ from 'lodash';

// spread in reverse-order of priority, in case of name collisions
Expand All @@ -11,6 +12,7 @@ const allEmojiData = {
...partyParrot,
...pricklyPear,
...joku,
...sugarCubs,
...custom,
};
const allEmojis = _.keys(allEmojiData);
Expand Down
26 changes: 26 additions & 0 deletions src/lib/emojiPacks/sugarCubs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04be484

Please sign in to comment.