RemixIconEx.System.arrow_left_s
You're seeing just the function
arrow_left_s
, go back to RemixIconEx.System module for more information.
Link to this function
arrow_left_s(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.System.arrow_left_s()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M10.828 12l4.95 4.95-1.414 1.414L8 12l6.364-6.364 1.414 1.414z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}