RemixIconEx.Document.folder_music
You're seeing just the function
folder_music
, go back to RemixIconEx.Document module for more information.
Link to this function
folder_music(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Document.folder_music()
<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 2zM4 5v14h16V7h-8.414l-2-2H4zm7 8.05V9h5v2h-3v4.5a2.5 2.5 0 1 1-2-2.45z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}