RemixIconEx.Weather.snowy
You're seeing just the function
snowy
, go back to RemixIconEx.Weather module for more information.
Link to this function
snowy(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Weather.snowy()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M13 16.268l1.964-1.134 1 1.732L14 18l1.964 1.134-1 1.732L13 19.732V22h-2v-2.268l-1.964 1.134-1-1.732L10 18l-1.964-1.134 1-1.732L11 16.268V14h2v2.268zM17 18v-2h.5a3.5 3.5 0 1 0-2.5-5.95V10a6 6 0 1 0-8 5.659v2.089a8 8 0 1 1 9.458-10.65A5.5 5.5 0 1 1 17.5 18l-.5.001z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}