RemixIconEx.Document.sticky_note_2
You're seeing just the function
sticky_note_2
, go back to RemixIconEx.Document module for more information.
Link to this function
sticky_note_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Document.sticky_note_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M3.998 21A.996.996 0 0 1 3 20.007V3.993C3 3.445 3.445 3 3.993 3h16.014c.548 0 .993.447.993.999V16l-5.003 5H3.998zM5 19h10.169L19 15.171V5H5v14z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}