RemixIconEx.Editor.send_to_back
You're seeing just the function
send_to_back
, go back to RemixIconEx.Editor module for more information.
Link to this function
send_to_back(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.send_to_back()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M11 3c.552 0 1 .448 1 1v2h5c.552 0 1 .448 1 1v5h2c.552 0 1 .448 1 1v7c0 .552-.448 1-1 1h-7c-.552 0-1-.448-1-1v-2H7c-.552 0-1-.448-1-1v-5H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h7zm5 5h-4v3c0 .552-.448 1-1 1H8v4h4v-3c0-.552.448-1 1-1h3V8z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}