import React from 'react'; const InactiveFolderIcon = ({ width = 20, height = 20, color = '#454550' }) => ( ); export default InactiveFolderIcon;