export const OneDrive = ({ className }: { className?: string }) => ( OneDrive ) export const GoogleDrive = ({ className }: { className?: string }) => ( Google Drive ) export const Notion = ({ className }: { className?: string }) => ( Notion ) export const GoogleDocs = ({ className }: { className?: string }) => ( Google Docs ) export const GoogleSheets = ({ className }: { className?: string }) => ( Google Sheets ) export const GoogleSlides = ({ className }: { className?: string }) => ( Google Slides ) export const NotionDoc = ({ className }: { className?: string }) => ( Notion Doc ) export const MicrosoftWord = ({ className }: { className?: string }) => ( Microsoft Word ) export const MicrosoftExcel = ({ className }: { className?: string }) => ( Microsoft Excel ) export const MicrosoftPowerpoint = ({ className }: { className?: string }) => ( Microsoft PowerPoint ) export const MicrosoftOneNote = ({ className }: { className?: string }) => ( Microsoft OneNote ) export const PDF = ({ className }: { className?: string }) => ( PDF )