RemixIconEx.Buildings.home
You're seeing just the function
home
, go back to RemixIconEx.Buildings module for more information.
Link to this function
home(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Buildings.home()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M21 20a1 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.79V20zm-2-1V9.978l-7-5.444-7 5.444V19h14z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}