/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const StemExtractIcon: 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='M12 4c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1s1-.45 1-1V5c0-.55-.45-1-1-1M9 7c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1s1-.45 1-1V8c0-.55-.45-1-1-1M6 5.5c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1s1-.45 1-1v-11c0-.55-.45-1-1-1M2 9.5c0-.55.45-1 1-1s1 .45 1 1v5c0 .55-.45 1-1 1s-1-.45-1-1zM23.325 11.928q0 .2-.062.375a.9.9 0 0 1-.213.325l-3.6 3.6q-.3.3-.7.287a1.06 1.06 0 0 1-.7-.287 1.02 1.02 0 0 1-.312-.713.93.93 0 0 1 .287-.712l1.875-1.875H15a.97.97 0 0 1-.713-.288.97.97 0 0 1-.287-.712q0-.424.287-.713a.97.97 0 0 1 .713-.287h4.9l-1.875-1.875a.93.93 0 0 1-.287-.713 1.02 1.02 0 0 1 .312-.712q.3-.275.7-.288t.7.288l3.6 3.6q.15.15.212.325.063.176.063.375' />
      </g>
    </g>
  </svg>
);
export default StemExtractIcon;
