RemixIconEx.User.men
You're seeing just the function
men
, go back to RemixIconEx.User module for more information.
Link to this function
men(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.User.men()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M15.05 8.537L18.585 5H14V3h8v8h-2V6.414l-3.537 3.537a7.5 7.5 0 1 1-1.414-1.414zM10.5 20a5.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;
}