The suggestions in this thread do not work, and I am not sure what the Media Libary Assistant does at all, to tell you the truth. What does work is to add this code to
wp-includes/functions.php
function cc_mime_types($mimes) {
$mimes['svg'] = 'image/svg+xml';
return $mimes;
}
add_filter('upload_mimes', 'cc_mime_types');