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