RemixIconEx.Design.paint
You're seeing just the function
paint
, go back to RemixIconEx.Design module for more information.
Link to this function
paint(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Design.paint()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M19.228 18.732l1.768-1.768 1.767 1.768a2.5 2.5 0 1 1-3.535 0zM8.878 1.08l11.314 11.313a1 1 0 0 1 0 1.415l-8.485 8.485a1 1 0 0 1-1.414 0l-8.485-8.485a1 1 0 0 1 0-1.415l7.778-7.778-2.122-2.121L8.88 1.08zM11 6.03L3.929 13.1 11 20.173l7.071-7.071L11 6.029z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}