import * as React from 'react'; import { Attachment } from '@fluentui/react-northstar'; import { WordColorIcon, ExcelColorIcon, PowerPointColorIcon } from '@fluentui/react-icons-northstar'; const AttachmentIconExampleShorthand = () => (
} header="MeetingNotes.docx" /> } header="Budget.xlsx" /> } header="Presentation.pptx" />
); export default AttachmentIconExampleShorthand;