♻️ Rename all refactored icons

This commit is contained in:
Eva Marco 2024-03-08 11:37:16 +01:00 committed by Alonso Torres
parent 4ef2482b02
commit 5739c0797c
232 changed files with 267 additions and 279 deletions

View file

@ -35,10 +35,10 @@
[rumext.v2 :as mf]))
(def ^:private show-more-icon
(i/icon-xref :arrow-refactor (stl/css :show-more-icon)))
(i/icon-xref :arrow (stl/css :show-more-icon)))
(def ^:private close-icon
(i/icon-xref :close-refactor (stl/css :close-icon)))
(i/icon-xref :close (stl/css :close-icon)))
(mf/defc header
{::mf/wrap [mf/memo]}