RemixIconEx.Editor.align_top

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

align_top(icon_css_class \\ "icon")

iex> Elixir.RemixIconEx.Editor.align_top()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
  <path d="M3 3h18v2H3V3zm5 8v10H6V11H3l4-4 4 4H8zm10 0v10h-2V11h-3l4-4 4 4h-3z" />
</svg>

example usage

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