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

const PickupLocation20: 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="M4.911 9.074c-.366-2.93 1.833-5.824 5.09-5.824 1.608 0 2.968.801 3.893 1.958.935 1.169 1.372 2.633 1.197 3.853-.081.57-.429 1.346-.983 2.244-.542.88-1.236 1.801-1.928 2.647a46.08 46.08 0 0 1-2.198 2.489A36.484 36.484 0 0 1 7.813 14.1c-.689-.817-1.378-1.721-1.917-2.613-.546-.904-.9-1.735-.985-2.413Zm5.62 8.956L10 17.5l-.51.55-.005-.004-.012-.012-.049-.045c-.041-.039-.102-.096-.178-.17a37.465 37.465 0 0 1-2.58-2.752c-.718-.85-1.46-1.82-2.055-2.804-.586-.97-1.066-2.015-1.19-3.003C2.957 5.522 5.758 1.75 10 1.75c2.142 0 3.907 1.074 5.065 2.521 1.149 1.436 1.754 3.305 1.511 5.002-.127.888-.612 1.882-1.191 2.82-.59.957-1.33 1.936-2.044 2.809a47.576 47.576 0 0 1-2.745 3.063l-.048.048-.012.012-.004.004-.001.001ZM10 17.5l.53.53a.75.75 0 0 1-1.04.021L10 17.5Zm.247-12.934a.5.5 0 0 0-.496 0l-1.459.833-1.458.834a.5.5 0 0 0-.252.434V10a.5.5 0 0 0 .252.434l2.917 1.667a.5.5 0 0 0 .496 0l2.917-1.667a.5.5 0 0 0 .252-.434V6.667a.5.5 0 0 0-.252-.434l-2.917-1.667Zm1.21 2.358L9.55 5.834l.45-.258 1.91 1.09-.45.258Zm.248 1.01.71-.406V9.71L10.5 10.805V8.624l1.206-.69Zm-2.206.69v2.181L7.583 9.71V7.528L9.5 8.624Zm.5-.867L8.09 6.667l.45-.258L10.45 7.5l-.451.257Z"/>
</svg>
)
export default PickupLocation20