♻️ Rename all icon functions

This commit is contained in:
Eva Marco 2024-03-08 13:56:32 +01:00 committed by Alonso Torres
parent 5739c0797c
commit ca7438aab5
100 changed files with 777 additions and 772 deletions

View file

@ -180,7 +180,7 @@
[:span {:class (stl/css :dropdown-button)
:on-click toggle-dropdown}
i/arrow-refactor]
i/arrow]
[:& dropdown {:show (or is-open? false)
:on-close close-dropdown}
@ -199,4 +199,4 @@
:on-click select-item}
[:span {:class (stl/css :label)} label]
[:span {:class (stl/css :check-icon)}
i/tick-refactor]])))]]]))
i/tick]])))]]]))