RemixIconEx.Business.reply
You're seeing just the function
reply
, go back to RemixIconEx.Business module for more information.
Link to this function
reply(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.reply()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M11 20L1 12l10-8v5c5.523 0 10 4.477 10 10 0 .273-.01.543-.032.81-1.463-2.774-4.33-4.691-7.655-4.805L13 15h-2v5zm-2-7h4.034l.347.007c1.285.043 2.524.31 3.676.766C15.59 12.075 13.42 11 11 11H9V8.161L4.202 12 9 15.839V13z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}