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

const ProfileCollaborator20: FC<ADSIcon>  = 
    ({fill, size = '1.25rem', ...rest}) => (<svg aria-hidden="true" width={size} height={size} {...rest} fill={fill} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
  <path fill-rule="evenodd" d="M5.333 6.25a3 3 0 1 1 6 0 3 3 0 0 1-6 0Zm3-4.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM5.376 11.792a.75.75 0 0 0-.628-.057l-2.5.892a.75.75 0 0 0-.498.706v3.334c0 .348.24.65.578.73l.172-.73-.172.73h.003l.009.002.031.008a23.265 23.265 0 0 0 .56.123c.374.08.896.186 1.491.292 1.179.21 2.691.428 3.911.428.433 0 .902-.027 1.38-.072a.75.75 0 0 0 .704.489h7.5a.75.75 0 0 0 .75-.75v-5.834a.75.75 0 0 0-.75-.75h-7.5a.75.75 0 0 0-.75.75v.35a5.937 5.937 0 0 1-4.291-.64Zm4.29 2.172a7.456 7.456 0 0 1-4.73-.703l-1.686.601v2.203c.36.076.863.178 1.435.28 1.163.207 2.567.405 3.648.405.409 0 .863-.028 1.334-.075v-2.711Zm1.5-1.13v4.333h6v-4.334h-6Zm2.853.977a.208.208 0 0 1 .295 0l1.875 1.875a.208.208 0 0 1-.147.356h-3.75a.208.208 0 0 1-.148-.356l1.875-1.875Z"/>
</svg>
)
export default ProfileCollaborator20