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

const History48: 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="M17 14.5h-6.602c2.988-4.236 7.919-7 13.493-7 9.112 0 16.5 7.387 16.5 16.5s-7.388 16.5-16.5 16.5c-8.492 0-15.488-6.416-16.4-14.665a1.5 1.5 0 0 0-2.981.33C5.588 35.916 13.852 43.5 23.89 43.5c10.77 0 19.5-8.73 19.5-19.5S34.66 4.5 23.89 4.5c-6.256 0-11.823 2.947-15.39 7.524V6a1.5 1.5 0 1 0-3 0v10A1.5 1.5 0 0 0 7 17.5h10a1.5 1.5 0 0 0 0-3Zm8.5 1.5a1.5 1.5 0 0 0-3 0v8c0 .398.158.78.44 1.06l4 4a1.5 1.5 0 0 0 2.12-2.12l-3.56-3.561V16Z"/>
</svg>
)
export default History48