RemixIconEx.Editor.sort_desc
You're seeing just the function
sort_desc
, go back to RemixIconEx.Editor module for more information.
Link to this function
sort_desc(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.sort_desc()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M20 4v12h3l-4 5-4-5h3V4h2zm-8 14v2H3v-2h9zm2-7v2H3v-2h11zm0-7v2H3V4h11z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}