RemixIconEx.Weather.hail
You're seeing just the function
hail
, go back to RemixIconEx.Weather module for more information.
Link to this function
hail(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Weather.hail()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M6 17.418A8.003 8.003 0 0 1 9 2a8.003 8.003 0 0 1 7.458 5.099A5.5 5.5 0 0 1 19 17.793v-2.13a3.5 3.5 0 1 0-4-5.612V10a6 6 0 1 0-9 5.197v2.221zM10 17a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm5 3a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-5 3a2 2 0 1 1 0-4 2 2 0 0 1 0 4z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}