diff --git a/src/main/webapp/static/themes/light/styles/_square_theme.scss b/src/main/webapp/static/themes/light/styles/_square_theme.scss
index 98b35f12762a9bab1bbd3606c11e8120cf0019ad..9f58a0f986b4213fcb28394d29b9bae9abb31ef1 100644
--- a/src/main/webapp/static/themes/light/styles/_square_theme.scss
+++ b/src/main/webapp/static/themes/light/styles/_square_theme.scss
@@ -70,8 +70,7 @@ wizard {
 	}
 }
 
-/* Load font-awesome variables to change the icon used for the toggle button */
-@import "../../../font-awesome/scss/variables";
+/* Change the round icon used for the toggle button to square one */
 .o_icon_toggle:before { content: $fa-var-stop; }
 .o_button_toggle {
 	line-height: $o-toggle-size + 1;