1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Redesign/apple emoji icons instead of system emoji for auth flow (#745)

This commit is contained in:
Evgenii Kozlov 2020-08-28 15:13:42 +03:00 committed by GitHub
parent b04fe251c7
commit 65d79a0cc8
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 19 additions and 68 deletions

View file

@ -10,13 +10,15 @@ class DefaultDocumentEmojiIconProvider : DocumentEmojiIconProvider {
"💡", "🎒", "🚀", "🤖", "📚",
"🍎", "🏡", "🤝", "😍", "",
"🔥", "💥", "", "", "📌",
"🚩", "🦉", "📮", "📄", "🖌",
"🖍", "🦉", "📮", "📄", "🖌",
"🗳", "", "🔑", "🎉", "🗃",
"🔖", "🧠", "👁", "🎗", "🎲",
"🧩", "🚲", "", "🔶", "🌍",
"🏕", "🧳", "🌵", "🚗", "🚂",
"🏙", "🚲", "", "🔶", "🌍",
"🏕", "🎡", "🌵", "🚗", "🚂",
"🖼", "", "🥁", "🚠", "🛫",
"🏔", "🏗", "🛠", "🔍", "🕹"
"🏔", "🏗", "🛠", "🔍", "🕹",
"🛋", "🎁", "🧮", "🏜", "🌋",
"🎇", "🍏", "💫", "🌿", "🦊"
)
}