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

const FileDOC32: FC<ADSIcon>  = 
    ({fill, size = '2rem', ...rest}) => (<svg aria-hidden="true" width={size} height={size} {...rest} fill={fill} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
  <path fill-rule="evenodd" d="M5.667 4a1 1 0 0 1 1-1h12a1 1 0 0 1 .707.293L26.04 9.96a1 1 0 0 1 .292.707V28a1 1 0 0 1-1 1H6.667a1 1 0 0 1-1-1V4Zm2 1v22h16.666V11.667h-5.666a1 1 0 0 1-1-1V5h-10Zm12 1.414 3.252 3.253h-3.252V6.414Zm-3.72 13.36c-.364 0-.684.084-.96.255a1.675 1.675 0 0 0-.632.762c-.149.33-.222.735-.222 1.209 0 .474.073.88.222 1.215.149.334.36.59.632.762.276.171.596.256.96.256.362 0 .68-.085.953-.256a1.66 1.66 0 0 0 .637-.762c.149-.335.222-.74.222-1.215 0-.474-.073-.878-.222-1.21a1.66 1.66 0 0 0-.637-.76 1.752 1.752 0 0 0-.954-.257Zm4.42 0c-.366 0-.696.086-.988.26a1.765 1.765 0 0 0-.68.76c-.165.336-.246.74-.246 1.212 0 .471.081.876.247 1.212.165.334.394.588.686.76.295.17.63.255 1 .255.402 0 .743-.097 1.017-.295.274-.2.46-.445.552-.736l.02-.064-.834-.253-.024.054a.87.87 0 0 1-.273.351.757.757 0 0 1-.446.12.896.896 0 0 1-.74-.341c-.179-.228-.274-.578-.274-1.063 0-.486.093-.836.268-1.063a.874.874 0 0 1 .734-.346c.19 0 .334.043.439.124l.002.001c.113.08.204.194.272.345l.024.054.834-.253-.02-.063a1.385 1.385 0 0 0-.546-.731c-.278-.202-.62-.3-1.023-.3Zm-8.897.077h-1.428v4.304h1.428c.587 0 1.064-.177 1.427-.535.37-.361.548-.906.548-1.62 0-.718-.176-1.262-.542-1.62-.363-.354-.843-.529-1.433-.529Zm3.834 1.072a.741.741 0 0 1 .642-.326c.275 0 .487.108.642.326.156.215.24.57.24 1.077 0 .511-.084.87-.24 1.089a.745.745 0 0 1-.642.32.746.746 0 0 1-.642-.32c-.155-.219-.24-.578-.24-1.09 0-.507.085-.862.24-1.076Zm-4.349 2.426v-2.692h.431c.385 0 .662.113.845.328.185.219.283.553.283 1.015 0 .51-.11.853-.31 1.05-.206.198-.476.3-.818.3h-.43Z"/>
</svg>
)
export default FileDOC32