RemixIconEx.Editor.list_check_2

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

list_check_2(icon_css_class \\ "icon")

iex> Elixir.RemixIconEx.Editor.list_check_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
  <path d="M11 4h10v2H11V4zm0 4h6v2h-6V8zm0 6h10v2H11v-2zm0 4h6v2h-6v-2zM3 4h6v6H3V4zm2 2v2h2V6H5zm-2 8h6v6H3v-6zm2 2v2h2v-2H5z" />
</svg>

example usage

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