/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ConfettiIcon: 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='M16.15 9.04c1.41 0 2.48-1.24 2.32-2.61-.05-.39.04-.78.24-1.1s.52-.57.88-.69l2.05-.69c.52-.18.81-.74.63-1.27A.995.995 0 0 0 21 2.05l-2.05.69c-.8.27-1.49.81-1.94 1.52-.45.72-.64 1.56-.53 2.4.02.2-.14.38-.34.38h-.35c-1.26 0-2.35.88-2.59 2.13l-.19.97c-.11.54.24 1.07.79 1.18.54.11 1.07-.24 1.18-.79l.19-.97c.05-.29.31-.51.63-.51h.35zM14.92 4c.55 0 1-.45 1-1s-.44-1-.99-1c-.57 0-1.01.45-1.01 1s.45 1 1 1M5.83 3.92c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1M21.34 7.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1M20.34 19.5c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1M22.26 13.46a1 1 0 0 0-.55-1.3l-.75-.3c-1.38-.55-2.91.32-3.17 1.77v.02c-.03.15-.17.27-.33.27h-.71c-.55 0-1 .45-1 1s.45 1 1 1h.71c1.14 0 2.11-.83 2.3-1.95a.35.35 0 0 1 .46-.26l.75.3a1 1 0 0 0 1.3-.55zM10.42 7.58c0 .55-.45 1-1 1l.01.01c-.55 0-1-.45-1-1v-.71c0-1.12.81-2.13 1.95-2.3.2-.04.33-.27.25-.46l-.3-.75a.998.998 0 1 1 1.85-.75l.3.76c.55 1.38-.31 2.91-1.77 3.17h-.03c-.13.02-.26.15-.26.32zM4.86 13.11l-.007.02-.003-.01zM4.853 13.13c.391 1.237 1.2 2.583 2.467 3.84 1.27 1.26 2.69 2.13 3.95 2.5l-7.94 2.81c-.36.12-.77.03-1.04-.24A1 1 0 0 1 2.06 21zM8.28 16.01c-1.81-1.81-2.61-3.96-1.77-4.8.83-.84 2.98-.05 4.8 1.77 1.81 1.81 2.61 3.96 1.77 4.8-.83.84-2.98.05-4.8-1.77' />
      </g>
    </g>
  </svg>
);
export default ConfettiIcon;
