From e4dc761107f9c9695d85730862fa1fb9c8f118ef Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 2 Jan 2016 17:35:37 +0200 Subject: [PATCH] Fix viewbox on external icons collection. --- frontend/uxbox/library/icons.cljs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/uxbox/library/icons.cljs b/frontend/uxbox/library/icons.cljs index d593b2004..6f629ccaf 100644 --- a/frontend/uxbox/library/icons.cljs +++ b/frontend/uxbox/library/icons.cljs @@ -18,12 +18,12 @@ (def ^:private +external+ [{:name "Custon icon" - :view-box [0 0 50 50] + :view-box [0 0 48 48] :id (gensym "icon") :type :builtin/icon-svg :image {:xlink-href "http://s.cdpn.io/3/kiwi.svg" - :width 50 - :height 50}}]) + :width 48 + :height 48}}]) (def +collections+ [{:name "Material design (actions)"