<%= inline_svg_tag(image_path, aria_hidden: true, class: "crayons-icon") %>
<% if user_signed_in? # We cannot trigger the action state unless the user is signed in, so no need to render. %>
<%= inline_svg_tag(image_active_path, aria_hidden: true, class: "crayons-icon") %>
<% end %>