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

const Eco20: 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="M6.04 1.779a.75.75 0 0 0-.918.958c.315.945.032 1.737-.492 2.89l-.108.236C4.028 6.942 3.417 8.273 3.417 10c0 2.178 1.144 3.697 2.485 4.713 1.294.98 2.817 1.53 3.824 1.822l3.272 1.636a.75.75 0 1 0 .67-1.342l-1.322-.661a5.924 5.924 0 0 0 2.064-1.185c1.04-.93 1.625-2.154 1.915-3.431.574-2.526.034-5.409-.62-7.223a.75.75 0 0 0-1.077-.397l.372.651-.372-.65h-.003l-.007.005-.026.015a21.717 21.717 0 0 0-.442.262 29.37 29.37 0 0 0-1.076.682c-.4.267-.828.569-1.187.865-.1.082-.204.171-.306.266-1.541-2.29-4.003-3.81-5.542-4.25Zm6.304 5.629a7.361 7.361 0 0 1 .624 3.526c-.09 1.242-.504 2.543-1.32 3.882.74-.218 1.314-.552 1.763-.952.749-.67 1.21-1.585 1.452-2.645.408-1.798.153-3.895-.291-5.503-.205.128-.434.274-.666.429a13.76 13.76 0 0 0-1.066.775 4.306 4.306 0 0 0-.368.335 1.452 1.452 0 0 0-.128.153Zm-3.392 5.007c.284.694.72 1.27 1.289 1.823.796-1.24 1.156-2.383 1.231-3.414.098-1.335-.278-2.55-.917-3.615-.979-1.63-2.542-2.855-3.805-3.519-.039.946-.404 1.787-.755 2.558l-.093.205C5.4 7.553 4.917 8.61 4.917 10c0 1.572.8 2.691 1.89 3.517.84.636 1.823 1.071 2.659 1.361-.602-.598-1.104-1.264-1.44-2.085-.518-1.268-.611-2.834-.183-4.974a.5.5 0 0 1 .98.196c-.405 2.026-.29 3.376.13 4.4Z"/>
</svg>
)
export default Eco20