RemixIconEx.Weather.flashlight
You're seeing just the function
flashlight
, go back to RemixIconEx.Weather module for more information.
Link to this function
flashlight(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Weather.flashlight()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M13 9h8L11 24v-9H4l9-15v9zm-2 2V7.22L7.532 13H13v4.394L17.263 11H11z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}