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