RemixIconEx.Communication.chat_check
You're seeing just the function
chat_check
, go back to RemixIconEx.Communication module for more information.
Link to this function
chat_check(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Communication.chat_check()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zm-.692-2H20V5H4v13.385L5.763 17zm5.53-4.879l4.243-4.242 1.414 1.414-5.657 5.657-3.89-3.89 1.415-1.414 2.475 2.475z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}