RemixIconEx.Design.collage
You're seeing just the function
collage
, go back to RemixIconEx.Design module for more information.
Link to this function
collage(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Design.collage()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M20 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h16zm-8.811 10.158L5 14.25V19h7.218l-1.03-5.842zM19 5h-7.219l2.468 14H19V5zM9.75 5H5v7.218l5.842-1.03L9.75 5z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}