// 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 BlockIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M5.7 7a8 8 0 0 0 11.2 11.2L5.7 7.2ZM7 5.8 18.2 17A8 8 0 0 0 7.1 5.7ZM2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Z" />
  </svg>
);

const BlockIconWrapper = toIcon(BlockIcon);
export default BlockIconWrapper;
