RemixIconEx.Business.send_plane_2
You're seeing just the function
send_plane_2
, go back to RemixIconEx.Business module for more information.
Link to this function
send_plane_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.send_plane_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M3.741 1.408l18.462 10.154a.5.5 0 0 1 0 .876L3.741 22.592A.5.5 0 0 1 3 22.154V1.846a.5.5 0 0 1 .741-.438zM5 13v6.617L18.85 12 5 4.383V11h5v2H5z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}