RemixIconEx.Business.record_mail
You're seeing just the function
record_mail
, go back to RemixIconEx.Business module for more information.
Link to this function
record_mail(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.record_mail()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M14.257 15a5.5 5.5 0 1 1 4.243 2h-13a5.5 5.5 0 1 1 4.243-2h4.514zM5.5 15a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm13 0a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}