import { createIcon } from './icon';

export const ChevronRight = createIcon('ChevronRight', [
	['path', { d: 'm9 18 6-6-6-6' }],
]);
