RemixIconEx.Buildings.home_smile_2
You're seeing just the function
home_smile_2
, go back to RemixIconEx.Buildings module for more information.
Link to this function
home_smile_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Buildings.home_smile_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M19 19V9.799l-7-5.522-7 5.522V19h14zm2 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.314a1 1 0 0 1 .38-.785l8-6.311a1 1 0 0 1 1.24 0l8 6.31a1 1 0 0 1 .38.786V20zM7 12h2a3 3 0 0 0 6 0h2a5 5 0 0 1-10 0z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}