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