RemixIconEx.Media.order_play
You're seeing just the function
order_play
, go back to RemixIconEx.Media module for more information.
Link to this function
order_play(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Media.order_play()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M17 4V2.068a.5.5 0 0 1 .82-.385l4.12 3.433a.5.5 0 0 1-.321.884H2V4h15zM2 18h20v2H2v-2zm0-7h20v2H2v-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}