RemixIconEx.Business.medal_2
You're seeing just the function
medal_2
, go back to RemixIconEx.Business module for more information.
Link to this function
medal_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.medal_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M12 8.5l2.116 5.088 5.492.44-4.184 3.584 1.278 5.36L12 20.1l-4.702 2.872 1.278-5.36-4.184-3.584 5.492-.44L12 8.5zm0 5.207l-.739 1.777-1.916.153 1.46 1.251-.447 1.871L12 17.756l1.641 1.003-.446-1.87 1.459-1.252-1.915-.153L12 13.707zM8 2v9H6V2h2zm10 0v9h-2V2h2zm-5 0v5h-2V2h2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}