RemixIconEx.Editor.number_2
You're seeing just the function
number_2
, go back to RemixIconEx.Editor module for more information.
Link to this function
number_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.number_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M16 7.5a4 4 0 1 0-8 0H6a6 6 0 1 1 10.663 3.776l-7.32 8.723L18 20v2H6v-1.127l9.064-10.802A3.982 3.982 0 0 0 16 7.5z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}