RemixIconEx.Document.file_upload
You're seeing just the function
file_upload
, go back to RemixIconEx.Document module for more information.
Link to this function
file_upload(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Document.file_upload()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM13 12v4h-2v-4H8l4-4 4 4h-3z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}