RemixIconEx.Business.window_2
You're seeing just the function
window_2
, go back to RemixIconEx.Business module for more information.
Link to this function
window_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.window_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm17 8H4v8h16v-8zm0-2V5H4v4h16zm-5-3h4v2h-4V6z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}