RemixIconEx.Editor.number_9
You're seeing just the function
number_9
, go back to RemixIconEx.Editor module for more information.
Link to this function
number_9(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.number_9()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M12 1.5a6.5 6.5 0 0 1 5.619 9.77l-6.196 10.729H9.114l4.439-7.686A6.5 6.5 0 1 1 12 1.5zm0 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}