RemixIconEx.Document.file_paper_2
You're seeing just the function
file_paper_2
, go back to RemixIconEx.Document module for more information.
Link to this function
file_paper_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Document.file_paper_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M20 2a3 3 0 0 1 3 3v2h-2v12a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3v-2h16v2a1 1 0 0 0 .883.993L18 20a1 1 0 0 0 .993-.883L19 19V4H6a1 1 0 0 0-.993.883L5 5v10H3V5a3 3 0 0 1 3-3h14z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}