// 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 CaretIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 12 12">
    <path d="M6.7 2.7l3.6 3.6c.6.6.2 1.7-.7 1.7H2.4c-.9 0-1.3-1.1-.7-1.7l3.6-3.6c.4-.4 1-.4 1.4 0z" />
  </svg>
);

const CaretIconWrapper = toIcon(CaretIcon);
export default CaretIconWrapper;
