export const CornerLinesBottomRight3x3 = (props: IconProps): ReactElement => (
  <DragHandle variant="cornerLines3x3" rotationDegrees={180} {...props} />
);