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

const Renovation20: 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="m14.008 4.778.172-.557-.159-.05-1.274-.393-.557-.172c-.536-.182-1.387-.139-2.208.077-.875.23-1.718.653-2.113 1.206 0 0 1.028.105 2.19.335l.058.012c.487.098.994.218 1.458.36l-.05.16-.392 1.274-.05.16.558.171.876.27.557.173.04-.131.378-1.223.024-.08.05-.159.233.127.29.157.104.056.717.39.523.283.164-.529.288-.933.163-.529-.592-.06-.812-.083-.118-.012-.327-.034-.265-.027.074-.239Zm-.676 4.504a1.5 1.5 0 0 0 1.12-.884l.266.145a1.5 1.5 0 0 0 2.149-.876l.614-1.991a1.5 1.5 0 0 0-1.28-1.935l-.623-.063c-.16-.412-.5-.75-.955-.89l-1.974-.61c-.967-.32-2.192-.183-3.147.08-.953.264-2.167.8-2.853 1.758A1.5 1.5 0 0 0 7.716 6.38h.003l.014.002.062.007.243.029a26.561 26.561 0 0 1 1.634.258l-.022.07a1.512 1.512 0 0 0-.014.836H7.495c-.73 0-1.429.29-1.945.806l-2.527 2.528h-.94a.75.75 0 0 0 0 1.5h1.25a.75.75 0 0 0 .53-.22l2.748-2.748a1.25 1.25 0 0 1 .884-.366h2.399l-.2.608-.13.392H8.75a.75.75 0 0 0 0 1.5h4.553a.25.25 0 0 1 .242.311l-.977 3.91a1.25 1.25 0 0 1-1.213.946H2.5a.75.75 0 0 0 0 1.5h8.855a2.75 2.75 0 0 0 2.668-2.083l.977-3.91a1.75 1.75 0 0 0-1.697-2.174h-.242l.06-.178.211-.623Zm-2.063.421.11-.336.309.095-.083.244-.336-.003Z"/>
</svg>
)
export default Renovation20