/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const JoinClipsIcon: 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='M13.647 7.908A5.53 5.53 0 0 0 9.47 6H6.429a5.53 5.53 0 0 0-3.844 1.652 5.467 5.467 0 0 0 0 7.696A5.53 5.53 0 0 0 6.43 17h2.206a1 1 0 0 0 0-2h-2.18a3.53 3.53 0 0 1-2.445-1.054 3.467 3.467 0 0 1 0-4.892A3.53 3.53 0 0 1 6.456 8H9.47a3.526 3.526 0 0 1 3.49 4.029 1 1 0 0 0 1.98.285 5.53 5.53 0 0 0-1.293-4.406' />
        <path d='M10.35 15.092A5.52 5.52 0 0 0 14.525 17h3.041a5.53 5.53 0 0 0 3.845-1.652 5.47 5.47 0 0 0 1.584-3.848c0-1.449-.569-2.815-1.584-3.848A5.53 5.53 0 0 0 17.567 6H15.36a1 1 0 0 0 0 2h2.18a3.53 3.53 0 0 1 2.444 1.054 3.467 3.467 0 0 1 0 4.892A3.53 3.53 0 0 1 17.54 15h-3.014a3.528 3.528 0 0 1-3.49-4.029 1 1 0 0 0-1.98-.285 5.53 5.53 0 0 0 1.293 4.406' />
      </g>
    </g>
  </svg>
);
export default JoinClipsIcon;
