mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
📎 Remove unused legacy icons preview
This commit is contained in:
parent
3b6ed823b9
commit
de89dfe27f
1 changed files with 0 additions and 13 deletions
|
@ -285,19 +285,6 @@
|
|||
"A collection of all icons"
|
||||
(collect-icons))
|
||||
|
||||
(mf/defc debug-icons-preview
|
||||
{::mf/wrap-props false}
|
||||
[]
|
||||
(let [entries (->> (seq (js/Object.entries default))
|
||||
(sort-by first))]
|
||||
[:section.debug-icons-preview
|
||||
[:h2 "icons"]
|
||||
(for [[key val] entries]
|
||||
[:div.icon-item-old {:key key
|
||||
:title key}
|
||||
val
|
||||
[:span key]])]))
|
||||
|
||||
(defn key->icon
|
||||
[icon-key]
|
||||
(when icon-key
|
||||
|
|
Loading…
Add table
Reference in a new issue