/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const PinterestIcon: 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='M21 12a8.998 8.998 0 0 1-11.664 8.597c.367-.599.915-1.579 1.118-2.359l.559-2.14c.294.558 1.15 1.034 2.061 1.034 2.715 0 4.67-2.497 4.67-5.6 0-2.972-2.427-5.197-5.548-5.197-3.883 0-5.948 2.606-5.948 5.447 0 1.321.704 2.965 1.825 3.488.17.08.262.043.302-.12.029-.123.181-.737.25-1.02a.27.27 0 0 0-.062-.257c-.366-.454-.664-1.281-.664-2.054 0-1.986 1.503-3.905 4.065-3.905 2.21 0 3.76 1.506 3.76 3.661 0 2.436-1.23 4.123-2.831 4.123-.882 0-1.546-.73-1.332-1.626.254-1.07.744-2.224.744-2.997 0-.69-.37-1.267-1.14-1.267-.903 0-1.63.933-1.63 2.185 0 .798.27 1.335.27 1.335s-.89 3.767-1.053 4.471c-.181.777-.109 1.873-.033 2.584A9 9 0 0 1 3 12c0-4.972 4.028-9 9-9s9 4.028 9 9' />
    </g>
  </svg>
);
export default PinterestIcon;
