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