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

import ChevronThinIcon from './ChevronThinIcon';

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