RemixIconEx.Editor.delete_row
You're seeing just the function
delete_row
, go back to RemixIconEx.Editor module for more information.
Link to this function
delete_row(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.delete_row()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M20 5c.552 0 1 .448 1 1v6c0 .552-.448 1-1 1 .628.835 1 1.874 1 3 0 2.761-2.239 5-5 5s-5-2.239-5-5c0-1.126.372-2.165 1-3H4c-.552 0-1-.448-1-1V6c0-.552.448-1 1-1h16zm-7 10v2h6v-2h-6zm6-8H5v4h14V7z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}