RemixIconEx.Buildings.home_4
You're seeing just the function
home_4
, go back to RemixIconEx.Buildings module for more information.
Link to this function
home_4(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Buildings.home_4()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1zm-6-2h5V9.157l-6-5.454-6 5.454V19h5v-6h2v6z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}