<%= icon_tag("user-smile-fill", class: "inline-block align-text-bottom shrink-0 w-6 h-6 rounded-[4.81rem] body-small fill-yellow bg-black") %>
<%= @user_label %>
<% if (available_locales = Spree.i18n_available_locales).any? %>
-
<%= form_tag request.fullpath, method: :get do %>
<% end %>
<% end %>
-
<%= link_to @account_path, class: 'flex gap-2 items-center px-2' do %>
<%= icon_tag("user-3-line", class: "w-5 h-5 fill-current shrink") %>
<%= t('.account') %>
<% end %>
-
<%= button_to @logout_path, method: @logout_method, class: 'flex gap-2 items-center px-2' do %>
<%= icon_tag("logout-box-line", class: "w-5 h-5 fill-current shrink") %>
<%= t('.logout') %>
<% end %>