RemixIconEx.Weather.cloudy_2
You're seeing just the function
cloudy_2
, go back to RemixIconEx.Weather module for more information.
Link to this function
cloudy_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Weather.cloudy_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M17 21H7A6 6 0 0 1 5.008 9.339a7 7 0 1 1 13.984 0A6 6 0 0 1 17 21zM7 19h10a4 4 0 1 0-.426-7.978 5 5 0 1 0-9.148 0A4 4 0 1 0 7 19z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}