/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const SkullIcon: 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='M17.625 17.024C19.682 15.579 21 13.364 21 10.875 21 6.526 16.971 3 12 3s-9 3.526-9 7.875c0 2.486 1.318 4.704 3.375 6.149V21H9.75v-2.25h1.125V21h2.25v-2.25h1.125V21h3.375zM6.375 12a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0m9-2.25a2.25 2.25 0 1 1 0 4.5 2.25 2.25 0 0 1 0-4.5' />
    </g>
  </svg>
);
export default SkullIcon;
