RemixIconEx.System.star
You're seeing just the function
star
, go back to RemixIconEx.System module for more information.
Link to this function
star(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.System.star()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M12 18.26l-7.053 3.948 1.575-7.928L.587 8.792l8.027-.952L12 .5l3.386 7.34 8.027.952-5.935 5.488 1.575 7.928L12 18.26zm0-2.292l4.247 2.377-.949-4.773 3.573-3.305-4.833-.573L12 5.275l-2.038 4.42-4.833.572 3.573 3.305-.949 4.773L12 15.968z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}