RemixIconEx.Document.file_paper
You're seeing just the function
file_paper
, go back to RemixIconEx.Document module for more information.
Link to this function
file_paper(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Document.file_paper()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M17 17v2a1 1 0 0 0 2 0V4H5v11H3V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v16a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3v-2h16z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}