RemixIconEx.System.delete_bin
You're seeing just the function
delete_bin
, go back to RemixIconEx.System module for more information.
Link to this function
delete_bin(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.System.delete_bin()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}