RemixIconEx.Document.file_ppt
You're seeing just the function
file_ppt
, go back to RemixIconEx.Document module for more information.
Link to this function
file_ppt(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Document.file_ppt()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M3 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.992zM5 4v16h14V8h-3v6h-6v2H8V8h7V4H5zm5 6v2h4v-2h-4z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}