RemixIconEx.Editor.number_6
You're seeing just the function
number_6
, go back to RemixIconEx.Editor module for more information.
Link to this function
number_6(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.number_6()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M14.886 2l-4.438 7.686A6.5 6.5 0 1 1 6.4 12.7L12.576 2h2.31zM12 11.5a4.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;
}