RemixIconEx.System.loader_4
You're seeing just the function
loader_4
, go back to RemixIconEx.System module for more information.
Link to this function
loader_4(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.System.loader_4()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M18.364 5.636L16.95 7.05A7 7 0 1 0 19 12h2a9 9 0 1 1-2.636-6.364z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}