RemixIconEx.Business.flag_2
You're seeing just the function
flag_2
, go back to RemixIconEx.Business module for more information.
Link to this function
flag_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.flag_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M4 17v5H2V3h19.138a.5.5 0 0 1 .435.748L18 10l3.573 6.252a.5.5 0 0 1-.435.748H4zM4 5v10h14.554l-2.858-5 2.858-5H4z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}