RemixIconEx.Editor.number_3
You're seeing just the function
number_3
, go back to RemixIconEx.Editor module for more information.
Link to this function
number_3(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.number_3()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M18 2v1.362L12.809 9.55a6.501 6.501 0 1 1-7.116 8.028l1.94-.486A4.502 4.502 0 0 0 16.5 16a4.5 4.5 0 0 0-6.505-4.03l-.228.122-.69-1.207L14.855 4 6.5 4V2H18z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}