/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const DragHorizontalIcon: 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='M8 5c-.552 0-1 .392-1 .875v12.25c0 .483.448.875 1 .875s1-.392 1-.875V5.875C9 5.392 8.552 5 8 5M12 5c-.552 0-1 .392-1 .875v12.25c0 .483.448.875 1 .875s1-.392 1-.875V5.875C13 5.392 12.552 5 12 5M15 5.875c0-.483.448-.875 1-.875s1 .392 1 .875v12.25c0 .483-.448.875-1 .875s-1-.392-1-.875z' />
      </g>
    </g>
  </svg>
);
export default DragHorizontalIcon;
