import { createIcon } from './icon';

export const MoveDown = createIcon('MoveDown', [
	['path', { d: 'M8 18L12 22L16 18' }],
	['path', { d: 'M12 2V22' }],
]);
