RemixIconEx.Design.scissors_2
You're seeing just the function
scissors_2
, go back to RemixIconEx.Design module for more information.
Link to this function
scissors_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Design.scissors_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M12 13.414l-2.554 2.554a4 4 0 1 1-1.414-1.414L10.586 12 4.565 5.98a2 2 0 0 1 0-2.83L12 10.587l7.435-7.435a2 2 0 0 1 0 2.828L13.415 12l2.553 2.554a4 4 0 1 1-1.414 1.414L12 13.414zM6 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm12 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}