diff --git a/bin/processCustomEmoji.js b/bin/processCustomEmoji.js index 0fec941..5116f39 100644 --- a/bin/processCustomEmoji.js +++ b/bin/processCustomEmoji.js @@ -154,9 +154,7 @@ async function main () { const name = filename.replace('.svg', '') const category = getCategory(name) const res = { - name: name, - shortcodes: [name], - url: `./custom/${filename}` + name } if (category) { res.category = category @@ -165,7 +163,14 @@ async function main () { }) .filter(({ name }) => !remove(name)) - await writeFile('./docs/custom.json', JSON.stringify(customEmojis), 'utf8') + // use a smaller JSON format to transfer over the wire + const categoriesToCustomEmoji = {} + for (const { name, category = '' } of customEmojis) { + categoriesToCustomEmoji[category] = categoriesToCustomEmoji[category] || [] + categoriesToCustomEmoji[category].push(name) + } + + await writeFile('./docs/custom.json', JSON.stringify(categoriesToCustomEmoji), 'utf8') await Promise.all(customEmojis.map(async ({ name }) => { const svg = await readFile(`./node_modules/flat-color-icons/svg/${name}.svg`, 'utf8') const optimized = await svgo.optimize(svg) diff --git a/docs/custom.json b/docs/custom.json index 6176bc5..0e74039 100644 --- a/docs/custom.json +++ b/docs/custom.json @@ -1 +1 @@ -[{"name":"about","shortcodes":["about"],"url":"./custom/about.svg","category":"Symbols"},{"name":"accept_database","shortcodes":["accept_database"],"url":"./custom/accept_database.svg","category":"Technical and software"},{"name":"add_column","shortcodes":["add_column"],"url":"./custom/add_column.svg","category":"Technical and software"},{"name":"add_database","shortcodes":["add_database"],"url":"./custom/add_database.svg","category":"Technical and software"},{"name":"add_image","shortcodes":["add_image"],"url":"./custom/add_image.svg","category":"Film and Photography"},{"name":"add_row","shortcodes":["add_row"],"url":"./custom/add_row.svg","category":"Technical and software"},{"name":"address_book","shortcodes":["address_book"],"url":"./custom/address_book.svg","category":"Technical and software"},{"name":"advance","shortcodes":["advance"],"url":"./custom/advance.svg","category":"Arrows"},{"name":"alarm_clock","shortcodes":["alarm_clock"],"url":"./custom/alarm_clock.svg","category":"Time"},{"name":"alphabetical_sorting_az","shortcodes":["alphabetical_sorting_az"],"url":"./custom/alphabetical_sorting_az.svg","category":"Technical and software"},{"name":"alphabetical_sorting_za","shortcodes":["alphabetical_sorting_za"],"url":"./custom/alphabetical_sorting_za.svg","category":"Technical and software"},{"name":"answers","shortcodes":["answers"],"url":"./custom/answers.svg","category":"Business"},{"name":"approval","shortcodes":["approval"],"url":"./custom/approval.svg","category":"Symbols"},{"name":"approve","shortcodes":["approve"],"url":"./custom/approve.svg","category":"Symbols"},{"name":"area_chart","shortcodes":["area_chart"],"url":"./custom/area_chart.svg","category":"Business"},{"name":"assistant","shortcodes":["assistant"],"url":"./custom/assistant.svg","category":"People and activities"},{"name":"audio_file","shortcodes":["audio_file"],"url":"./custom/audio_file.svg","category":"Technical and software"},{"name":"automatic","shortcodes":["automatic"],"url":"./custom/automatic.svg","category":"Symbols"},{"name":"automotive","shortcodes":["automotive"],"url":"./custom/automotive.svg"},{"name":"bad_decision","shortcodes":["bad_decision"],"url":"./custom/bad_decision.svg","category":"Business"},{"name":"bar_chart","shortcodes":["bar_chart"],"url":"./custom/bar_chart.svg","category":"Business"},{"name":"bearish","shortcodes":["bearish"],"url":"./custom/bearish.svg","category":"Business"},{"name":"binoculars","shortcodes":["binoculars"],"url":"./custom/binoculars.svg"},{"name":"biohazard","shortcodes":["biohazard"],"url":"./custom/biohazard.svg","category":"Symbols"},{"name":"biomass","shortcodes":["biomass"],"url":"./custom/biomass.svg","category":"Academic"},{"name":"biotech","shortcodes":["biotech"],"url":"./custom/biotech.svg","category":"Academic"},{"name":"bookmark","shortcodes":["bookmark"],"url":"./custom/bookmark.svg","category":"Technical and software"},{"name":"briefcase","shortcodes":["briefcase"],"url":"./custom/briefcase.svg","category":"Business"},{"name":"broken_link","shortcodes":["broken_link"],"url":"./custom/broken_link.svg","category":"Technical and software"},{"name":"bullish","shortcodes":["bullish"],"url":"./custom/bullish.svg","category":"Business"},{"name":"business","shortcodes":["business"],"url":"./custom/business.svg","category":"Business"},{"name":"business_contact","shortcodes":["business_contact"],"url":"./custom/business_contact.svg","category":"Business"},{"name":"businessman","shortcodes":["businessman"],"url":"./custom/businessman.svg","category":"People and activities"},{"name":"businesswoman","shortcodes":["businesswoman"],"url":"./custom/businesswoman.svg","category":"People and activities"},{"name":"butting_in","shortcodes":["butting_in"],"url":"./custom/butting_in.svg","category":"People and activities"},{"name":"calculator","shortcodes":["calculator"],"url":"./custom/calculator.svg","category":"Business"},{"name":"calendar","shortcodes":["calendar"],"url":"./custom/calendar.svg","category":"Time"},{"name":"call_transfer","shortcodes":["call_transfer"],"url":"./custom/call_transfer.svg","category":"Business"},{"name":"callback","shortcodes":["callback"],"url":"./custom/callback.svg","category":"Business"},{"name":"camcorder","shortcodes":["camcorder"],"url":"./custom/camcorder.svg","category":"Film and Photography"},{"name":"camcorder_pro","shortcodes":["camcorder_pro"],"url":"./custom/camcorder_pro.svg","category":"Film and Photography"},{"name":"camera","shortcodes":["camera"],"url":"./custom/camera.svg","category":"Film and Photography"},{"name":"camera_addon","shortcodes":["camera_addon"],"url":"./custom/camera_addon.svg","category":"Film and Photography"},{"name":"camera_identification","shortcodes":["camera_identification"],"url":"./custom/camera_identification.svg","category":"Film and Photography"},{"name":"cancel","shortcodes":["cancel"],"url":"./custom/cancel.svg","category":"Symbols"},{"name":"candle_sticks","shortcodes":["candle_sticks"],"url":"./custom/candle_sticks.svg"},{"name":"capacitor","shortcodes":["capacitor"],"url":"./custom/capacitor.svg","category":"Technical and software"},{"name":"cell_phone","shortcodes":["cell_phone"],"url":"./custom/cell_phone.svg","category":"Technical and software"},{"name":"charge_battery","shortcodes":["charge_battery"],"url":"./custom/charge_battery.svg","category":"Technical and software"},{"name":"checkmark","shortcodes":["checkmark"],"url":"./custom/checkmark.svg","category":"Symbols"},{"name":"circuit","shortcodes":["circuit"],"url":"./custom/circuit.svg","category":"Technical and software"},{"name":"clapperboard","shortcodes":["clapperboard"],"url":"./custom/clapperboard.svg","category":"Film and Photography"},{"name":"clear_filters","shortcodes":["clear_filters"],"url":"./custom/clear_filters.svg","category":"Technical and software"},{"name":"clock","shortcodes":["clock"],"url":"./custom/clock.svg","category":"Time"},{"name":"close_up_mode","shortcodes":["close_up_mode"],"url":"./custom/close_up_mode.svg","category":"Film and Photography"},{"name":"cloth","shortcodes":["cloth"],"url":"./custom/cloth.svg"},{"name":"collaboration","shortcodes":["collaboration"],"url":"./custom/collaboration.svg","category":"Business"},{"name":"collapse","shortcodes":["collapse"],"url":"./custom/collapse.svg","category":"Symbols"},{"name":"collect","shortcodes":["collect"],"url":"./custom/collect.svg","category":"Symbols"},{"name":"combo_chart","shortcodes":["combo_chart"],"url":"./custom/combo_chart.svg","category":"Business"},{"name":"command_line","shortcodes":["command_line"],"url":"./custom/command_line.svg","category":"Technical and software"},{"name":"comments","shortcodes":["comments"],"url":"./custom/comments.svg","category":"Technical and software"},{"name":"compact_camera","shortcodes":["compact_camera"],"url":"./custom/compact_camera.svg","category":"Film and Photography"},{"name":"conference_call","shortcodes":["conference_call"],"url":"./custom/conference_call.svg","category":"Business"},{"name":"contacts","shortcodes":["contacts"],"url":"./custom/contacts.svg","category":"Business"},{"name":"copyleft","shortcodes":["copyleft"],"url":"./custom/copyleft.svg","category":"Symbols"},{"name":"copyright","shortcodes":["copyright"],"url":"./custom/copyright.svg","category":"Symbols"},{"name":"crystal_oscillator","shortcodes":["crystal_oscillator"],"url":"./custom/crystal_oscillator.svg","category":"Technical and software"},{"name":"currency_exchange","shortcodes":["currency_exchange"],"url":"./custom/currency_exchange.svg","category":"Symbols"},{"name":"cursor","shortcodes":["cursor"],"url":"./custom/cursor.svg","category":"Technical and software"},{"name":"customer_support","shortcodes":["customer_support"],"url":"./custom/customer_support.svg","category":"People and activities"},{"name":"dam","shortcodes":["dam"],"url":"./custom/dam.svg"},{"name":"data_backup","shortcodes":["data_backup"],"url":"./custom/data_backup.svg","category":"Technical and software"},{"name":"data_configuration","shortcodes":["data_configuration"],"url":"./custom/data_configuration.svg","category":"Technical and software"},{"name":"data_encryption","shortcodes":["data_encryption"],"url":"./custom/data_encryption.svg","category":"Technical and software"},{"name":"data_protection","shortcodes":["data_protection"],"url":"./custom/data_protection.svg","category":"Technical and software"},{"name":"data_recovery","shortcodes":["data_recovery"],"url":"./custom/data_recovery.svg","category":"Technical and software"},{"name":"data_sheet","shortcodes":["data_sheet"],"url":"./custom/data_sheet.svg","category":"Technical and software"},{"name":"database","shortcodes":["database"],"url":"./custom/database.svg","category":"Technical and software"},{"name":"debt","shortcodes":["debt"],"url":"./custom/debt.svg","category":"People and activities"},{"name":"decision","shortcodes":["decision"],"url":"./custom/decision.svg","category":"Business"},{"name":"delete_column","shortcodes":["delete_column"],"url":"./custom/delete_column.svg","category":"Technical and software"},{"name":"delete_database","shortcodes":["delete_database"],"url":"./custom/delete_database.svg","category":"Technical and software"},{"name":"delete_row","shortcodes":["delete_row"],"url":"./custom/delete_row.svg","category":"Technical and software"},{"name":"department","shortcodes":["department"],"url":"./custom/department.svg","category":"Business"},{"name":"deployment","shortcodes":["deployment"],"url":"./custom/deployment.svg","category":"Business"},{"name":"diploma_1","shortcodes":["diploma_1"],"url":"./custom/diploma_1.svg","category":"Academic"},{"name":"diploma_2","shortcodes":["diploma_2"],"url":"./custom/diploma_2.svg","category":"Academic"},{"name":"disapprove","shortcodes":["disapprove"],"url":"./custom/disapprove.svg","category":"Business"},{"name":"disclaimer","shortcodes":["disclaimer"],"url":"./custom/disclaimer.svg","category":"Business"},{"name":"dislike","shortcodes":["dislike"],"url":"./custom/dislike.svg","category":"Symbols"},{"name":"display","shortcodes":["display"],"url":"./custom/display.svg"},{"name":"do_not_inhale","shortcodes":["do_not_inhale"],"url":"./custom/do_not_inhale.svg"},{"name":"do_not_insert","shortcodes":["do_not_insert"],"url":"./custom/do_not_insert.svg"},{"name":"do_not_mix","shortcodes":["do_not_mix"],"url":"./custom/do_not_mix.svg"},{"name":"document","shortcodes":["document"],"url":"./custom/document.svg","category":"Business"},{"name":"donate","shortcodes":["donate"],"url":"./custom/donate.svg","category":"Business"},{"name":"doughnut_chart","shortcodes":["doughnut_chart"],"url":"./custom/doughnut_chart.svg","category":"Business"},{"name":"down","shortcodes":["down"],"url":"./custom/down.svg","category":"Arrows"},{"name":"down_left","shortcodes":["down_left"],"url":"./custom/down_left.svg","category":"Arrows"},{"name":"down_right","shortcodes":["down_right"],"url":"./custom/down_right.svg","category":"Arrows"},{"name":"download","shortcodes":["download"],"url":"./custom/download.svg","category":"Technical and software"},{"name":"edit_image","shortcodes":["edit_image"],"url":"./custom/edit_image.svg","category":"Technical and software"},{"name":"electrical_sensor","shortcodes":["electrical_sensor"],"url":"./custom/electrical_sensor.svg","category":"Technical and software"},{"name":"electrical_threshold","shortcodes":["electrical_threshold"],"url":"./custom/electrical_threshold.svg","category":"Technical and software"},{"name":"electricity","shortcodes":["electricity"],"url":"./custom/electricity.svg"},{"name":"electro_devices","shortcodes":["electro_devices"],"url":"./custom/electro_devices.svg","category":"Technical and software"},{"name":"electronics","shortcodes":["electronics"],"url":"./custom/electronics.svg","category":"Technical and software"},{"name":"empty_battery","shortcodes":["empty_battery"],"url":"./custom/empty_battery.svg","category":"Technical and software"},{"name":"empty_filter","shortcodes":["empty_filter"],"url":"./custom/empty_filter.svg","category":"Technical and software"},{"name":"empty_trash","shortcodes":["empty_trash"],"url":"./custom/empty_trash.svg","category":"Technical and software"},{"name":"end_call","shortcodes":["end_call"],"url":"./custom/end_call.svg","category":"Business"},{"name":"engineering","shortcodes":["engineering"],"url":"./custom/engineering.svg","category":"Technical and software"},{"name":"expand","shortcodes":["expand"],"url":"./custom/expand.svg","category":"Symbols"},{"name":"expired","shortcodes":["expired"],"url":"./custom/expired.svg","category":"Business"},{"name":"export","shortcodes":["export"],"url":"./custom/export.svg","category":"Technical and software"},{"name":"external","shortcodes":["external"],"url":"./custom/external.svg","category":"Business"},{"name":"factory","shortcodes":["factory"],"url":"./custom/factory.svg","category":"Business"},{"name":"factory_breakdown","shortcodes":["factory_breakdown"],"url":"./custom/factory_breakdown.svg","category":"Business"},{"name":"faq","shortcodes":["faq"],"url":"./custom/faq.svg","category":"Business"},{"name":"feed_in","shortcodes":["feed_in"],"url":"./custom/feed_in.svg","category":"Technical and software"},{"name":"feedback","shortcodes":["feedback"],"url":"./custom/feedback.svg","category":"Business"},{"name":"file","shortcodes":["file"],"url":"./custom/file.svg","category":"Technical and software"},{"name":"filing_cabinet","shortcodes":["filing_cabinet"],"url":"./custom/filing_cabinet.svg","category":"Business"},{"name":"filled_filter","shortcodes":["filled_filter"],"url":"./custom/filled_filter.svg","category":"Technical and software"},{"name":"film","shortcodes":["film"],"url":"./custom/film.svg","category":"Film and Photography"},{"name":"film_reel","shortcodes":["film_reel"],"url":"./custom/film_reel.svg","category":"Film and Photography"},{"name":"fine_print","shortcodes":["fine_print"],"url":"./custom/fine_print.svg","category":"Business"},{"name":"flash_auto","shortcodes":["flash_auto"],"url":"./custom/flash_auto.svg","category":"Film and Photography"},{"name":"flash_off","shortcodes":["flash_off"],"url":"./custom/flash_off.svg","category":"Film and Photography"},{"name":"flash_on","shortcodes":["flash_on"],"url":"./custom/flash_on.svg","category":"Film and Photography"},{"name":"flow_chart","shortcodes":["flow_chart"],"url":"./custom/flow_chart.svg","category":"Business"},{"name":"folder","shortcodes":["folder"],"url":"./custom/folder.svg","category":"Technical and software"},{"name":"frame","shortcodes":["frame"],"url":"./custom/frame.svg","category":"Film and Photography"},{"name":"full_battery","shortcodes":["full_battery"],"url":"./custom/full_battery.svg","category":"Technical and software"},{"name":"full_trash","shortcodes":["full_trash"],"url":"./custom/full_trash.svg","category":"Technical and software"},{"name":"gallery","shortcodes":["gallery"],"url":"./custom/gallery.svg","category":"Film and Photography"},{"name":"genealogy","shortcodes":["genealogy"],"url":"./custom/genealogy.svg","category":"Technical and software"},{"name":"generic_sorting_asc","shortcodes":["generic_sorting_asc"],"url":"./custom/generic_sorting_asc.svg","category":"Technical and software"},{"name":"generic_sorting_desc","shortcodes":["generic_sorting_desc"],"url":"./custom/generic_sorting_desc.svg","category":"Technical and software"},{"name":"globe","shortcodes":["globe"],"url":"./custom/globe.svg"},{"name":"good_decision","shortcodes":["good_decision"],"url":"./custom/good_decision.svg","category":"Business"},{"name":"graduation_cap","shortcodes":["graduation_cap"],"url":"./custom/graduation_cap.svg","category":"Academic"},{"name":"grid","shortcodes":["grid"],"url":"./custom/grid.svg","category":"Business"},{"name":"headset","shortcodes":["headset"],"url":"./custom/headset.svg","category":"Technical and software"},{"name":"heat_map","shortcodes":["heat_map"],"url":"./custom/heat_map.svg","category":"Business"},{"name":"high_battery","shortcodes":["high_battery"],"url":"./custom/high_battery.svg","category":"Technical and software"},{"name":"high_priority","shortcodes":["high_priority"],"url":"./custom/high_priority.svg","category":"Symbols"},{"name":"home","shortcodes":["home"],"url":"./custom/home.svg"},{"name":"idea","shortcodes":["idea"],"url":"./custom/idea.svg","category":"Business"},{"name":"image_file","shortcodes":["image_file"],"url":"./custom/image_file.svg","category":"Film and Photography"},{"name":"import","shortcodes":["import"],"url":"./custom/import.svg","category":"Business"},{"name":"in_transit","shortcodes":["in_transit"],"url":"./custom/in_transit.svg","category":"Business"},{"name":"info","shortcodes":["info"],"url":"./custom/info.svg","category":"Symbols"},{"name":"inspection","shortcodes":["inspection"],"url":"./custom/inspection.svg","category":"Business"},{"name":"integrated_webcam","shortcodes":["integrated_webcam"],"url":"./custom/integrated_webcam.svg","category":"Technical and software"},{"name":"internal","shortcodes":["internal"],"url":"./custom/internal.svg","category":"Business"},{"name":"invite","shortcodes":["invite"],"url":"./custom/invite.svg","category":"Business"},{"name":"key","shortcodes":["key"],"url":"./custom/key.svg"},{"name":"landscape","shortcodes":["landscape"],"url":"./custom/landscape.svg","category":"Technical and software"},{"name":"leave","shortcodes":["leave"],"url":"./custom/leave.svg","category":"Time"},{"name":"left","shortcodes":["left"],"url":"./custom/left.svg","category":"Arrows"},{"name":"left_down","shortcodes":["left_down"],"url":"./custom/left_down.svg","category":"Arrows"},{"name":"left_down2","shortcodes":["left_down2"],"url":"./custom/left_down2.svg","category":"Arrows"},{"name":"left_up","shortcodes":["left_up"],"url":"./custom/left_up.svg","category":"Arrows"},{"name":"left_up2","shortcodes":["left_up2"],"url":"./custom/left_up2.svg","category":"Arrows"},{"name":"library","shortcodes":["library"],"url":"./custom/library.svg","category":"Academic"},{"name":"light_at_the_end_of_tunnel","shortcodes":["light_at_the_end_of_tunnel"],"url":"./custom/light_at_the_end_of_tunnel.svg"},{"name":"like","shortcodes":["like"],"url":"./custom/like.svg","category":"Symbols"},{"name":"like_placeholder","shortcodes":["like_placeholder"],"url":"./custom/like_placeholder.svg","category":"Symbols"},{"name":"line_chart","shortcodes":["line_chart"],"url":"./custom/line_chart.svg","category":"Business"},{"name":"link","shortcodes":["link"],"url":"./custom/link.svg","category":"Technical and software"},{"name":"list","shortcodes":["list"],"url":"./custom/list.svg","category":"Business"},{"name":"lock","shortcodes":["lock"],"url":"./custom/lock.svg","category":"Technical and software"},{"name":"lock_landscape","shortcodes":["lock_landscape"],"url":"./custom/lock_landscape.svg","category":"Technical and software"},{"name":"lock_portrait","shortcodes":["lock_portrait"],"url":"./custom/lock_portrait.svg","category":"Technical and software"},{"name":"low_battery","shortcodes":["low_battery"],"url":"./custom/low_battery.svg","category":"Technical and software"},{"name":"low_priority","shortcodes":["low_priority"],"url":"./custom/low_priority.svg","category":"Business"},{"name":"make_decision","shortcodes":["make_decision"],"url":"./custom/make_decision.svg","category":"Business"},{"name":"manager","shortcodes":["manager"],"url":"./custom/manager.svg","category":"People and activities"},{"name":"medium_priority","shortcodes":["medium_priority"],"url":"./custom/medium_priority.svg","category":"Business"},{"name":"menu","shortcodes":["menu"],"url":"./custom/menu.svg","category":"Technical and software"},{"name":"middle_battery","shortcodes":["middle_battery"],"url":"./custom/middle_battery.svg","category":"Technical and software"},{"name":"mind_map","shortcodes":["mind_map"],"url":"./custom/mind_map.svg","category":"Business"},{"name":"minus","shortcodes":["minus"],"url":"./custom/minus.svg","category":"Symbols"},{"name":"missed_call","shortcodes":["missed_call"],"url":"./custom/missed_call.svg","category":"Technical and software"},{"name":"mms","shortcodes":["mms"],"url":"./custom/mms.svg","category":"Technical and software"},{"name":"money_transfer","shortcodes":["money_transfer"],"url":"./custom/money_transfer.svg","category":"Business"},{"name":"multiple_cameras","shortcodes":["multiple_cameras"],"url":"./custom/multiple_cameras.svg","category":"Film and Photography"},{"name":"multiple_devices","shortcodes":["multiple_devices"],"url":"./custom/multiple_devices.svg","category":"Technical and software"},{"name":"multiple_inputs","shortcodes":["multiple_inputs"],"url":"./custom/multiple_inputs.svg","category":"Technical and software"},{"name":"multiple_smartphones","shortcodes":["multiple_smartphones"],"url":"./custom/multiple_smartphones.svg","category":"Technical and software"},{"name":"music","shortcodes":["music"],"url":"./custom/music.svg"},{"name":"negative_dynamic","shortcodes":["negative_dynamic"],"url":"./custom/negative_dynamic.svg","category":"Business"},{"name":"neutral_decision","shortcodes":["neutral_decision"],"url":"./custom/neutral_decision.svg","category":"Business"},{"name":"neutral_trading","shortcodes":["neutral_trading"],"url":"./custom/neutral_trading.svg","category":"Business"},{"name":"news","shortcodes":["news"],"url":"./custom/news.svg"},{"name":"next","shortcodes":["next"],"url":"./custom/next.svg","category":"Symbols"},{"name":"night_landscape","shortcodes":["night_landscape"],"url":"./custom/night_landscape.svg"},{"name":"night_portrait","shortcodes":["night_portrait"],"url":"./custom/night_portrait.svg","category":"People and activities"},{"name":"no_idea","shortcodes":["no_idea"],"url":"./custom/no_idea.svg","category":"Business"},{"name":"no_video","shortcodes":["no_video"],"url":"./custom/no_video.svg","category":"Film and Photography"},{"name":"numerical_sorting_12","shortcodes":["numerical_sorting_12"],"url":"./custom/numerical_sorting_12.svg","category":"Technical and software"},{"name":"numerical_sorting_21","shortcodes":["numerical_sorting_21"],"url":"./custom/numerical_sorting_21.svg","category":"Technical and software"},{"name":"ok","shortcodes":["ok"],"url":"./custom/ok.svg","category":"Symbols"},{"name":"old_time_camera","shortcodes":["old_time_camera"],"url":"./custom/old_time_camera.svg","category":"Film and Photography"},{"name":"online_support","shortcodes":["online_support"],"url":"./custom/online_support.svg","category":"People and activities"},{"name":"opened_folder","shortcodes":["opened_folder"],"url":"./custom/opened_folder.svg","category":"Technical and software"},{"name":"org_unit","shortcodes":["org_unit"],"url":"./custom/org_unit.svg","category":"Business"},{"name":"organization","shortcodes":["organization"],"url":"./custom/organization.svg","category":"Business"},{"name":"overtime","shortcodes":["overtime"],"url":"./custom/overtime.svg","category":"Business"},{"name":"package","shortcodes":["package"],"url":"./custom/package.svg","category":"Business"},{"name":"paid","shortcodes":["paid"],"url":"./custom/paid.svg","category":"Business"},{"name":"panorama","shortcodes":["panorama"],"url":"./custom/panorama.svg","category":"Film and Photography"},{"name":"parallel_tasks","shortcodes":["parallel_tasks"],"url":"./custom/parallel_tasks.svg","category":"Technical and software"},{"name":"phone","shortcodes":["phone"],"url":"./custom/phone.svg","category":"Technical and software"},{"name":"photo_reel","shortcodes":["photo_reel"],"url":"./custom/photo_reel.svg","category":"Film and Photography"},{"name":"picture","shortcodes":["picture"],"url":"./custom/picture.svg","category":"Film and Photography"},{"name":"pie_chart","shortcodes":["pie_chart"],"url":"./custom/pie_chart.svg","category":"Business"},{"name":"planner","shortcodes":["planner"],"url":"./custom/planner.svg","category":"Time"},{"name":"plus","shortcodes":["plus"],"url":"./custom/plus.svg","category":"Symbols"},{"name":"podium_with_audience","shortcodes":["podium_with_audience"],"url":"./custom/podium_with_audience.svg","category":"Academic"},{"name":"podium_with_speaker","shortcodes":["podium_with_speaker"],"url":"./custom/podium_with_speaker.svg","category":"People and activities"},{"name":"podium_without_speaker","shortcodes":["podium_without_speaker"],"url":"./custom/podium_without_speaker.svg","category":"Academic"},{"name":"portrait_mode","shortcodes":["portrait_mode"],"url":"./custom/portrait_mode.svg","category":"People and activities"},{"name":"positive_dynamic","shortcodes":["positive_dynamic"],"url":"./custom/positive_dynamic.svg","category":"Business"},{"name":"previous","shortcodes":["previous"],"url":"./custom/previous.svg","category":"Symbols"},{"name":"print","shortcodes":["print"],"url":"./custom/print.svg","category":"Technical and software"},{"name":"privacy","shortcodes":["privacy"],"url":"./custom/privacy.svg","category":"Technical and software"},{"name":"process","shortcodes":["process"],"url":"./custom/process.svg","category":"Business"},{"name":"puzzle","shortcodes":["puzzle"],"url":"./custom/puzzle.svg"},{"name":"questions","shortcodes":["questions"],"url":"./custom/questions.svg","category":"Business"},{"name":"radar_plot","shortcodes":["radar_plot"],"url":"./custom/radar_plot.svg","category":"Business"},{"name":"rating","shortcodes":["rating"],"url":"./custom/rating.svg","category":"Symbols"},{"name":"ratings","shortcodes":["ratings"],"url":"./custom/ratings.svg","category":"Business"},{"name":"reading","shortcodes":["reading"],"url":"./custom/reading.svg","category":"People and activities"},{"name":"reading_ebook","shortcodes":["reading_ebook"],"url":"./custom/reading_ebook.svg","category":"People and activities"},{"name":"redo","shortcodes":["redo"],"url":"./custom/redo.svg","category":"Technical and software"},{"name":"refresh","shortcodes":["refresh"],"url":"./custom/refresh.svg","category":"Technical and software"},{"name":"registered_trademark","shortcodes":["registered_trademark"],"url":"./custom/registered_trademark.svg","category":"Symbols"},{"name":"remove_image","shortcodes":["remove_image"],"url":"./custom/remove_image.svg","category":"Film and Photography"},{"name":"reuse","shortcodes":["reuse"],"url":"./custom/reuse.svg","category":"People and activities"},{"name":"right","shortcodes":["right"],"url":"./custom/right.svg","category":"Arrows"},{"name":"right_down","shortcodes":["right_down"],"url":"./custom/right_down.svg","category":"Arrows"},{"name":"right_down2","shortcodes":["right_down2"],"url":"./custom/right_down2.svg","category":"Arrows"},{"name":"right_up","shortcodes":["right_up"],"url":"./custom/right_up.svg","category":"Arrows"},{"name":"right_up2","shortcodes":["right_up2"],"url":"./custom/right_up2.svg","category":"Arrows"},{"name":"rotate_camera","shortcodes":["rotate_camera"],"url":"./custom/rotate_camera.svg","category":"Film and Photography"},{"name":"rotate_to_landscape","shortcodes":["rotate_to_landscape"],"url":"./custom/rotate_to_landscape.svg","category":"Film and Photography"},{"name":"rotate_to_portrait","shortcodes":["rotate_to_portrait"],"url":"./custom/rotate_to_portrait.svg","category":"Film and Photography"},{"name":"ruler","shortcodes":["ruler"],"url":"./custom/ruler.svg","category":"Academic"},{"name":"rules","shortcodes":["rules"],"url":"./custom/rules.svg","category":"Academic"},{"name":"safe","shortcodes":["safe"],"url":"./custom/safe.svg","category":"Business"},{"name":"sales_performance","shortcodes":["sales_performance"],"url":"./custom/sales_performance.svg","category":"Business"},{"name":"scatter_plot","shortcodes":["scatter_plot"],"url":"./custom/scatter_plot.svg","category":"Business"},{"name":"search","shortcodes":["search"],"url":"./custom/search.svg","category":"Technical and software"},{"name":"self_service_kiosk","shortcodes":["self_service_kiosk"],"url":"./custom/self_service_kiosk.svg","category":"Business"},{"name":"selfie","shortcodes":["selfie"],"url":"./custom/selfie.svg","category":"People and activities"},{"name":"serial_tasks","shortcodes":["serial_tasks"],"url":"./custom/serial_tasks.svg","category":"Technical and software"},{"name":"service_mark","shortcodes":["service_mark"],"url":"./custom/service_mark.svg","category":"Symbols"},{"name":"services","shortcodes":["services"],"url":"./custom/services.svg","category":"Business"},{"name":"settings","shortcodes":["settings"],"url":"./custom/settings.svg","category":"Technical and software"},{"name":"share","shortcodes":["share"],"url":"./custom/share.svg","category":"Technical and software"},{"name":"shipped","shortcodes":["shipped"],"url":"./custom/shipped.svg","category":"Business"},{"name":"shop","shortcodes":["shop"],"url":"./custom/shop.svg"},{"name":"signature","shortcodes":["signature"],"url":"./custom/signature.svg"},{"name":"sim_card","shortcodes":["sim_card"],"url":"./custom/sim_card.svg","category":"Technical and software"},{"name":"sim_card_chip","shortcodes":["sim_card_chip"],"url":"./custom/sim_card_chip.svg","category":"Technical and software"},{"name":"slr_back_side","shortcodes":["slr_back_side"],"url":"./custom/slr_back_side.svg","category":"Film and Photography"},{"name":"smartphone_tablet","shortcodes":["smartphone_tablet"],"url":"./custom/smartphone_tablet.svg","category":"Technical and software"},{"name":"sms","shortcodes":["sms"],"url":"./custom/sms.svg","category":"Technical and software"},{"name":"sound_recording_copyright","shortcodes":["sound_recording_copyright"],"url":"./custom/sound_recording_copyright.svg","category":"Symbols"},{"name":"speaker","shortcodes":["speaker"],"url":"./custom/speaker.svg","category":"Technical and software"},{"name":"sports_mode","shortcodes":["sports_mode"],"url":"./custom/sports_mode.svg","category":"People and activities"},{"name":"stack_of_photos","shortcodes":["stack_of_photos"],"url":"./custom/stack_of_photos.svg","category":"Film and Photography"},{"name":"start","shortcodes":["start"],"url":"./custom/start.svg","category":"Symbols"},{"name":"statistics","shortcodes":["statistics"],"url":"./custom/statistics.svg","category":"Business"},{"name":"support","shortcodes":["support"],"url":"./custom/support.svg","category":"Business"},{"name":"survey","shortcodes":["survey"],"url":"./custom/survey.svg","category":"Business"},{"name":"switch_camera","shortcodes":["switch_camera"],"url":"./custom/switch_camera.svg","category":"Film and Photography"},{"name":"synchronize","shortcodes":["synchronize"],"url":"./custom/synchronize.svg","category":"Symbols"},{"name":"template","shortcodes":["template"],"url":"./custom/template.svg","category":"Business"},{"name":"timeline","shortcodes":["timeline"],"url":"./custom/timeline.svg","category":"Business"},{"name":"todo_list","shortcodes":["todo_list"],"url":"./custom/todo_list.svg","category":"Business"},{"name":"touchscreen_smartphone","shortcodes":["touchscreen_smartphone"],"url":"./custom/touchscreen_smartphone.svg","category":"Technical and software"},{"name":"trademark","shortcodes":["trademark"],"url":"./custom/trademark.svg","category":"Symbols"},{"name":"tree_structure","shortcodes":["tree_structure"],"url":"./custom/tree_structure.svg","category":"Technical and software"},{"name":"two_smartphones","shortcodes":["two_smartphones"],"url":"./custom/two_smartphones.svg","category":"Technical and software"},{"name":"undo","shortcodes":["undo"],"url":"./custom/undo.svg","category":"Technical and software"},{"name":"unlock","shortcodes":["unlock"],"url":"./custom/unlock.svg","category":"Technical and software"},{"name":"up","shortcodes":["up"],"url":"./custom/up.svg","category":"Arrows"},{"name":"up_left","shortcodes":["up_left"],"url":"./custom/up_left.svg","category":"Arrows"},{"name":"up_right","shortcodes":["up_right"],"url":"./custom/up_right.svg","category":"Arrows"},{"name":"upload","shortcodes":["upload"],"url":"./custom/upload.svg","category":"Technical and software"},{"name":"video_call","shortcodes":["video_call"],"url":"./custom/video_call.svg","category":"Technical and software"},{"name":"video_file","shortcodes":["video_file"],"url":"./custom/video_file.svg","category":"Film and Photography"},{"name":"video_projector","shortcodes":["video_projector"],"url":"./custom/video_projector.svg","category":"Film and Photography"},{"name":"view_details","shortcodes":["view_details"],"url":"./custom/view_details.svg","category":"Business"},{"name":"vip","shortcodes":["vip"],"url":"./custom/vip.svg","category":"Business"},{"name":"voice_presentation","shortcodes":["voice_presentation"],"url":"./custom/voice_presentation.svg","category":"People and activities"},{"name":"voicemail","shortcodes":["voicemail"],"url":"./custom/voicemail.svg","category":"Technical and software"},{"name":"webcam","shortcodes":["webcam"],"url":"./custom/webcam.svg","category":"Film and Photography"},{"name":"workflow","shortcodes":["workflow"],"url":"./custom/workflow.svg","category":"Business"}] \ No newline at end of file +{"Symbols":["about","approval","approve","automatic","biohazard","cancel","checkmark","collapse","collect","copyleft","copyright","currency_exchange","dislike","expand","high_priority","info","like","like_placeholder","minus","next","ok","plus","previous","rating","registered_trademark","service_mark","sound_recording_copyright","start","synchronize","trademark"],"Technical and software":["accept_database","add_column","add_database","add_row","address_book","alphabetical_sorting_az","alphabetical_sorting_za","audio_file","bookmark","broken_link","capacitor","cell_phone","charge_battery","circuit","clear_filters","command_line","comments","crystal_oscillator","cursor","data_backup","data_configuration","data_encryption","data_protection","data_recovery","data_sheet","database","delete_column","delete_database","delete_row","download","edit_image","electrical_sensor","electrical_threshold","electro_devices","electronics","empty_battery","empty_filter","empty_trash","engineering","export","feed_in","file","filled_filter","folder","full_battery","full_trash","genealogy","generic_sorting_asc","generic_sorting_desc","headset","high_battery","integrated_webcam","landscape","link","lock","lock_landscape","lock_portrait","low_battery","menu","middle_battery","missed_call","mms","multiple_devices","multiple_inputs","multiple_smartphones","numerical_sorting_12","numerical_sorting_21","opened_folder","parallel_tasks","phone","print","privacy","redo","refresh","search","serial_tasks","settings","share","sim_card","sim_card_chip","smartphone_tablet","sms","speaker","touchscreen_smartphone","tree_structure","two_smartphones","undo","unlock","upload","video_call","voicemail"],"Film and Photography":["add_image","camcorder","camcorder_pro","camera","camera_addon","camera_identification","clapperboard","close_up_mode","compact_camera","film","film_reel","flash_auto","flash_off","flash_on","frame","gallery","image_file","multiple_cameras","no_video","old_time_camera","panorama","photo_reel","picture","remove_image","rotate_camera","rotate_to_landscape","rotate_to_portrait","slr_back_side","stack_of_photos","switch_camera","video_file","video_projector","webcam"],"Arrows":["advance","down","down_left","down_right","left","left_down","left_down2","left_up","left_up2","right","right_down","right_down2","right_up","right_up2","up","up_left","up_right"],"Time":["alarm_clock","calendar","clock","leave","planner"],"Business":["answers","area_chart","bad_decision","bar_chart","bearish","briefcase","bullish","business","business_contact","calculator","call_transfer","callback","collaboration","combo_chart","conference_call","contacts","decision","department","deployment","disapprove","disclaimer","document","donate","doughnut_chart","end_call","expired","external","factory","factory_breakdown","faq","feedback","filing_cabinet","fine_print","flow_chart","good_decision","grid","heat_map","idea","import","in_transit","inspection","internal","invite","line_chart","list","low_priority","make_decision","medium_priority","mind_map","money_transfer","negative_dynamic","neutral_decision","neutral_trading","no_idea","org_unit","organization","overtime","package","paid","pie_chart","positive_dynamic","process","questions","radar_plot","ratings","safe","sales_performance","scatter_plot","self_service_kiosk","services","shipped","statistics","support","survey","template","timeline","todo_list","view_details","vip","workflow"],"People and activities":["assistant","businessman","businesswoman","butting_in","customer_support","debt","manager","night_portrait","online_support","podium_with_speaker","portrait_mode","reading","reading_ebook","reuse","selfie","sports_mode","voice_presentation"],"":["automotive","binoculars","candle_sticks","cloth","dam","display","do_not_inhale","do_not_insert","do_not_mix","electricity","globe","home","key","light_at_the_end_of_tunnel","music","news","night_landscape","puzzle","shop","signature"],"Academic":["biomass","biotech","diploma_1","diploma_2","graduation_cap","library","podium_with_audience","podium_without_speaker","ruler","rules"]} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index e0e27a2..255d68f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,8 +1,8 @@ - - + + emoji-picker-element @@ -175,11 +175,12 @@