// 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 OrchardIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M20 14.3a7.99 7.99 0 1 1-15.98.02A7.99 7.99 0 0 1 20 14.3Z" />
    <path d="M12.9 1.08C11.7.9 9.24 1.08 8.35 0a5.38 5.38 0 0 0 4.3 5.5c2.1.48 4.08.82 5.62 2.77v-.02c.27-1.08-.8-6.44-5.39-7.17Z" />
  </svg>
);

const OrchardIconWrapper = toIcon(OrchardIcon);
export default OrchardIconWrapper;
