import { icons, common } from '../../../util/generic-tests';

import BellIcon from './BellIcon';

describe('BellIcon', () => {
	common(BellIcon);
	icons(BellIcon);
});
