// 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 CrossIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="m12.1 13-6.4 6.8-1-1.1L11 12 4.7 5.3l1-1 6.4 6.6 6.4-6.7 1 1.1-6.4 6.7 6.4 6.7-1 1-6.4-6.6Z" />
  </svg>
);

const CrossIconWrapper = toIcon(CrossIcon);
export default CrossIconWrapper;
