mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 15:58:29 +02:00
Fix icons viewbox and add id attribute.
This commit is contained in:
parent
fe6b93150b
commit
f19da5da9a
16 changed files with 1709 additions and 938 deletions
|
@ -19,7 +19,7 @@
|
|||
(def ^:private +external+
|
||||
[{:name "Custon icon"
|
||||
:view-box [0 0 50 50]
|
||||
:id :material/foobar
|
||||
:id (gensym "icon")
|
||||
:type :builtin/icon-svg
|
||||
:image {:xlink-href "http://s.cdpn.io/3/kiwi.svg"
|
||||
:width 50
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue