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