RemixIconEx.Media.play_list_2
You're seeing just the function
play_list_2
, go back to RemixIconEx.Media module for more information.
Link to this function
play_list_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Media.play_list_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M22 18v2H2v-2h20zM2 3.5l8 5-8 5v-10zM22 11v2H12v-2h10zM4 7.108v2.784L6.226 8.5 4 7.108zM22 4v2H12V4h10z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}