RemixIconEx.User.emotion_laugh
You're seeing just the function
emotion_laugh
, go back to RemixIconEx.User module for more information.
Link to this function
emotion_laugh(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.User.emotion_laugh()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm0 7c2 0 3.667.333 5 1a5 5 0 0 1-10 0c1.333-.667 3-1 5-1zM8.5 7a2.5 2.5 0 0 1 2.45 2h-4.9A2.5 2.5 0 0 1 8.5 7zm7 0a2.5 2.5 0 0 1 2.45 2h-4.9a2.5 2.5 0 0 1 2.45-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}