RemixIconEx.Editor.send_backward

You're seeing just the function send_backward, go back to RemixIconEx.Editor module for more information.
Link to this function

send_backward(icon_css_class \\ "icon")

iex> Elixir.RemixIconEx.Editor.send_backward()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
  <path d="M14 3c.552 0 1 .448 1 1v5h5c.552 0 1 .448 1 1v10c0 .552-.448 1-1 1H10c-.552 0-1-.448-1-1v-5H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h10zm-1 2H5v8h4v-3c0-.552.448-1 1-1h3V5z" />
</svg>

example usage

svg.icon {
  width: 96;
  height: 96;
}