♻️ 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

@ -26,13 +26,13 @@
[rumext.v2 :as mf]))
(def ^:private neutral-icon
(i/icon-xref :msg-neutral-refactor (stl/css :icon)))
(i/icon-xref :msg-neutral (stl/css :icon)))
(def ^:private error-icon
(i/icon-xref :delete-text-refactor (stl/css :icon)))
(i/icon-xref :delete-text (stl/css :icon)))
(def ^:private close-icon
(i/icon-xref :close-refactor (stl/css :close-icon)))
(i/icon-xref :close (stl/css :close-icon)))
(mf/defc export-multiple-dialog
[{:keys [exports title cmd no-selection]}]