RemixIconEx.Design.edit_2
You're seeing just the function
edit_2
, go back to RemixIconEx.Design module for more information.
Link to this function
edit_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Design.edit_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M5 19h1.414l9.314-9.314-1.414-1.414L5 17.586V19zm16 2H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L9.243 19H21v2zM15.728 6.858l1.414 1.414 1.414-1.414-1.414-1.414-1.414 1.414z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}