From 3aafaf4665f2417c468861387a06f0c0a5e5cbe2 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 27 Dec 2015 15:27:48 +0200 Subject: [PATCH] Mark the icon collections as builtin. --- frontend/uxbox/library/icons.cljs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/uxbox/library/icons.cljs b/frontend/uxbox/library/icons.cljs index 3ae5c566a1..84a44f13fd 100644 --- a/frontend/uxbox/library/icons.cljs +++ b/frontend/uxbox/library/icons.cljs @@ -24,8 +24,10 @@ (def +collections+ [{:name "Material design" + :builtin true :id 1 :icons +material+} {:name "External icons" + :builtin true :id 2 :icons +external+}])