Add back icons/chats icon

Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
This commit is contained in:
Andrea Maria Piana 2018-01-13 14:28:19 +00:00 committed by Oskar Thoren
parent bcff786fdb
commit 29657a08de
No known key found for this signature in database
GPG Key ID: 5128AB0637CD85AF
1 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@
:icons/fullscreen (slurp-svg "./resources/icons/fullscreen.svg")
:icons/group-big (slurp-svg "./resources/icons/group_big.svg")
:icons/group-chat (slurp-svg "./resources/icons/group_chat.svg")
:icons/chats (slurp-svg "./resources/icons/chats.svg")
:icons/hamburger (slurp-svg "./resources/icons/hamburger.svg")
:icons/hidden (slurp-svg "./resources/icons/hidden.svg")
:icons/mic (slurp-svg "./resources/icons/mic.svg")
@ -105,4 +106,4 @@
color
:else
styles/icon-dark-color))))
(throw (js/Error. (str "Unknown icon: " name))))]))
(throw (js/Error. (str "Unknown icon: " name))))]))