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