RemixIconEx.Document.file_2
You're seeing just the function
file_2
, go back to RemixIconEx.Document module for more information.
Link to this function
file_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Document.file_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M3 8l6.003-6h10.995C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8zm7-4v5H5v11h14V4h-9z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}