// 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 WorldIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm-1 18a8 8 0 0 1-6.8-9.8L9 15c0 1.4.2 3 2 3v2Zm6.9-2.6C17.5 16 16.2 16 15 16v-3c0-.6-.4-1-1-1H8v-2c2.7 0 3-.5 3-3h2c1.4 0 2-1.2 2-2.4a8 8 0 0 1 2.9 12.8Z"
    />
  </svg>
);

const WorldIconWrapper = toIcon(WorldIcon);
export default WorldIconWrapper;
