RemixIconEx.Editor.subscript_2

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

subscript_2(icon_css_class \\ "icon")

iex> Elixir.RemixIconEx.Editor.subscript_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
  <path d="M11 6v13H9V6H3V4h14v2h-6zm8.55 10.58a.8.8 0 1 0-1.32-.36l-1.154.33A2.001 2.001 0 0 1 19 14a2 2 0 0 1 1.373 3.454L18.744 19H21v1h-4v-1l2.55-2.42z" />
</svg>

example usage

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