// Generated by script, don't edit it please.
import * as React from 'react';

function Apple(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M24.875 21.696c-.446 1.411-1.161 2.911-2.196 4.464-1.536 2.339-3.071 3.5-4.589 3.5-.607 0-1.429-.196-2.5-.571-1.054-.393-1.964-.571-2.696-.571-.714 0-1.571.196-2.536.589-.982.411-1.768.607-2.357.607-1.839 0-3.607-1.554-5.375-4.625C.894 22.018.001 19.035.001 16.107c0-2.732.679-4.946 2.018-6.679C3.358 7.714 5.037 6.857 7.09 6.857c.875 0 1.911.179 3.161.536 1.232.357 2.054.536 2.464.536.518 0 1.375-.196 2.554-.607 1.179-.393 2.214-.607 3.089-.607 1.429 0 2.696.393 3.804 1.161.625.429 1.25 1.036 1.857 1.786-.929.786-1.607 1.482-2.036 2.107a6.346 6.346 0 00-1.161 3.696c0 1.464.411 2.804 1.232 3.982s1.768 1.929 2.821 2.25zM18.161.75c0 .732-.179 1.554-.518 2.429-.357.893-.911 1.714-1.661 2.464-.643.643-1.286 1.071-1.929 1.286-.411.125-1.018.232-1.857.304.036-1.768.5-3.304 1.393-4.589S15.982.483 18.053.001c.036.161.071.286.089.393 0 .125.018.232.018.357z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Apple);
export default ForwardRef;
