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

const Renovation48: FC<ADSIcon>  = 
    ({fill, size = '3rem', ...rest}) => (<svg aria-hidden="true" width={size} height={size} {...rest} fill={fill} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
  <path fill-rule="evenodd" d="m35.472 12.249-2.03-.208.59-1.911-.381-.118-2.485-.767-1.91-.59c-1.564-.533-4.244-.262-6.559.575-1.616.585-3.055 1.446-3.811 2.503 0 0 1.841.189 4.14.597.593.105 1.215.224 1.844.359.984.21 1.984.457 2.91.743l-.295.956-.59 1.911-.295.956 1.911.59.956.294 1.91.59.278-.898.608-1.968.295-.956 1.793.973.896.486 1.793.972.573-1.855.33-1.069.572-1.854-2.029-.208-1.014-.103Zm-1.127 7.04-.1.325a2.997 2.997 0 0 1-2.022 1.994l-.54 1.595-.437 1.297h2.473a2.5 2.5 0 0 1 2.426 3.106L32.834 40.85a3.5 3.5 0 0 1-3.396 2.651H6a1.5 1.5 0 0 1 0-3h23.438a.5.5 0 0 0 .486-.379l3.155-12.62H21a1.5 1.5 0 0 1 0-3h1.854l.213-.645.777-2.356h-7.016a.5.5 0 0 0-.353.146L9.06 29.061A1.5 1.5 0 0 1 8 29.5H5a1.5 1.5 0 0 1 0-3h2.379l6.975-6.976a3.5 3.5 0 0 1 2.474-1.025h7.043a2.989 2.989 0 0 1-.137-2.13l.247-.803a55.545 55.545 0 0 0-2.552-.464 64.497 64.497 0 0 0-2.806-.38l-.035-.005h-.008a3 3 0 0 1-2.134-4.73c1.525-2.131 4.274-3.368 6.52-3.99 2.246-.62 5.051-.916 7.21-.199l4.742 1.464a2.998 2.998 0 0 1 2.02 2.12l1.883.193a3 3 0 0 1 2.56 3.87l-1.474 4.777a3 3 0 0 1-4.297 1.752l-1.265-.686Zm-8.127 4.592.708-2.147 1.89.584-.533 1.58-2.065-.017Z"/>
</svg>
)
export default Renovation48