/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const InstagramIcon: 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='M12.002 7.385A4.607 4.607 0 0 0 7.388 12a4.607 4.607 0 0 0 4.614 4.615A4.607 4.607 0 0 0 16.616 12a4.607 4.607 0 0 0-4.614-4.615m0 7.615c-1.65 0-3-1.345-3-3s1.346-3 3-3 3 1.345 3 3-1.35 3-3 3m5.879-7.804c0 .599-.482 1.077-1.076 1.077a1.076 1.076 0 1 1 1.076-1.076m3.056 1.093c-.069-1.442-.398-2.72-1.454-3.772-1.052-1.052-2.329-1.381-3.77-1.454-1.486-.084-5.94-.084-7.425 0-1.438.069-2.715.398-3.771 1.45s-1.381 2.33-1.454 3.772c-.084 1.486-.084 5.94 0 7.426.069 1.442.398 2.72 1.454 3.772s2.329 1.381 3.77 1.454c1.486.084 5.94.084 7.425 0 1.442-.069 2.719-.398 3.771-1.454 1.052-1.053 1.381-2.33 1.454-3.772.084-1.486.084-5.936 0-7.422m-1.92 9.017a3.04 3.04 0 0 1-1.71 1.71c-1.185.47-3.996.362-5.305.362-1.31 0-4.124.105-5.305-.361a3.04 3.04 0 0 1-1.71-1.711c-.47-1.185-.362-3.997-.362-5.306s-.104-4.125.362-5.306a3.04 3.04 0 0 1 1.71-1.71c1.185-.47 3.996-.362 5.305-.362 1.31 0 4.124-.105 5.305.361.787.313 1.393.92 1.71 1.711.47 1.185.362 3.997.362 5.306s.108 4.125-.362 5.306' />
    </g>
  </svg>
);
export default InstagramIcon;
