RemixIconEx.Weather.tornado
You're seeing just the function
tornado
, go back to RemixIconEx.Weather module for more information.
Link to this function
tornado(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Weather.tornado()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M2 3h20v2H2V3zm2 4h16v2H4V7zm4 4h14v2H8v-2zm2 4h8v2h-8v-2zm-2 4h6v2H8v-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}