RemixIconEx.Business.slideshow_3
You're seeing just the function
slideshow_3
, go back to RemixIconEx.Business module for more information.
Link to this function
slideshow_3(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.slideshow_3()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M13 18v2h4v2H7v-2h4v-2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-8zM4 5v11h16V5H4zm6 2.5l5 3-5 3v-6z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}