RemixIconEx.Editor.align_left
You're seeing just the function
align_left
, go back to RemixIconEx.Editor module for more information.
Link to this function
align_left(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.align_left()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M3 4h18v2H3V4zm0 15h14v2H3v-2zm0-5h18v2H3v-2zm0-5h14v2H3V9z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}