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

@ -256,7 +256,7 @@
[:span {:class (stl/css-case
:collapsabled-icon true
:rotated collapsed-css?)}
i/arrow-refactor]]
i/arrow]]
[:div {:class (stl/css :code-lang-option)}
"CSS"]
@ -269,7 +269,7 @@
[:div {:class (stl/css :action-btns)}
[:button {:class (stl/css :expand-button)
:on-click on-expand}
i/code-refactor]
i/code]
[:& copy-button {:data copy-css-fn
:class (stl/css :css-copy-btn)
@ -295,7 +295,7 @@
[:span {:class (stl/css-case
:collapsabled-icon true
:rotated collapsed-markup?)}
i/arrow-refactor]]
i/arrow]]
[:& radio-buttons {:selected markup-type
:on-change set-markup
@ -310,7 +310,7 @@
[:div {:class (stl/css :action-btns)}
[:button {:class (stl/css :expand-button)
:on-click on-expand}
i/code-refactor]
i/code]
[:& copy-button {:data copy-html-fn
:class (stl/css :html-copy-btn)