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

const ProfileCollaborator64: 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="M16.167 20c0-5.799 4.7-10.5 10.5-10.5 5.799 0 10.5 4.701 10.5 10.5s-4.701 10.5-10.5 10.5c-5.8 0-10.5-4.701-10.5-10.5Zm10.5-13.5c-7.456 0-13.5 6.044-13.5 13.5s6.044 13.5 13.5 13.5 13.5-6.044 13.5-13.5-6.044-13.5-13.5-13.5ZM16.75 38.514a1.5 1.5 0 0 0-1.255-.114l-8 2.854a1.5 1.5 0 0 0-.996 1.413v10.666a1.5 1.5 0 0 0 1.156 1.46L8 53.333l-.344 1.46h.002l.007.003.027.006.1.023c.086.02.214.05.378.086a145.773 145.773 0 0 0 6.139 1.232c3.762.67 8.537 1.357 12.358 1.357 1.602 0 3.373-.12 5.166-.31v.143a1.5 1.5 0 0 0 1.5 1.5h24a1.5 1.5 0 0 0 1.5-1.5V38.667a1.5 1.5 0 0 0-1.5-1.5h-24a1.5 1.5 0 0 0-1.5 1.5v1.82c-1.646.443-3.378.68-5.166.68-3.615 0-7-.966-9.916-2.653Zm15.082 5.065c-1.66.384-3.39.587-5.166.587a22.74 22.74 0 0 1-10.804-2.712L9.5 43.724v8.41l.693.149c1.163.247 2.789.577 4.642.907 3.73.664 8.289 1.31 11.832 1.31 1.575 0 3.351-.128 5.166-.328V43.579Zm3-3.412v15.666h21V40.167h-21Zm10.029 4.028c.26-.26.682-.26.943 0l6 6a.667.667 0 0 1-.472 1.138h-12a.667.667 0 0 1-.471-1.138l6-6Z"/>
</svg>
)
export default ProfileCollaborator64