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

const Renovation32: 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="m23.648 8.166-1.353-.139.393-1.274-.254-.078-1.657-.512-1.274-.393c-1.042-.355-2.828-.175-4.372.383-1.077.39-2.036.964-2.54 1.67a42.294 42.294 0 0 0 3.99.636c.655.14 1.322.305 1.94.496l-.197.637-.394 1.274-.196.637 1.274.393.637.197 1.274.393.185-.599.405-1.312.196-.637 1.196.648.597.324 1.196.648.381-1.236.22-.712.382-1.237-1.353-.138-.676-.07Zm-.751 4.693-.067.217a1.998 1.998 0 0 1-1.348 1.33l-.36 1.063-.291.864h1.222a2 2 0 0 1 1.94 2.485l-1.977 7.91A3 3 0 0 1 19.106 29H4a1 1 0 1 1 0-2h15.105a1 1 0 0 0 .97-.758l1.978-7.909H14a1 1 0 0 1 0-2h1.236l.142-.43.518-1.57h-4.4a1 1 0 0 0-.708.293L6.04 19.374a1 1 0 0 1-.707.293h-2a1 1 0 0 1 0-2H4.92l4.455-4.455a3 3 0 0 1 2.121-.879h4.42a1.993 1.993 0 0 1-.092-1.42l.165-.535a36.935 36.935 0 0 0-1.702-.31 42.863 42.863 0 0 0-1.87-.253l-.024-.003h-.005a2 2 0 0 1-1.423-3.154c1.017-1.42 2.85-2.245 4.347-2.659 1.497-.414 3.367-.611 4.806-.133l3.162.976c.688.213 1.18.763 1.347 1.413l1.255.129a2 2 0 0 1 1.707 2.58l-.983 3.184a2 2 0 0 1-2.865 1.169l-.843-.458Zm-5.419 3.062.473-1.431 1.26.389-.356 1.053-1.377-.011Z"/>
</svg>
)
export default Renovation32