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