import React, { FC } from 'react';
import { ADSIcon } from "../../icons.types";

const Certification64: FC<ADSIcon>  = 
    ({fill, size = '4rem', ...rest}) => (<svg aria-hidden="true" width={size} height={size} {...rest} fill={fill} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
  <path fill-rule="evenodd" d="M17.5 24c0-8.008 6.492-14.5 14.5-14.5S46.5 15.992 46.5 24 40.008 38.5 32 38.5 17.5 32.008 17.5 24ZM32 6.5c-9.665 0-17.5 7.835-17.5 17.5a17.43 17.43 0 0 0 4.16 11.327 1.337 1.337 0 0 0-.026.052l-6.666 14.667a1.5 1.5 0 0 0 1.365 2.12h7.379l4.894 4.895a1.5 1.5 0 0 0 2.402-.39L32 48.687l3.992 7.984a1.5 1.5 0 0 0 2.402.39l4.894-4.894h7.379a1.5 1.5 0 0 0 1.365-2.121l-6.666-14.667a1.699 1.699 0 0 0-.026-.052A17.43 17.43 0 0 0 49.5 24c0-9.665-7.835-17.5-17.5-17.5Zm11.062 31.061a17.428 17.428 0 0 1-11.302 3.937l1.574 3.149.014.03 4.396 8.79 3.862-3.861a1.5 1.5 0 0 1 1.06-.44h5.671l-5.275-11.605Zm-12.74 7.772L28.2 41.086a17.435 17.435 0 0 1-7.261-3.525l-5.275 11.606h5.67a1.5 1.5 0 0 1 1.06.439l3.863 3.862 4.067-8.135Zm9.405-24.272a1.5 1.5 0 0 0-2.121-2.122l-6.94 6.94-4.272-4.273a1.5 1.5 0 1 0-2.121 2.121l5.333 5.334a1.5 1.5 0 0 0 2.121 0l8-8Z"/>
</svg>
)
export default Certification64