RemixIconEx.Editor.h_6

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

h_6(icon_css_class \\ "icon")

iex> Elixir.RemixIconEx.Editor.h_6()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
  <path d="M21.097 8l-2.598 4.5c2.21 0 4.001 1.79 4.001 4s-1.79 4-4 4-4-1.79-4-4c0-.736.199-1.426.546-2.019L18.788 8h2.309zM4 4v7h7V4h2v16h-2v-7H4v7H2V4h2zm14.5 10.5c-1.105 0-2 .895-2 2s.895 2 2 2 2-.895 2-2-.895-2-2-2z" />
</svg>

example usage

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