RemixIconEx.User.women
You're seeing just the function
women
, go back to RemixIconEx.User module for more information.
Link to this function
women(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.User.women()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M11 15.934A7.501 7.501 0 0 1 12 1a7.5 7.5 0 0 1 1 14.934V18h5v2h-5v4h-2v-4H6v-2h5v-2.066zM12 14a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}