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

const FileCSV32: 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-7.517 13.36c-.367 0-.697.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.629.255 1 .255.402 0 .743-.097 1.017-.295.274-.2.46-.444.552-.736l.02-.064-.834-.253-.024.054a.871.871 0 0 1-.273.351.756.756 0 0 1-.447.12.896.896 0 0 1-.74-.341c-.178-.227-.273-.578-.273-1.063s.093-.836.268-1.063a.874.874 0 0 1 .733-.346c.19 0 .335.043.44.124l.002.002c.113.08.204.194.272.345l.024.053.834-.252-.02-.064a1.385 1.385 0 0 0-.547-.731c-.277-.202-.62-.3-1.023-.3Zm3.7 0c-.272 0-.52.049-.74.15-.223.096-.401.24-.533.43a1.158 1.158 0 0 0-.191.668c0 .267.064.494.199.676.129.175.282.312.46.409.175.094.4.193.674.297.274.104.47.198.591.281l.002.001c.115.073.168.167.168.286a.38.38 0 0 1-.154.32.648.648 0 0 1-.404.117.962.962 0 0 1-.482-.116.75.75 0 0 1-.297-.342l-.024-.054-.837.26.023.065c.113.318.312.569.592.749.285.176.627.262 1.025.262.296 0 .56-.052.79-.157.23-.108.41-.26.538-.455.132-.2.197-.431.197-.69a1.01 1.01 0 0 0-.194-.635 1.345 1.345 0 0 0-.453-.39 4.837 4.837 0 0 0-.656-.292 6.839 6.839 0 0 1-.45-.184 1.038 1.038 0 0 1-.257-.184.341.341 0 0 1-.09-.236.36.36 0 0 1 .137-.296.602.602 0 0 1 .384-.117c.148 0 .274.038.382.114l.002.001a.615.615 0 0 1 .244.304l.022.057.875-.252-.022-.066a1.346 1.346 0 0 0-.542-.724c-.258-.174-.586-.258-.979-.258Zm2.98.077h-.993l1.473 4.304h1.008l1.473-4.304h-.946l-1.013 3.165-1.001-3.165Z"/>
</svg>
)
export default FileCSV32