0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 09:38:56 -05:00

Fix viewbox on external icons collection.

This commit is contained in:
Andrey Antukh 2016-01-02 17:35:37 +02:00
parent 213cf60eb0
commit e4dc761107

View file

@ -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)"