mirror of
https://github.com/penpot/penpot.git
synced 2025-02-14 02:58:39 -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+
|
(def ^:private +external+
|
||||||
[{:name "Custon icon"
|
[{:name "Custon icon"
|
||||||
:view-box [0 0 50 50]
|
:view-box [0 0 48 48]
|
||||||
:id (gensym "icon")
|
:id (gensym "icon")
|
||||||
:type :builtin/icon-svg
|
:type :builtin/icon-svg
|
||||||
:image {:xlink-href "http://s.cdpn.io/3/kiwi.svg"
|
:image {:xlink-href "http://s.cdpn.io/3/kiwi.svg"
|
||||||
:width 50
|
:width 48
|
||||||
:height 50}}])
|
:height 48}}])
|
||||||
|
|
||||||
(def +collections+
|
(def +collections+
|
||||||
[{:name "Material design (actions)"
|
[{:name "Material design (actions)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue