mirror of
https://github.com/penpot/penpot.git
synced 2026-02-25 05:45:53 +00:00
📎 Remove unused legacy icons preview
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user