UNPKG

@churchapps/apphelper-markdown

Version:

ChurchApps markdown/lexical editor components

59 lines (58 loc) 958 B
// Minimal icon names list for markdown editor emoji functionality // The full icon picker has been moved to B1App const IconNamesList = [ "person", "group", "groups", "contact_mail", "mail", "church", "favorite", "volunteer_activism", "link", "home", "apps", "web", "public", "rss_feed", "videocam", "live_tv", "music_note", "menu_book", "star", "accessible", "woman", "man", "child_care", "handshake", "location_on", "restaurant", "local_cafe", "face", "sentiment_satisfied", "thumb_up", "celebration", "check", "close", "add", "remove", "edit", "delete", "save", "cancel", "search", "filter_list", "sort", "refresh", "download", "upload", "share", "copy", "cut", "paste", "undo", "redo", "zoom_in", "zoom_out" ]; export default IconNamesList;