RemixIconEx.System.logout_box
You're seeing just the function
logout_box
, go back to RemixIconEx.System module for more information.
Link to this function
logout_box(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.System.logout_box()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M4 18h2v2h12V4H6v2H4V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3zm2-7h7v2H6v3l-5-4 5-4v3z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}