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