// 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 RefreshIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M18 6.5a8.4 8.4 0 0 0-14.4 5 8.5 8.5 0 0 0 16 4.7 1 1 0 0 0-1.9-1A6.4 6.4 0 1 1 16.5 8l-1.6 1.6a1 1 0 0 0 .7 1.8h3.8c.6 0 1-.4 1-1V6.6a1 1 0 0 0-1.7-.8l-.7.7Z" />
  </svg>
);

const RefreshIconWrapper = toIcon(RefreshIcon);
export default RefreshIconWrapper;
