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