RemixIconEx.Business.mail_send
You're seeing just the function
mail_send
, go back to RemixIconEx.Business module for more information.
Link to this function
mail_send(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.mail_send()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M22 20.007a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V19h18V7.3l-8 7.2-10-9V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v16.007zM4.434 5L12 11.81 19.566 5H4.434zM0 15h8v2H0v-2zm0-5h5v2H0v-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}