RemixIconEx.System.delete_back_2
You're seeing just the function
delete_back_2
, go back to RemixIconEx.System module for more information.
Link to this function
delete_back_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.System.delete_back_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M6.535 3H21a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6.535a1 1 0 0 1-.832-.445l-5.333-8a1 1 0 0 1 0-1.11l5.333-8A1 1 0 0 1 6.535 3zm.535 2l-4.666 7 4.666 7H20V5H7.07zM13 10.586l2.828-2.829 1.415 1.415L14.414 12l2.829 2.828-1.415 1.415L13 13.414l-2.828 2.829-1.415-1.415L11.586 12 8.757 9.172l1.415-1.415L13 10.586z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}