RemixIconEx.Business.briefcase
You're seeing just the function
briefcase
, go back to RemixIconEx.Business module for more information.
Link to this function
briefcase(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.briefcase()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M7 5V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4zM4 16v3h16v-3H4zm0-2h16V7H4v7zM9 3v2h6V3H9zm2 8h2v2h-2v-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}