/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ChevronDownIcon: 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='m11.995 14.65 6.337-6.337q.323-.324.765-.313t.766.334q.323.324.323.766t-.323.765l-6.64 6.618a1.7 1.7 0 0 1-.582.388 1.7 1.7 0 0 1-.646.129 1.7 1.7 0 0 1-.647-.13 1.7 1.7 0 0 1-.582-.387l-6.64-6.64a1 1 0 0 1-.312-.754q.011-.43.334-.755.324-.323.766-.323t.765.323z' />
    </g>
  </svg>
);
export default ChevronDownIcon;
