RemixIconEx.Media.stop
You're seeing just the function
stop
, go back to RemixIconEx.Media module for more information.
Link to this function
stop(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Media.stop()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M7 7v10h10V7H7zM6 5h12a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}