export const Dots2x4 = (props: IconProps): ReactElement => (
  <DragHandle variant="dots4x2" rotationDegrees={90} {...props} />
);