The FileManager is not showing icons for video files, e.g. mp4. The icon's CSS class is k-i-video, but it may need to be k-i-file-video.
The workaround is to apply the k-i-file-video icon to k-i-video:
CSS
.k-i-video::before { content: "\e93b"; }