RemixIconEx.System.delete_bin_6
You're seeing just the function
delete_bin_6
, go back to RemixIconEx.System module for more information.
Link to this function
delete_bin_6(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.System.delete_bin_6()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M7 4V2h10v2h5v2h-2v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6H2V4h5zM6 6v14h12V6H6zm3 3h2v8H9V9zm4 0h2v8h-2V9z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}