import React from 'react'; import { useTheme } from 'styled-components'; const FileIcon: React.FC = () => { const theme = useTheme(); return ( {/* Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. */} ); }; export default FileIcon;