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