/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CloseIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='m12 13.49-5.217 5.217a1 1 0 0 1-.745.293 1 1 0 0 1-.745-.293A1 1 0 0 1 5 17.962q0-.453.293-.745L10.509 12 5.293 6.783A1 1 0 0 1 5 6.038q0-.453.293-.745A1 1 0 0 1 6.038 5q.453 0 .745.293L12 10.509l5.217-5.216A1 1 0 0 1 17.962 5q.453 0 .745.293.293.292.293.745t-.293.745L13.491 12l5.216 5.217q.293.292.293.745t-.293.745a1 1 0 0 1-.745.293 1 1 0 0 1-.745-.293z' />
    </g>
  </svg>
);
export default CloseIcon;
