import React from 'react'; const FolderIcon: React.FC = () => { return ( ); }; export default FolderIcon;