/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const GetStemsIcon: 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='M11.157 14a5.64 5.64 0 0 1 3.622 1.309 5.06 5.06 0 0 1 1.785 3.252H18L15.898 22l-2.101-3.439h1.348c-.148-.899-.63-1.719-1.362-2.312a4.2 4.2 0 0 0-2.626-.922H3.702a.72.72 0 0 1-.496-.194.65.65 0 0 1-.206-.469c0-.176.074-.345.206-.47A.72.72 0 0 1 3.702 14zM21 12l-3.549 2v-1.331H3.685a.7.7 0 0 1-.485-.196.66.66 0 0 1 0-.946.7.7 0 0 1 .485-.196H17.45V10zM18 5.438h-1.426a5.07 5.07 0 0 1-1.77 3.253A5.57 5.57 0 0 1 11.208 10h-7.51a.72.72 0 0 1-.494-.194.65.65 0 0 1-.204-.47c0-.176.074-.344.204-.469a.72.72 0 0 1 .493-.194h7.511a4.13 4.13 0 0 0 2.607-.922 3.77 3.77 0 0 0 1.35-2.313h-1.337L15.914 2z' />
      </g>
    </g>
  </svg>
);
export default GetStemsIcon;
