mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 09:38:26 +02:00
♻️ Rename all refactored icons
This commit is contained in:
parent
4ef2482b02
commit
5739c0797c
232 changed files with 267 additions and 279 deletions
|
@ -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]}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue