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:
parent
213cf60eb0
commit
e4dc761107
1 changed files with 3 additions and 3 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue