diff --git a/images/icon_add.png b/images/icon_add.png deleted file mode 100644 index 8593bd6d04..0000000000 Binary files a/images/icon_add.png and /dev/null differ diff --git a/images/icon_add_gray.png b/images/icon_add_gray.png deleted file mode 100644 index 8ddec19c24..0000000000 Binary files a/images/icon_add_gray.png and /dev/null differ diff --git a/images/icon_back.png b/images/icon_back.png deleted file mode 100644 index 70e85f3fc4..0000000000 Binary files a/images/icon_back.png and /dev/null differ diff --git a/images/icon_dollar.png b/images/icon_dollar.png deleted file mode 100644 index be7735955e..0000000000 Binary files a/images/icon_dollar.png and /dev/null differ diff --git a/images/icon_group.png b/images/icon_group.png deleted file mode 100644 index 373056e72b..0000000000 Binary files a/images/icon_group.png and /dev/null differ diff --git a/images/icon_hamburger.png b/images/icon_hamburger.png deleted file mode 100644 index c3c67a10df..0000000000 Binary files a/images/icon_hamburger.png and /dev/null differ diff --git a/images/icon_list.png b/images/icon_list.png deleted file mode 100644 index 37d20bf9c7..0000000000 Binary files a/images/icon_list.png and /dev/null differ diff --git a/images/icon_lock_gray.png b/images/icon_lock_gray.png deleted file mode 100644 index dce5f8dff8..0000000000 Binary files a/images/icon_lock_gray.png and /dev/null differ diff --git a/images/icon_lock_white.png b/images/icon_lock_white.png deleted file mode 100644 index 7da52c18af..0000000000 Binary files a/images/icon_lock_white.png and /dev/null differ diff --git a/images/icon_ok.png b/images/icon_ok.png deleted file mode 100644 index eb19a3fea5..0000000000 Binary files a/images/icon_ok.png and /dev/null differ diff --git a/images/icon_ok_small.png b/images/icon_ok_small.png deleted file mode 100644 index 86047df5f3..0000000000 Binary files a/images/icon_ok_small.png and /dev/null differ diff --git a/images/icon_search.png b/images/icon_search.png deleted file mode 100644 index 7ea3e3bf36..0000000000 Binary files a/images/icon_search.png and /dev/null differ diff --git a/images/icon_send.png b/images/icon_send.png deleted file mode 100644 index 45eda4e76e..0000000000 Binary files a/images/icon_send.png and /dev/null differ diff --git a/images/icon_smile.png b/images/icon_smile.png deleted file mode 100644 index 07d91c4588..0000000000 Binary files a/images/icon_smile.png and /dev/null differ diff --git a/src/syng_im/resources.cljs b/src/syng_im/resources.cljs index 86992cd208..ce2a17a11e 100644 --- a/src/syng_im/resources.cljs +++ b/src/syng_im/resources.cljs @@ -17,19 +17,4 @@ (def trash-icon (js/require "./images/trash.png")) (def leave-icon (js/require "./images/leave.png")) -(def icon-back (js/require "./images/icon_back.png")) -(def icon-dollar (js/require "./images/icon_dollar.png")) -(def icon-list (js/require "./images/icon_list.png")) -(def icon-lock-gray (js/require "./images/icon_lock_gray.png")) -(def icon-lock-white (js/require "./images/icon_lock_white.png")) -(def icon-ok-small (js/require "./images/icon_ok_small.png")) -(def icon-smile (js/require "./images/icon_smile.png")) - -(def icon-add (js/require "./images/icon_add.png")) -(def icon-add-gray (js/require "./images/icon_add_gray.png")) -(def icon-group (js/require "./images/icon_group.png")) -(def icon-hamburger (js/require "./images/icon_hamburger.png")) -(def icon-search (js/require "./images/icon_search.png")) -(def icon-send (js/require "./images/icon_send.png")) (def icon-close-gray (js/require "./images/icon_close_gray.png")) -(def icon-ok (js/require "./images/icon_ok.png"))