/** * Files Category Icons * @category files */ export { file } from './file'; export { fileText } from './file-text'; export { fileCode } from './file-code'; export { fileImage } from './file-image'; export { fileVideo } from './file-video'; export { fileAudio } from './file-audio'; export { fileArchive } from './file-archive'; export { filePlus } from './file-plus'; export { fileMinus } from './file-minus'; export { folder } from './folder'; export { folderOpen } from './folder-open'; export { folderPlus } from './folder-plus'; export { archive } from './archive'; export { clipboard } from './clipboard'; export { attachment } from './attachment';