RemixIconEx.Editor.italic

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

italic(icon_css_class \\ "icon")

iex> Elixir.RemixIconEx.Editor.italic()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
  <path d="M15 20H7v-2h2.927l2.116-12H9V4h8v2h-2.927l-2.116 12H15z" />
</svg>

example usage

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