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

const Renovation24: FC<ADSIcon>  = 
    ({fill, size = '1.5rem', ...rest}) => (<svg aria-hidden="true" width={size} height={size} {...rest} fill={fill} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  <path fill-rule="evenodd" d="m16.869 5.543.147-.478-.19-.06-1.72-.53-.478-.148c-.537-.183-1.338-.176-2.162-.018-1.212.232-2.475.792-3.023 1.558a31.934 31.934 0 0 0 3.04.488c.476.103.959.223 1.407.361l-.59 1.911.478.148 1.433.442.289.09.189.058.442-1.434.148-.477.28.152.168.09.761.413.584.317.448.243.136-.44.466-1.509.136-.44-.508-.052-.66-.067-.861-.089-.19-.02-.318-.032.148-.477Zm-.942 5.808a2.004 2.004 0 0 0 1.502-.999l.138.075A2 2 0 0 0 20.43 9.26l.738-2.389a2 2 0 0 0-1.708-2.58l-.629-.064a1.995 1.995 0 0 0-1.226-1.072l-2.366-.73c-1.216-.403-2.73-.227-3.89.094-1.159.32-2.67.979-3.533 2.185a2 2 0 0 0 1.422 3.153h.003l.016.002.073.008.29.035a31.673 31.673 0 0 1 1.732.267 1.983 1.983 0 0 0-.018.832H8.828a3 3 0 0 0-2.12.879L3.585 13H2.5a1 1 0 1 0 0 2H4a1 1 0 0 0 .707-.293l3.414-3.414A1 1 0 0 1 8.828 11h3.012l-.142.43-.189.57H10.5a1 1 0 1 0 0 2h5.72l-1.311 5.243a1 1 0 0 1-.97.757H3a1 1 0 1 0 0 2h10.938a3 3 0 0 0 2.91-2.272l1.312-5.243A2 2 0 0 0 16.22 12h-.513l.22-.649Z"/>
</svg>
)
export default Renovation24