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