RemixIconEx.Finance.vip_diamond
You're seeing just the function
vip_diamond
, go back to RemixIconEx.Finance module for more information.
Link to this function
vip_diamond(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Finance.vip_diamond()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M4.873 3h14.254a1 1 0 0 1 .809.412l3.823 5.256a.5.5 0 0 1-.037.633L12.367 21.602a.5.5 0 0 1-.706.028c-.007-.006-3.8-4.115-11.383-12.329a.5.5 0 0 1-.037-.633l3.823-5.256A1 1 0 0 1 4.873 3zm.51 2l-2.8 3.85L12 19.05 21.417 8.85 18.617 5H5.383z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}