/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const GiftIcon: 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>
      <path d='M4.8 19.286V11.57q-.743 0-1.271-.503A1.61 1.61 0 0 1 3 9.858V8.142q0-.708.529-1.21A1.78 1.78 0 0 1 4.8 6.428h2.88a1.2 1.2 0 0 1-.146-.408 3 3 0 0 1-.034-.45q0-1.071.787-1.821Q9.076 3 10.2 3q.518 0 .968.182.45.183.832.504.383-.343.832-.515Q13.282 3 13.8 3q1.125 0 1.912.75.788.75.788 1.821 0 .237-.045.44t-.135.418h2.88q.743 0 1.271.503.53.505.529 1.21v1.715q0 .708-.529 1.21a1.78 1.78 0 0 1-1.271.504v7.715q0 .707-.529 1.21A1.78 1.78 0 0 1 17.4 21H6.6q-.743 0-1.271-.504a1.61 1.61 0 0 1-.529-1.21m9-14.572a.9.9 0 0 0-.641.247.8.8 0 0 0-.259.61.8.8 0 0 0 .259.611.9.9 0 0 0 .641.247.9.9 0 0 0 .641-.247.8.8 0 0 0 .259-.61.8.8 0 0 0-.259-.611.9.9 0 0 0-.641-.247m-4.5.857a.8.8 0 0 0 .259.611.9.9 0 0 0 .641.247.9.9 0 0 0 .641-.247.8.8 0 0 0 .259-.61.8.8 0 0 0-.259-.611.9.9 0 0 0-.641-.247.9.9 0 0 0-.641.247.8.8 0 0 0-.259.61M4.8 8.143v1.714h6.3V8.143zm6.3 11.143V11.57H6.6v7.715zm1.8 0h4.5V11.57h-4.5zm6.3-9.429V8.143h-6.3v1.714z' />
    </g>
  </svg>
);
export default GiftIcon;
