// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const GripIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M6 19.7c0 1.2 1 2.2 2.1 2.2 1.2 0 2.2-1 2.2-2.2 0-1.2-1-2.1-2.2-2.1-1.1 0-2.1 1-2.1 2.1ZM6 5.1c0 1.2 1 2.2 2.1 2.2 1.2 0 2.2-1 2.2-2.2C10.3 4 9.3 3 8.1 3 7 3 6 4 6 5.1Zm0 7.3c0 1.2 1 2.2 2.1 2.2 1.2 0 2.2-1 2.2-2.2 0-1.2-1-2.1-2.2-2.1-1.1 0-2.1 1-2.1 2.1Zm7.5 7.3c0 1.2 1 2.2 2.2 2.2 1.1 0 2.1-1 2.1-2.2 0-1.2-1-2.1-2.1-2.1-1.2 0-2.2 1-2.2 2.1Zm0-14.6c0 1.2 1 2.2 2.2 2.2 1.1 0 2.1-1 2.1-2.2 0-1.1-1-2.1-2.1-2.1-1.2 0-2.2 1-2.2 2.1Zm0 7.3c0 1.2 1 2.2 2.2 2.2 1.1 0 2.1-1 2.1-2.2 0-1.2-1-2.1-2.1-2.1-1.2 0-2.2 1-2.2 2.1Z" />
  </svg>
);

const GripIconWrapper = toIcon(GripIcon);
export default GripIconWrapper;
