RemixIconEx.Buildings.home_5
You're seeing just the function
home_5
, go back to RemixIconEx.Buildings module for more information.
Link to this function
home_5(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Buildings.home_5()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M13 19h6V9.978l-7-5.444-7 5.444V19h6v-6h2v6zm8 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.49a1 1 0 0 1 .386-.79l8-6.222a1 1 0 0 1 1.228 0l8 6.222a1 1 0 0 1 .386.79V20z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}