/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const DragVeritcalIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <g>
        <path d='M19 8c0-.552-.392-1-.875-1H5.875C5.392 7 5 7.448 5 8s.392 1 .875 1h12.25c.483 0 .875-.448.875-1M19 12c0-.552-.392-1-.875-1H5.875C5.392 11 5 11.448 5 12s.392 1 .875 1h12.25c.483 0 .875-.448.875-1M18.125 15c.483 0 .875.448.875 1s-.392 1-.875 1H5.875C5.392 17 5 16.552 5 16s.392-1 .875-1z' />
      </g>
    </g>
  </svg>
);
export default DragVeritcalIcon;
