@git-emoji/dataset-js
Version:
Emoji data and contextual emoji data
1,238 lines (1,235 loc) โข 31.5 kB
text/typescript
import { emoji as e } from './emoji';
import { word } from './word';
export type ContextEntry = {
keyword: (keyof typeof word)[];
emoji: ((typeof e)[keyof typeof e])[];
};
export const context: ContextEntry[] = [
{
keyword: [
'bogus',
'bug',
'bugfix',
'correct',
'erroneous',
'fix',
'incorrect',
'patch',
'wrong',
],
emoji: [
e._beetle /*๐*/,
e._bug /*๐*/,
e._clamp /*๐*/,
e._hammer /*๐จ*/,
e._wrench /*๐ง*/,
],
},
{
keyword: [
'archive',
'box',
'contain',
'container',
'cover',
'hold',
'package',
'safe',
'shell',
'wrap',
],
emoji: [
e._ballot_box /*๐ณ*/,
e._card_file_box /*๐*/,
e._gift /*๐*/,
e._inbox_tray /*๐ฅ*/,
e._open_hands /*๐*/,
e._outbox_tray /*๐ค*/,
e._package /*๐ฆ*/,
e._shell /*๐*/,
],
},
{
keyword: [
'append',
'attach',
'combine',
'convolve',
'distill',
'handshake',
'merge',
'mix',
'postfix',
'prefix',
'prepend',
'suffix',
'unify',
'unit',
'unite',
],
emoji: [
e._arrows_clockwise /*๐*/,
e._arrows_counterclockwise /*๐*/,
e._busts_in_silhouette /*๐ฅ*/,
e._clamp /*๐*/,
e._handshake /*๐ค*/,
e._link /*๐*/,
e._paperclip /*๐*/,
e._paperclips /*๐*/,
e._performing_arts /*๐ญ*/,
e._twisted_rightwards_arrows /*๐*/,
],
},
{
keyword: [
'archive',
'away',
'cancel',
'close',
'delete',
'deprecate',
'disable',
'drop',
'exclude',
'off',
'remove',
'trash',
],
emoji: [
e._bomb /*๐ฃ*/,
e._card_file_box /*๐*/,
e._coffin /*โฐ*/,
e._crossed_swords /*โ*/,
e._file_cabinet /*๐*/,
e._fire /*๐ฅ*/,
e._gun /*๐ซ*/,
e._heavy_multiplication_x /*โ*/,
e._knife /*๐ช*/,
e._latin_cross /*โ*/,
e._negative_squared_cross_mark /*โ*/,
e._outbox_tray /*๐ค*/,
e._put_litter_in_its_place /*๐ฎ*/,
e._scissors /*โ*/,
e._skull /*๐*/,
e._skull_and_crossbones /*โ */,
e._wastebasket /*๐*/,
e._x /*โ*/,
],
},
{
keyword: [
'arrange',
'array',
'list',
'order',
'reorder',
'sort',
'stack',
],
emoji: [
e._1234 /*๐ข*/,
e._arrow_down /*โฌ*/,
e._arrow_up /*โฌ*/,
e._arrow_up_down /*โ*/,
e._chart_with_downwards_trend /*๐*/,
e._chart_with_upwards_trend /*๐*/,
e._plate_with_cutlery /*๐ฝ*/,
e._signal_strength /*๐ถ*/,
],
},
{
keyword: [
'beautiful',
'beauty',
'cosmetics',
'embellish',
'enhance',
'improve',
'readability',
'readable',
'refresh',
'upgrade',
],
emoji: [
e._1st_place_medal /*๐ฅ*/,
e._art /*๐จ*/,
e._bird /*๐ฆ*/,
e._hammer /*๐จ*/,
e._high_heel /*๐ */,
e._lipstick /*๐*/,
e._medal_military /*๐*/,
e._nail_care /*๐
*/,
e._paintbrush /*๐*/,
e._rainbow /*๐*/,
e._sparkles /*โจ*/,
e._wrench /*๐ง*/,
],
},
{
keyword: [
'apply',
'commit',
'confirm',
'put',
'register',
'set',
],
emoji: [
e._ballot_box_with_check /*โ*/,
e._hammer /*๐จ*/,
e._heavy_check_mark /*โ*/,
e._pen /*๐*/,
e._syringe /*๐*/,
e._white_check_mark /*โ
*/,
e._wrench /*๐ง*/,
],
},
{
keyword: [
'add',
'append',
'bump',
'enable',
'feature',
'fresh',
'increase',
'increment',
'insert',
'new',
'on',
'prepend',
'register',
'switch',
'update',
'upgrade',
'version',
],
emoji: [
e._arrow_double_up /*โซ*/,
e._arrow_up /*โฌ*/,
e._baby /*๐ถ*/,
e._baby_chick /*๐ค*/,
e._baby_symbol /*๐ผ*/,
e._blossom /*๐ผ*/,
e._bulb /*๐ก*/,
e._checkered_flag /*๐*/,
e._electric_plug /*๐*/,
e._gift /*๐*/,
e._heavy_plus_sign /*โ*/,
e._inbox_tray /*๐ฅ*/,
e._new /*๐*/,
e._package /*๐ฆ*/,
e._paperclip /*๐*/,
e._paperclips /*๐*/,
e._seedling /*๐ฑ*/,
e._sparkle /*โ*/,
e._sparkles /*โจ*/,
],
},
{
keyword: [
'beauty',
'clean',
'format',
'good',
'lint',
'readable',
'refactor',
'style',
],
emoji: [
e._art /*๐จ*/,
e._high_heel /*๐ */,
e._lipstick /*๐*/,
e._medal_military /*๐*/,
e._nail_care /*๐
*/,
e._paintbrush /*๐*/,
e._pill /*๐*/,
e._rainbow /*๐*/,
e._shirt /*๐*/,
e._shower /*๐ฟ*/,
e._straight_ruler /*๐*/,
e._triangular_ruler /*๐*/,
e._tshirt /*๐*/,
],
},
{
keyword: [
'recycle',
'reestablish',
'refactor',
'reimplement',
'rethink',
'retro',
'retrospect',
'rewrite',
],
emoji: [
e._building_construction /*๐*/,
e._hammer /*๐จ*/,
e._hammer_and_wrench /*๐ */,
e._recycle /*โป*/,
e._wrench /*๐ง*/,
],
},
{
keyword: [
'assess',
'check',
'exam',
'fixture',
'rethink',
'review',
'supervise',
'test',
],
emoji: [
e._alembic /*โ*/,
e._clamp /*๐*/,
e._detective /*๐ต*/,
e._mag /*๐*/,
e._mag_right /*๐*/,
e._microscope /*๐ฌ*/,
e._stopwatch /*โฑ*/,
e._telescope /*๐ญ*/,
],
},
{
keyword: [
'give',
'move',
'out',
'produce',
'publish',
'send',
'transform',
],
emoji: [
e._airplane /*โ*/,
e._bow_and_arrow /*๐น*/,
e._envelope /*โ*/,
e._helicopter /*๐*/,
e._loudspeaker /*๐ข*/,
e._microphone /*๐ค*/,
e._newspaper /*๐ฐ*/,
e._newspaper_roll /*๐*/,
e._outbox_tray /*๐ค*/,
e._radio /*๐ป*/,
e._rocket /*๐*/,
e._satellite /*๐ก*/,
e._small_airplane /*๐ฉ*/,
e._speaker /*๐*/,
e._tv /*๐บ*/,
],
},
{
keyword: [
'ask',
'fetch',
'inquiry',
'query',
'receive',
'request',
'take',
],
emoji: [
e._fork_and_knife /*๐ด*/,
e._grey_question /*โ*/,
e._inbox_tray /*๐ฅ*/,
e._question /*โ*/,
],
},
{
keyword: [
'await',
'callback',
'consume',
'listen',
'register',
'standby',
'subscribe',
],
emoji: [
e._calling /*๐ฒ*/,
e._ear /*๐*/,
e._envelope /*โ*/,
e._headphone /*๐ง*/,
e._hourglass_flowing_sand /*โณ*/,
e._incoming_envelope /*๐จ*/,
e._pause_button /*โธ*/,
e._phone /*โ*/,
],
},
{
keyword: [
'cron',
'job',
'period',
'repeat',
'repetitive',
'schedule',
'time',
],
emoji: [
e._alarm_clock /*โฐ*/,
e._calendar /*๐*/,
e._runner /*๐*/,
e._spiral_calendar /*๐*/,
e._stopwatch /*โฑ*/,
e._timer /*โฒ*/,
],
},
{
keyword: [
'browse',
'find',
'lookup',
'query',
'search',
'select',
],
emoji: [
e._detective /*๐ต*/,
e._dog /*๐ถ*/,
e._dog2 /*๐*/,
e._flashlight /*๐ฆ*/,
e._mag /*๐*/,
e._mag_right /*๐*/,
e._microscope /*๐ฌ*/,
e._nose /*๐*/,
e._telescope /*๐ญ*/,
],
},
{
keyword: [
'downgrade',
'repopulate',
'reset',
'revert',
'rollback',
'undo',
],
emoji: [
e._arrow_double_down /*โฌ*/,
e._arrow_down /*โฌ*/,
e._arrow_heading_down /*โคต*/,
e._thumbsdown /*๐*/,
],
},
{
keyword: [
'comment',
'draft',
'guide',
'log',
'manual',
'note',
'readme',
'record',
'store',
'text',
],
emoji: [
e._blue_book /*๐*/,
e._book /*๐*/,
e._bookmark_tabs /*๐*/,
e._books /*๐*/,
e._clipboard /*๐*/,
e._fax /*๐ */,
e._newspaper /*๐ฐ*/,
e._newspaper_roll /*๐*/,
e._notebook /*๐*/,
e._orange_book /*๐*/,
e._pen /*๐*/,
e._pencil /*๐*/,
e._pencil2 /*โ*/,
e._printer /*๐จ*/,
e._scroll /*๐*/,
e._speech_balloon /*๐ฌ*/,
e._writing_hand /*โ*/,
],
},
{
keyword: [
'avoid',
'beware',
'caution',
'lookout',
'notice',
'prevent',
'safe',
'warn',
],
emoji: [
e._exclamation /*โ*/,
e._grey_exclamation /*โ*/,
e._hand /*โ*/,
e._heavy_exclamation_mark /*โ*/,
e._warning /*โ */,
],
},
{
keyword: [
'abort',
'crash',
'danger',
'deadlock',
'error',
'exception',
'hazard',
'stop',
],
emoji: [
e._biohazard /*โฃ*/,
e._coffin /*โฐ*/,
e._fire /*๐ฅ*/,
e._heavy_multiplication_x /*โ*/,
e._latin_cross /*โ*/,
e._skull /*๐*/,
e._skull_and_crossbones /*โ */,
e._stop_button /*โน*/,
e._stop_sign /*๐*/,
],
},
{
keyword: [
'human',
'operation',
'operator',
'user',
],
emoji: [
e._man /*๐จ*/,
e._woman /*๐ฉ*/,
],
},
{
keyword: [
'canvas',
'css',
'face',
'frontend',
'html',
'image',
'picture',
'ui',
'ux',
'view',
],
emoji: [
e._art /*๐จ*/,
e._black_nib /*โ*/,
e._framed_picture /*๐ผ*/,
e._iphone /*๐ฑ*/,
e._paintbrush /*๐*/,
e._rainbow /*๐*/,
e._tv /*๐บ*/,
],
},
{
keyword: [
'argument',
'config',
'fixture',
'parameter',
'reference',
'setup',
],
emoji: [
e._1234 /*๐ข*/,
e._abcd /*๐ก*/,
e._capital_abcd /*๐ */,
e._clamp /*๐*/,
e._control_knobs /*๐*/,
e._gear /*โ*/,
e._hammer /*๐จ*/,
e._hammer_and_pick /*โ*/,
e._hammer_and_wrench /*๐ */,
e._wheel_of_dharma /*โธ*/,
e._wrench /*๐ง*/,
],
},
{
keyword: [
'assess',
'behave',
'emulate',
'fake',
'impersonate',
'improvise',
'mock',
'simulate',
'stub',
'test',
],
emoji: [
e._baby /*๐ถ*/,
e._baby_bottle /*๐ผ*/,
e._baby_chick /*๐ค*/,
e._baby_symbol /*๐ผ*/,
e._carousel_horse /*๐ */,
e._clapper /*๐ฌ*/,
e._clown /*๐คก*/,
e._dark_sunglasses /*๐ถ*/,
e._new_moon_with_face /*๐*/,
e._performing_arts /*๐ญ*/,
e._womans_hat /*๐*/,
],
},
{
keyword: [
'element',
'field',
'item',
'key',
'property',
'variable',
],
emoji: [
e._baby /*๐ถ*/,
e._baby_chick /*๐ค*/,
e._briefcase /*๐ผ*/,
e._file_folder /*๐*/,
e._key /*๐*/,
e._label /*๐ท*/,
e._link /*๐*/,
e._old_key /*๐*/,
e._open_file_folder /*๐*/,
],
},
{
keyword: [
'action',
'behavior',
'execute',
'function',
'method',
'play',
'run',
],
emoji: [
e._airplane /*โ*/,
e._bicyclist /*๐ด*/,
e._car /*๐*/,
e._clapper /*๐ฌ*/,
e._loudspeaker /*๐ข*/,
e._man_cartwheeling /*๐คธ*/,
e._man_factory_worker /*๐จ*/,
e._mountain_bicyclist /*๐ต*/,
e._rocket /*๐*/,
e._runner /*๐*/,
e._small_airplane /*๐ฉ*/,
e._speaker /*๐*/,
e._woman_cartwheeling /*๐คธ*/,
e._woman_factory_worker /*๐ฉ*/,
],
},
{
keyword: [
'bound',
'ceiling',
'constrain',
'floor',
'limit',
'line',
'restrain',
'restrict',
'threshold',
],
emoji: [
e._alien /*๐ฝ*/,
e._european_castle /*๐ฐ*/,
e._hand /*โ*/,
e._heavy_exclamation_mark /*โ*/,
e._heavy_multiplication_x /*โ*/,
e._man_judge /*๐จ*/,
e._no_bicycles /*๐ณ*/,
e._no_entry /*โ*/,
e._no_entry_sign /*๐ซ*/,
e._no_pedestrians /*๐ท*/,
e._non_potable_water /*๐ฑ*/,
e._oncoming_police_car /*๐*/,
e._police_car /*๐*/,
e._policeman /*๐ฎ*/,
e._policewoman /*๐ฎ*/,
e._rotating_light /*๐จ*/,
e._shield /*๐ก*/,
e._stop_button /*โน*/,
e._stop_sign /*๐*/,
e._warning /*โ */,
e._woman_judge /*๐ฉ*/,
],
},
{
keyword: [
'body',
'content',
'data',
'detail',
'info',
],
emoji: [
e._1234 /*๐ข*/,
e._abcd /*๐ก*/,
e._capital_abcd /*๐ */,
e._desktop_computer /*๐ฅ*/,
e._detective /*๐ต*/,
e._mag /*๐*/,
e._mag_right /*๐*/,
e._man_teacher /*๐จ*/,
e._notebook /*๐*/,
e._open_file_folder /*๐*/,
e._outbox_tray /*๐ค*/,
e._package /*๐ฆ*/,
e._potable_water /*๐ฐ*/,
e._ruler /*๐*/,
e._shell /*๐*/,
e._spiral_notepad /*๐*/,
e._triangular_ruler /*๐*/,
e._woman_teacher /*๐ฉ*/,
],
},
{
keyword: [
'buffer',
'keep',
'memory',
'persist',
'save',
'serialize',
'store',
'write',
],
emoji: [
e._bank /*๐ฆ*/,
e._cd /*๐ฟ*/,
e._clipboard /*๐*/,
e._closed_lock_with_key /*๐*/,
e._fax /*๐ */,
e._film_strip /*๐*/,
e._floppy_disk /*๐พ*/,
e._inbox_tray /*๐ฅ*/,
e._key /*๐*/,
e._keyboard /*โจ*/,
e._lock /*๐*/,
e._lock_with_ink_pen /*๐*/,
e._notebook /*๐*/,
e._old_key /*๐*/,
e._package /*๐ฆ*/,
e._pen /*๐*/,
e._pencil /*๐*/,
e._pencil2 /*โ*/,
e._printer /*๐จ*/,
e._spiral_notepad /*๐*/,
e._syringe /*๐*/,
e._writing_hand /*โ*/,
],
},
{
keyword: [
'deserialize',
'fetch',
'load',
'query',
'read',
],
emoji: [
e._ear /*๐*/,
e._eyeglasses /*๐*/,
e._key /*๐*/,
e._old_key /*๐*/,
e._outbox_tray /*๐ค*/,
],
},
{
keyword: [
'acl',
'antivirus',
'clutter',
'code',
'conceal',
'cover',
'encrypt',
'guard',
'hash',
'hide',
'lock',
'protect',
'restrict',
'scramble',
'secret',
'secure',
'security',
'shield',
'sign',
],
emoji: [
e._closed_lock_with_key /*๐*/,
e._guardsman /*๐*/,
e._guardswoman /*๐*/,
e._lock /*๐*/,
e._lock_with_ink_pen /*๐*/,
e._shield /*๐ก*/,
],
},
{
keyword: [
'authenticate',
'authorize',
'decode',
'decrypt',
'free',
'open',
'release',
'reveal',
'show',
'uncover',
'unleash',
'unscramble',
'unveil',
],
emoji: [
e._flashlight /*๐ฆ*/,
e._free /*๐*/,
e._key /*๐*/,
e._loudspeaker /*๐ข*/,
e._newspaper /*๐ฐ*/,
e._open_book /*๐*/,
e._open_file_folder /*๐*/,
e._speaker /*๐*/,
e._tv /*๐บ*/,
],
},
{
keyword: [
'access',
'address',
'identifier',
'location',
'path',
'route',
'uri',
'url',
],
emoji: [
e._cityscape /*๐*/,
e._earth_africa /*๐*/,
e._earth_americas /*๐*/,
e._earth_asia /*๐*/,
e._globe_with_meridians /*๐*/,
e._post_office /*๐ฃ*/,
e._postbox /*๐ฎ*/,
e._spider_web /*๐ธ*/,
e._world_map /*๐บ*/,
],
},
{
keyword: [
'demonstrate',
'display',
'draw',
'illustrate',
'paint',
'print',
'show',
'visibility',
'visible',
],
emoji: [
e._art /*๐จ*/,
e._cinema /*๐ฆ*/,
e._desktop_computer /*๐ฅ*/,
e._film_projector /*๐ฝ*/,
e._framed_picture /*๐ผ*/,
e._paintbrush /*๐*/,
e._pen /*๐*/,
e._pencil2 /*โ*/,
e._printer /*๐จ*/,
e._ruler /*๐*/,
e._triangular_ruler /*๐*/,
e._tv /*๐บ*/,
],
},
{
keyword: [
'forget',
'ignore',
'jump',
'neglect',
'overlook',
'skip',
'unfollow',
],
emoji: [
e._horse_racing /*๐*/,
e._monkey /*๐*/,
e._racehorse /*๐*/,
e._racing_car /*๐*/,
e._scissors /*โ*/,
],
},
{
keyword: [
'reattempt',
'reboot',
'reconstruct',
'reestablish',
'refactor',
'reimplement',
'rerun',
'restart',
'retry',
],
emoji: [
e._arrow_heading_up /*โคด*/,
e._arrows_clockwise /*๐*/,
e._arrows_counterclockwise /*๐*/,
e._building_construction /*๐*/,
e._ferris_wheel /*๐ก*/,
e._previous_track_button /*โฎ*/,
e._recycle /*โป*/,
e._repeat /*๐*/,
e._repeat_one /*๐*/,
],
},
{
keyword: [
'apply',
'attempt',
'begin',
'boot',
'construct',
'drive',
'establish',
'execute',
'implement',
'init',
'initialize',
'launch',
'move',
'on',
'run',
'start',
'try',
],
emoji: [
e._airplane /*โ*/,
e._boom /*๐ฅ*/,
e._building_construction /*๐*/,
e._bullettrain_front /*๐
*/,
e._car /*๐*/,
e._cloud_with_lightning /*๐ฉ*/,
e._flight_departure /*๐ซ*/,
e._horse_racing /*๐*/,
e._light_rail /*๐*/,
e._open_umbrella /*โ*/,
e._play_or_pause_button /*โฏ*/,
e._racehorse /*๐*/,
e._racing_car /*๐*/,
e._rocket /*๐*/,
e._runner /*๐*/,
e._sunrise /*๐
*/,
e._umbrella /*โ*/,
e._volcano /*๐*/,
],
},
{
keyword: [
'abort',
'destruct',
'dispose',
'end',
'hold',
'holdup',
'interrupt',
'kill',
'off',
'out',
'pause',
'silence',
'silent',
'stop',
'suppress',
'suspend',
'wait',
],
emoji: [
e._bomb /*๐ฃ*/,
e._checkered_flag /*๐*/,
e._coffin /*โฐ*/,
e._flight_arrival /*๐ฌ*/,
e._gun /*๐ซ*/,
e._hand /*โ*/,
e._heavy_exclamation_mark /*โ*/,
e._heavy_multiplication_x /*โ*/,
e._latin_cross /*โ*/,
e._mobile_phone_off /*๐ด*/,
e._negative_squared_cross_mark /*โ*/,
e._pause_button /*โธ*/,
e._skull /*๐*/,
e._skull_and_crossbones /*โ */,
e._stop_button /*โน*/,
e._stop_sign /*๐*/,
],
},
{
keyword: [
'deploy',
'install',
'launch',
'setup',
],
emoji: [
e._airplane /*โ*/,
e._arrow_double_up /*โซ*/,
e._arrow_up /*โฌ*/,
e._arrow_up_small /*๐ผ*/,
e._artificial_satellite /*๐ฐ*/,
e._balloon /*๐*/,
e._confetti_ball /*๐*/,
e._loudspeaker /*๐ข*/,
e._newspaper /*๐ฐ*/,
e._newspaper_roll /*๐*/,
e._postal_horn /*๐ฏ*/,
e._rocket /*๐*/,
e._satellite /*๐ก*/,
e._school_satchel /*๐*/,
e._speaker /*๐*/,
e._tada /*๐*/,
e._up /*๐*/,
],
},
{
keyword: [
'align',
'change',
'direct',
'guide',
'redirect',
'transform',
],
emoji: [
e._arrow_heading_down /*โคต*/,
e._arrow_heading_up /*โคด*/,
e._arrow_right_hook /*โช*/,
e._currency_exchange /*๐ฑ*/,
e._footprints /*๐ฃ*/,
e._fountain /*โฒ*/,
e._leftwards_arrow_with_hook /*โฉ*/,
e._paw_prints /*๐พ*/,
e._point_down /*๐*/,
e._point_left /*๐*/,
e._point_right /*๐*/,
e._point_up /*โ*/,
e._recycle /*โป*/,
e._repeat /*๐*/,
e._repeat_one /*๐*/,
e._twisted_rightwards_arrows /*๐*/,
],
},
{
keyword: [
'base',
'center',
'core',
'floor',
'ground',
'heart',
'home',
'middle',
'origin',
'root',
],
emoji: [
e._blossom /*๐ผ*/,
e._butterfly /*๐ฆ*/,
e._candle /*๐ฏ*/,
e._church /*โช*/,
e._computer /*๐ป*/,
e._ear_of_rice /*๐พ*/,
e._fish /*๐*/,
e._gear /*โ*/,
e._heart /*โค*/,
e._heart_decoration /*๐*/,
e._house /*๐ */,
e._house_with_garden /*๐ก*/,
e._mosque /*๐*/,
e._place_of_worship /*๐*/,
e._seedling /*๐ฑ*/,
e._sunny /*โ*/,
e._sunrise_over_mountains /*๐*/,
e._zero /*0๏ธโฃ*/,
],
},
{
keyword: [
'access',
'breach',
'compromise',
'hack',
'hole',
'listen',
'penetrate',
'reveal',
'spy',
'trespass',
'vulnerability',
],
emoji: [
e._ambulance /*๐*/,
e._biohazard /*โฃ*/,
e._boom /*๐ฅ*/,
e._boxing_glove /*๐ฅ*/,
e._fight /*๐ค*/,
e._gun /*๐ซ*/,
e._hazard /*โฃ*/,
e._hole /*๐ณ*/,
e._hospital /*๐ฅ*/,
e._men_wrestling /*๐คผ*/,
e._money_with_wings /*๐ธ*/,
e._skull /*๐*/,
e._skull_and_crossbones /*โ */,
e._snake /*๐*/,
e._volcano /*๐*/,
e._women_wrestling /*๐คผ*/,
],
},
{
keyword: [
'addin',
'component',
'container',
'dependency',
'dependent',
'image',
'library',
'module',
'object',
'package',
'plug',
'plugin',
],
emoji: [
e._black_large_square /*โฌ*/,
e._black_square_button /*๐ฒ*/,
e._card_file_box /*๐*/,
e._computer /*๐ป*/,
e._electric_plug /*๐*/,
e._file_cabinet /*๐*/,
e._hammer /*๐จ*/,
e._hammer_and_wrench /*๐ */,
e._honey_pot /*๐ฏ*/,
e._minidisc /*๐ฝ*/,
e._package /*๐ฆ*/,
e._paperclip /*๐*/,
e._paperclips /*๐*/,
e._white_large_square /*โฌ*/,
e._white_square_button /*๐ณ*/,
e._wrench /*๐ง*/,
],
},
{
keyword: [
'dealer',
'intermediate',
'layer',
'middleman',
'middleware',
],
emoji: [
e._burger /*๐*/,
e._hotdog /*๐ญ*/,
e._man_juggling /*๐คน*/,
e._pancakes /*๐ฅ*/,
e._pushpin /*๐*/,
e._rainbow /*๐*/,
e._round_pushpin /*๐*/,
e._woman_juggling /*๐คน*/,
],
},
{
keyword: [
'edge',
'format',
'graph',
'leaf',
'net',
'network',
'organize',
'structure',
'tree',
],
emoji: [
e._bar_chart /*๐*/,
e._file_folder /*๐*/,
e._leaf /*๐*/,
e._open_file_folder /*๐*/,
e._signal_strength /*๐ถ*/,
e._spider_web /*๐ธ*/,
e._tree /*๐ณ*/,
],
},
{
keyword: [
'area',
'cover',
'range',
'resolve',
'shadow',
'support',
],
emoji: [
e._camping /*๐*/,
e._crossed_swords /*โ*/,
e._globe_with_meridians /*๐*/,
e._open_umbrella /*โ*/,
e._umbrella /*โ*/,
e._world_map /*๐บ*/,
],
},
{
keyword: [
'do',
'enumerate',
'for',
'iterate',
'loop',
'loopback',
'repeat',
'repetitive',
'while',
],
emoji: [
e._1234 /*๐ข*/,
e._abcd /*๐ก*/,
e._arrows_clockwise /*๐*/,
e._arrows_counterclockwise /*๐*/,
e._capital_abcd /*๐ */,
e._recycle /*โป*/,
e._repeat /*๐*/,
e._repeat_one /*๐*/,
],
},
{
keyword: [
'block',
'hinder',
'pend',
'suspend',
'temporary',
'wait',
'wip',
],
emoji: [
e._construction /*๐ง*/,
e._hourglass /*โ*/,
e._hourglass_flowing_sand /*โณ*/,
e._rotating_light /*๐จ*/,
e._stopwatch /*โฑ*/,
e._timer_clock /*โฒ*/,
e._traffic_light /*๐ฅ*/,
e._vertical_traffic_light /*๐ฆ*/,
e._warning /*โ */,
],
},
];