RemixIconEx.Business.slideshow
You're seeing just the function
slideshow
, go back to RemixIconEx.Business module for more information.
Link to this function
slideshow(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.slideshow()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M13 21v2h-2v-2H3a1 1 0 0 1-1-1V6h20v14a1 1 0 0 1-1 1h-8zm-9-2h16V8H4v11zm9-9h5v2h-5v-2zm0 4h5v2h-5v-2zm-4-4v3h3a3 3 0 1 1-3-3zM2 3h20v2H2V3z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}