// 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 Verified2Icon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M19.7 12.5 21 10l-2.4-1.6-.1-2.9-2.9-.1L14 3l-2.5 1.3L9 3 7.4 5.4l-2.9.1-.1 2.9L2 10l1.3 2.5L2 15l2.4 1.6.1 2.9 2.9.1L9 22l2.5-1.3L14 22l1.6-2.4 2.9-.1.1-3L21 15l-1.3-2.5Zm-9.3 3-2.8-2.7.9-.9 1.9 2 4.1-4 .9.8-5 4.9Z" />
  </svg>
);

const Verified2IconWrapper = toIcon(Verified2Icon);
export default Verified2IconWrapper;
