[docs][icons] Remove redundant font awesome demo by ZeeshanTamboli · Pull Request #48493 · mui/material-ui (original) (raw)

See the reason to remove this: #46607 (comment).

The alignment is now correct without the need of our SvgIcon component as shown in https://stackblitz.com/edit/gkkkg1hz?file=src%2FDemo.tsx. The latest version of Font Awesome fixes the alignment issue, so we can remove this demo.

Also removed the packages from the docs since they are no longer used anywhere else. Closes #46607