RemixIconEx.Editor.text_direction_l

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

text_direction_l(icon_css_class \\ "icon")

iex> Elixir.RemixIconEx.Editor.text_direction_l()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
  <path d="M11 5v10H9v-4a4 4 0 1 1 0-8h8v2h-2v10h-2V5h-2zM9 5a2 2 0 1 0 0 4V5zm8 12v-2.5l4 3.5-4 3.5V19H5v-2h12z" />
</svg>

example usage

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