RemixIconEx.Editor.number_7

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

number_7(icon_css_class \\ "icon")

iex> Elixir.RemixIconEx.Editor.number_7()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
  <path d="M19 2v1.5L10.763 22H8.574l8.013-18H6V2z" />
</svg>

example usage

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