import React from "react"; const FileIcon = (props) => { return ( ); }; export default FileIcon;