RemixIconEx.Media.pause
You're seeing just the function
pause
, go back to RemixIconEx.Media module for more information.
Link to this function
pause(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Media.pause()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M6 5h2v14H6V5zm10 0h2v14h-2V5z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}