mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 21:06:40 +02:00
Add support for icon-raw to layers sidebar.
This commit is contained in:
parent
c9221d6b36
commit
02c7793050
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@
|
||||||
[item]
|
[item]
|
||||||
(case (:type item)
|
(case (:type item)
|
||||||
:icon (icon/icon-svg item)
|
:icon (icon/icon-svg item)
|
||||||
|
:icon-raw (icon/icon-raw-svg item)
|
||||||
:line i/line
|
:line i/line
|
||||||
:circle i/circle
|
:circle i/circle
|
||||||
:path i/curve
|
:path i/curve
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue