/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const AppleIcon: 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='M16.694 12.572c-.02-2.274 1.78-3.38 1.863-3.431-1.02-1.555-2.6-1.767-3.155-1.784-1.326-.147-2.613.83-3.29.83-.675 0-1.73-.817-2.851-.792-1.443.023-2.794.897-3.535 2.255-1.529 2.768-.389 6.835 1.076 9.072C7.534 19.82 8.39 21.042 9.51 21c1.096-.047 1.505-.73 2.828-.73s1.695.73 2.838.702c1.176-.019 1.917-1.1 2.623-2.206.847-1.255 1.187-2.493 1.2-2.556a3.93 3.93 0 0 1-2.307-3.637zm-2.159-6.687c.59-.77.993-1.82.881-2.885-.853.04-1.92.617-2.535 1.372-.544.665-1.03 1.754-.904 2.779.958.074 1.942-.506 2.557-1.265z' />
    </g>
  </svg>
);
export default AppleIcon;
