/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CaretUpIcon: 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 10.8-3.9 3.9a.99.99 0 1 1-1.4-1.4l4.593-4.593a1 1 0 0 1 1.414 0L17.3 13.3a.99.99 0 1 1-1.4 1.4z' />
    </g>
  </svg>
);
export default CaretUpIcon;
