RemixIconEx.System.spam
You're seeing just the function
spam
, go back to RemixIconEx.System module for more information.
Link to this function
spam(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.System.spam()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M17.5 2.5L23 12l-5.5 9.5h-11L1 12l5.5-9.5h11zm-1.153 2H7.653L3.311 12l4.342 7.5h8.694l4.342-7.5-4.342-7.5zM11 15h2v2h-2v-2zm0-8h2v6h-2V7z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}