RemixIconEx.Editor.list_unordered
You're seeing just the function
list_unordered
, go back to RemixIconEx.Editor module for more information.
Link to this function
list_unordered(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.list_unordered()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}