/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ChevronUpIcon: 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 9.35 6.337 6.337q.323.324.765.313t.766-.335.323-.765-.323-.765l-6.64-6.618a1.7 1.7 0 0 0-.582-.388A1.7 1.7 0 0 0 11.995 7a1.7 1.7 0 0 0-.647.13q-.324.129-.582.387l-6.64 6.64a1 1 0 0 0-.312.754q.011.43.334.755.324.323.766.323t.765-.324z' />
    </g>
  </svg>
);
export default ChevronUpIcon;
