RemixIconEx.Communication.chat_2
You're seeing just the function
chat_2
, go back to RemixIconEx.Communication module for more information.
Link to this function
chat_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Communication.chat_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M14.45 19L12 22.5 9.55 19H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-6.55zm-1.041-2H20V5H4v12h6.591L12 19.012 13.409 17z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}