// 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 TickIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M5.54483 12.069L4 13.6138L8.96552 18.5793L20 7.54483L18.4552 6L8.96552 15.4897L5.54483 12.069Z" />
  </svg>
);

const TickIconWrapper = toIcon(TickIcon);
export default TickIconWrapper;
