/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ArrowDownIcon: 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='M19.707 12.707a1 1 0 0 0-1.414-1.414L13 16.586V5a1 1 0 1 0-2 0v11.586l-5.293-5.293a1 1 0 0 0-1.414 1.414l7 7 .007.007c.18.176.425.285.697.286h.006a1 1 0 0 0 .697-.286l.008-.008' />
    </g>
  </svg>
);
export default ArrowDownIcon;
