import { icons, common } from '../../../util/generic-tests'; import AttachIcon from './AttachIcon'; describe('AttachIcon', () => { common(AttachIcon); icons(AttachIcon); });