RemixIconEx.Buildings.home_7
You're seeing just the function
home_7
, go back to RemixIconEx.Buildings module for more information.
Link to this function
home_7(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Buildings.home_7()
<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 1zM6 19h12V9.157l-6-5.454-6 5.454V19zm6-4a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}