RemixIconEx.Editor.wubi_input

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

wubi_input(icon_css_class \\ "icon")

iex> Elixir.RemixIconEx.Editor.wubi_input()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
  <path d="M3 21v-2h3.662l1.234-7H5v-2h3.249l.881-5H4V3h16v2h-8.839l-.882 5H18v9h3v2H3zm13-9H9.927l-1.235 7H16v-7z" />
</svg>

example usage

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