// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const AppleIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M11.9306 5.17198C14.4999 5.2529 16.6547 2.45728 16.2939 0C13.8942 0.164549 11.4702 2.68591 11.9306 5.17198ZM20.0797 18.3808C20.7299 17.394 20.9708 16.8923 21.4758 15.7734C17.8089 14.3871 17.2181 9.20197 20.8487 7.21503C19.7397 5.83209 18.1851 5.03336 16.7197 5.03336C14.7757 5.03336 13.9571 5.95751 12.6105 5.95751C11.221 5.95751 10.1648 5.03666 8.48809 5.03666C6.83781 5.03666 5.08191 6.04003 3.97292 7.74972C2.40515 10.1591 2.6725 14.6908 5.21063 18.5558C6.11828 19.9321 7.32959 21.4867 8.91056 21.4999C9.56671 21.506 10.0039 21.3118 10.4767 21.1019C11.9011 20.4693 13.3523 20.4465 14.7742 21.097C15.234 21.3073 15.6609 21.5027 16.3104 21.4966C17.8947 21.4867 19.1753 19.7638 20.0797 18.3808Z" />
  </svg>
);

const AppleIconWrapper = toIcon(AppleIcon);
export default AppleIconWrapper;
