RemixIconEx.Business.inbox_unarchive
You're seeing just the function
inbox_unarchive
, go back to RemixIconEx.Business module for more information.
Link to this function
inbox_unarchive(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.inbox_unarchive()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M20 3l2 4v13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7.004L4 3h16zm0 6H4v10h16V9zm-8 1l4 4h-3v4h-2v-4H8l4-4zm6.764-5H5.236l-.999 2h15.527l-1-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}