RemixIconEx.Document.folder_2
You're seeing just the function
folder_2
, go back to RemixIconEx.Document module for more information.
Link to this function
folder_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Document.folder_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM20 11H4v8h16v-8zm0-2V7h-8.414l-2-2H4v4h16z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}