RemixIconEx.System.add
You're seeing just the function
add
, go back to RemixIconEx.System module for more information.
Link to this function
add(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.System.add()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}