RemixIconEx.Editor.separator
You're seeing just the function
separator
, go back to RemixIconEx.Editor module for more information.
Link to this function
separator(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.separator()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M2 11h2v2H2v-2zm4 0h12v2H6v-2zm14 0h2v2h-2v-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}