RemixIconEx.System.timer_flash
You're seeing just the function
timer_flash
, go back to RemixIconEx.System module for more information.
Link to this function
timer_flash(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.System.timer_flash()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M6.382 5.968A8.962 8.962 0 0 1 12 4c2.125 0 4.078.736 5.618 1.968l1.453-1.453 1.414 1.414-1.453 1.453a9 9 0 1 1-14.064 0L3.515 5.93l1.414-1.414 1.453 1.453zM12 20a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm1-8h3l-5 6.5V14H8l5-6.505V12zM8 1h8v2H8V1z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}