RemixIconEx.Design.clockwise_2
You're seeing just the function
clockwise_2
, go back to RemixIconEx.Design module for more information.
Link to this function
clockwise_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Design.clockwise_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M10.586 4L8.757 2.172 10.172.757 14.414 5l-4.242 4.243-1.415-1.415L10.586 6H8a3 3 0 0 0-3 3v4H3V9a5 5 0 0 1 5-5h2.586zM9 11a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1V11zm2 1v8h8v-8h-8z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}