diff --git a/src/uxbox/shapes.cljs b/src/uxbox/shapes.cljs index 57241d9e5..cf8b4e446 100644 --- a/src/uxbox/shapes.cljs +++ b/src/uxbox/shapes.cljs @@ -8,7 +8,7 @@ (as-> (make-hierarchy) $ (derive $ :builtin/icon ::shape) (derive $ :builtin/icon-svg ::shape) - (derive $ :builtin/icon-group ::shape))) + (derive $ :builtin/group ::shape))) (defn shape? [type]