RemixIconEx.Weather.blaze
You're seeing just the function
blaze
, go back to RemixIconEx.Weather module for more information.
Link to this function
blaze(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Weather.blaze()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M19 9c.667 1.06 1 2.394 1 4 0 3-3.5 4-5 9-.667-.575-1-1.408-1-2.5 0-3.482 5-5.29 5-10.5zm-4.5-4a8.31 8.31 0 0 1 1 4c0 5-6 6-4 13C9.833 20.84 9 19.173 9 17c0-3.325 5.5-6 5.5-12zM10 1c.667 1.333 1 2.833 1 4.5 0 6-9 7.5-3 16.5-2.5-.5-4.5-3-4.5-6C3.5 9.5 10 8.5 10 1z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}