/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const DogIcon: 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='M5.25 12.053q-.945 0-1.598-.65A2.15 2.15 0 0 1 3 9.817q0-.94.652-1.588a2.18 2.18 0 0 1 1.598-.649q.945 0 1.598.649.651.648.652 1.588 0 .94-.652 1.588a2.18 2.18 0 0 1-1.598.649m4.05-3.58a2.18 2.18 0 0 1-1.598-.648 2.15 2.15 0 0 1-.652-1.588q0-.94.652-1.588A2.18 2.18 0 0 1 9.3 4q.945 0 1.598.649.651.649.652 1.588 0 .94-.652 1.588a2.18 2.18 0 0 1-1.598.649m5.4 0a2.18 2.18 0 0 1-1.598-.648 2.15 2.15 0 0 1-.652-1.588q0-.94.652-1.588A2.18 2.18 0 0 1 14.7 4q.945 0 1.598.649.652.649.652 1.588t-.652 1.588a2.18 2.18 0 0 1-1.598.649m4.05 3.58q-.945 0-1.598-.65a2.15 2.15 0 0 1-.652-1.587q0-.94.652-1.588a2.18 2.18 0 0 1 1.598-.649q.945 0 1.598.649.652.648.652 1.588t-.652 1.588a2.18 2.18 0 0 1-1.598.649M7.185 21q-1.012 0-1.699-.772a2.65 2.65 0 0 1-.686-1.823q0-1.163.799-2.035.798-.873 1.586-1.723.653-.693 1.125-1.51a9 9 0 0 1 1.125-1.532q.495-.582 1.147-.962.653-.38 1.418-.38t1.418.358q.651.358 1.147.94.63.715 1.114 1.543a9 9 0 0 0 1.136 1.543q.788.85 1.586 1.723a2.92 2.92 0 0 1 .799 2.035q0 1.052-.686 1.823-.687.772-1.699.772-1.215 0-2.408-.201a14.4 14.4 0 0 0-4.815 0Q8.4 21 7.185 21' />
    </g>
  </svg>
);
export default DogIcon;
