RemixIconEx.Design.clockwise
You're seeing just the function
clockwise
, go back to RemixIconEx.Design module for more information.
Link to this function
clockwise(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Design.clockwise()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M20 10.586l1.828-1.829 1.415 1.415L19 14.414l-4.243-4.242 1.415-1.415L18 10.586V8a3 3 0 0 0-3-3h-4V3h4a5 5 0 0 1 5 5v2.586zM13 9a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h10zm-1 2H4v8h8v-8z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}