RemixIconEx.Editor.split_cells_vertical

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

split_cells_vertical(icon_css_class \\ "icon")

iex> Elixir.RemixIconEx.Editor.split_cells_vertical()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
  <path d="M20 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h16zm-1 2H5v5.999L9 11v2H5v6h14v-6h-4v-2l4-.001V5zm-7 1l3 3h-2v6h2l-3 3-3-3h2V9H9l3-3z" />
</svg>

example usage

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