// 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 ChevronIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M19.5 16L12 9l-7.5 7-1-1L12 7l8.5 8-1 1z" />
  </svg>
);

const ChevronIconWrapper = toIcon(ChevronIcon);
export default ChevronIconWrapper;
